skipper: show notifications

This commit is contained in:
Adithya 2024-09-24 22:42:00 +05:30
parent 4d6ae8f024
commit c75246839b
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 2 additions and 0 deletions

View file

@ -80,6 +80,7 @@ binds {
Mod+Shift+Escape repeat=false { spawn "@power_menu_cmd@"; }
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+Shift+Return repeat=false { spawn "@kitty_cmd@"; }

View file

@ -31,6 +31,7 @@
librewolf_cmd = "${lib.getExe pkgs.librewolf}";
wpctl_cmd = "${pkgs.wireplumber}/bin/wpctl";
brightnessctl_cmd = "${lib.getExe pkgs.brightnessctl}";
swaync_client_cmd = "${pkgs.swaynotificationcenter}/bin/swaync-client";
power_menu_cmd = "${pkgs.misc-scripts}/bin/power-menu";
tmux_sessions_cmd = "${pkgs.misc-scripts}/bin/tmux-sessions";