wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 23:48:47 +01:00
parent 02ea1dfdd8
commit 66733518a3
2 changed files with 10 additions and 10 deletions

View file

@ -276,7 +276,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "anyrun"; }
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 "nautilus"; }