wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 00:03:58 +01:00
parent 83b513af9c
commit 4ae5a608ff
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
layer = "overlay"; layer = "overlay";
}; };
colors = { colors = {
background = "#0f0b15"; background = "0f0b15";
}; };
}; };
}; };

View file

@ -276,7 +276,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; } Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "anyrun"; } Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; } Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; } Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }