change default term to ghostty

This commit is contained in:
datsudo 2025-06-01 18:27:20 +08:00
parent 5e3da54c50
commit d5abf0e8ab

View File

@ -13,7 +13,7 @@ in
services.sxhkd = { services.sxhkd = {
enable = true; enable = true;
keybindings = { keybindings = {
"super + Return" = "alacritty"; "super + Return" = "ghostty";
"super + b" = "zen-beta"; "super + b" = "zen-beta";
"super + f" = "thunar"; "super + f" = "thunar";
"super + m" = "emacsclient -ca ''"; "super + m" = "emacsclient -ca ''";