diff options
| author | Baitinq <[email protected]> | 2025-02-03 23:57:17 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-03 23:57:17 +0100 |
| commit | 21f7d779aa150291a270da6a189681521df5b570 (patch) | |
| tree | 49e34ac36e359c19e50b25a6af33d465617ebdd1 /dotfiles/sxhkd | |
| parent | Update (diff) | |
| download | nixos-config-21f7d779aa150291a270da6a189681521df5b570.tar.gz nixos-config-21f7d779aa150291a270da6a189681521df5b570.tar.bz2 nixos-config-21f7d779aa150291a270da6a189681521df5b570.zip | |
dotfiles: sxhkd: use ghostty
Diffstat (limited to 'dotfiles/sxhkd')
| -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 |