adding new notification daemon and menu thing
This commit is contained in:
parent
d26e8a696d
commit
380d407dd2
6 changed files with 74 additions and 7 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue