adding new notification daemon and menu thing

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 14:00:00 -05:00
parent d26e8a696d
commit 380d407dd2
6 changed files with 74 additions and 7 deletions

View file

@ -15,7 +15,7 @@ in {
{ command = ["clipse" "-listen"]; }
{ command = ["swayosd-server"]; }
{ command = ["waybar"]; }
{ command = [ "systemctl" "--user" "restart" "mako.service" "hypridle.service" "xwayland-satellite.service" ]; }
{ command = [ "systemctl" "--user" "restart" "hypridle.service" "xwayland-satellite.service" ]; }
];
workspaces = {
@ -192,6 +192,7 @@ in {
"Mod+Ctrl+B".action = spawn "firefox";
"Mod+Ctrl+V".action = wezlaunch "clipse";
"Mod+Ctrl+F".action = wez "yazi";
"Mod+Ctrl+N".action = spawn "swaync-client" "-t";
"Mod+Shift+A".action = spawn "hyprlock";