skipper: show notifications
This commit is contained in:
parent
4d6ae8f024
commit
c75246839b
2 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ binds {
|
||||||
Mod+Shift+Escape repeat=false { spawn "@power_menu_cmd@"; }
|
Mod+Shift+Escape repeat=false { spawn "@power_menu_cmd@"; }
|
||||||
|
|
||||||
Mod+Shift+W repeat=false { spawn "@wpaperctl_cmd@" "next"; }
|
Mod+Shift+W repeat=false { spawn "@wpaperctl_cmd@" "next"; }
|
||||||
|
Mod+Shift+U repeat=false { spawn "@swaync_client_cmd@" "-t" "-sw"; }
|
||||||
|
|
||||||
Mod+Return repeat=false { spawn "@kitty_cmd@" "@tmux_cmd@" "new"; }
|
Mod+Return repeat=false { spawn "@kitty_cmd@" "@tmux_cmd@" "new"; }
|
||||||
Mod+Shift+Return repeat=false { spawn "@kitty_cmd@"; }
|
Mod+Shift+Return repeat=false { spawn "@kitty_cmd@"; }
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
librewolf_cmd = "${lib.getExe pkgs.librewolf}";
|
librewolf_cmd = "${lib.getExe pkgs.librewolf}";
|
||||||
wpctl_cmd = "${pkgs.wireplumber}/bin/wpctl";
|
wpctl_cmd = "${pkgs.wireplumber}/bin/wpctl";
|
||||||
brightnessctl_cmd = "${lib.getExe pkgs.brightnessctl}";
|
brightnessctl_cmd = "${lib.getExe pkgs.brightnessctl}";
|
||||||
|
swaync_client_cmd = "${pkgs.swaynotificationcenter}/bin/swaync-client";
|
||||||
|
|
||||||
power_menu_cmd = "${pkgs.misc-scripts}/bin/power-menu";
|
power_menu_cmd = "${pkgs.misc-scripts}/bin/power-menu";
|
||||||
tmux_sessions_cmd = "${pkgs.misc-scripts}/bin/tmux-sessions";
|
tmux_sessions_cmd = "${pkgs.misc-scripts}/bin/tmux-sessions";
|
||||||
|
|
Loading…
Reference in a new issue