about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-31 00:06:58 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-31 00:06:58 +0100
commit1b80357be02c073ee3311d0380990adb5daa70a9 (patch)
treee948738f04533b89cb6af01526dbfbbaec766449
parentDotfiles: sxhkd: Use ghostty by default :) (diff)
downloadnixos-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/base4
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