diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 23:58:24 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 23:58:24 +0100 |
commit | 8ac7a5b42666e549a5bb87b5c1804fe93dba3b0d (patch) | |
tree | e7b949ffc565cde88736ef4d66814a5dc32ad150 | |
parent | Hardware: Laptop: Fix nvidia (diff) | |
download | nixos-config-8ac7a5b42666e549a5bb87b5c1804fe93dba3b0d.tar.gz nixos-config-8ac7a5b42666e549a5bb87b5c1804fe93dba3b0d.tar.bz2 nixos-config-8ac7a5b42666e549a5bb87b5c1804fe93dba3b0d.zip |
Dotfiles: sxhkd: Use ghostty by default :)
-rw-r--r-- | dotfiles/sxhkd/base | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/sxhkd/base b/dotfiles/sxhkd/base index e206b01..571b90b 100644 --- a/dotfiles/sxhkd/base +++ b/dotfiles/sxhkd/base @@ -1,6 +1,6 @@ # terminal emulator alt + Return - alacritty -e tmux new-session -A + ghostty -e tmux new-session -A # program launcher alt + d @@ -12,4 +12,4 @@ alt + shift + e # clipboard alt + c - clipmenu \ No newline at end of file + clipmenu |