diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 00:06:58 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-31 00:06:58 +0100 |
commit | 1b80357be02c073ee3311d0380990adb5daa70a9 (patch) | |
tree | e948738f04533b89cb6af01526dbfbbaec766449 | |
parent | Dotfiles: sxhkd: Use ghostty by default :) (diff) | |
download | nixos-config-1b80357be02c073ee3311d0380990adb5daa70a9.tar.gz nixos-config-1b80357be02c073ee3311d0380990adb5daa70a9.tar.bz2 nixos-config-1b80357be02c073ee3311d0380990adb5daa70a9.zip |
Revert "Dotfiles: sxhkd: Use ghostty by default :)"
It launches way too slow on virtualbox.
-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 571b90b..e206b01 100644 --- a/dotfiles/sxhkd/base +++ b/dotfiles/sxhkd/base @@ -1,6 +1,6 @@ # terminal emulator alt + Return - ghostty -e tmux new-session -A + alacritty -e tmux new-session -A # program launcher alt + d @@ -12,4 +12,4 @@ alt + shift + e # clipboard alt + c - clipmenu + clipmenu \ No newline at end of file |