wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 17:33:41 +01:00
parent e6a9f210f1
commit 11d7d065f5
3 changed files with 3 additions and 3 deletions

View file

@ -276,7 +276,7 @@ binds {
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "pcmanfm"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.