programs/hyprland: switch from ghostty to foot again

This commit is contained in:
Anthony Rodriguez 2025-01-28 23:43:40 +01:00
parent 93d12da62b
commit 02ae326468
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8

View file

@ -11,7 +11,7 @@ in {
"$mod, SUPER_L, exec, ${toggle "anyrun" false}" "$mod, SUPER_L, exec, ${toggle "anyrun" false}"
]; ];
bind = [ bind = [
"$mod, Return, exec, ${run "ghostty"}" "$mod, Return, exec, ${run "foot"}"
"$mod, n, exec, ${run "neovide"}" "$mod, n, exec, ${run "neovide"}"
"$mod, w, exec, ${run "firefox"}" "$mod, w, exec, ${run "firefox"}"
", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output" ", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output"