diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:23:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:23:39 +0000 |
commit | fe8d59b3b4de8478b7315ff778b01cecc8dd1d74 (patch) | |
tree | f1272b024e57365045c9d162f00914f67b22e9f8 /sway | |
parent | 5fe6fd04dfa303ba57bd195e95bc8c62a64e3024 (diff) |
Makes alacritty the default terminal
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config-laptop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config-laptop b/sway/config-laptop index f6eba88..9c05124 100644 --- a/sway/config-laptop +++ b/sway/config-laptop @@ -15,7 +15,7 @@ set $up k set $right l # Your preferred terminal emulator #set $term xfce4-terminal -set $term foot +set $term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. |