links....

This commit is contained in:
Tove 2026-06-04 22:07:59 +02:00
parent b13ddc36e7
commit f1f6de9a90

View file

@ -386,7 +386,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
Mod+O hotkey-overlay-title="Open PCmanFM: pcmanfm" { spawn "pcmanfm"; }
Mod+B hotkey-overlay-title="Open firefox: firefox" { spawn-sh "alacritty -e links -g https://tudbut.de"; }
Mod+B hotkey-overlay-title="Open firefox: firefox" { spawn-sh "links -g https://tudbut.de"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn-sh "dmenu_path | fuzzel -d -D no | fish"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }