keybinds fixings

This commit is contained in:
cnst
2024-12-19 18:25:40 +01:00
parent 6f5d23e9f4
commit ebdb6878ee
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ in {
"$mod, L, exec, ${runOnce "hyprlock"}" "$mod, L, exec, ${runOnce "hyprlock"}"
"$mod SHIFT, B, exec, pkill -SIGUSR2 waybar" "$mod SHIFT, B, exec, pkill -SIGUSR2 waybar"
"$mod, A, exec, pkill -SIGUSR1 waybar" "$mod, A, exec, pkill -SIGUSR1 waybar"
"$mod, T, exec, uwsm app -T" "$mod, T, exec, uwsm app $terminal"
"$mod, W, exec, $browser" "$mod, W, exec, $browser"
"$mod, K, exec, keepassxc" "$mod, K, exec, keepassxc"
"$mod SHIFT, W, exec, $browserinc" "$mod SHIFT, W, exec, $browserinc"

View File

@@ -14,7 +14,7 @@
filezilla filezilla
]; ];
sessionVariables = { sessionVariables = {
BROWSER = "zen"; BROWSER = "firefox";
EDITOR = "nvim"; EDITOR = "nvim";
TERM = "xterm-256color"; TERM = "xterm-256color";