diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-06-07 00:55:02 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-06-07 00:55:02 +0300 |
commit | 182cb9918352e93047d0fcc8c38048c61b3d4dfd (patch) | |
tree | 4a2d48fccb72a871170837b39cd1ff4d94976dea /dotfiles/.config/sway/config | |
parent | 58e22e07452056f8ca971f879a96dc1c7444b4cf (diff) | |
download | swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.tar.gz swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.zip |
terminal: return to Alacritty
I haven't actively used my trusty old X200 in more than a year, and I
really did miss Alacritty's font rendering and features, namely config
hot-reload.
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index cb3623e..89d5b58 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -5,7 +5,8 @@ # Set mod key (Mod1=<Alt>, Mod4=<Super>) set $mod Mod4 set $alt Mod1 -set $term foot +# For some reason using an env var breaks command shortcuts +set $term alacritty set $browser `$BROWSER` # set default desktop layout (default is tiling) @@ -134,7 +135,7 @@ seat * hide_cursor when-typing enable # Tex Shinobi Trackpoint input 1241:1031:USB-HID_Keyboard_Mouse { accel_profile adaptive - pointer_accel -0.3 + pointer_accel -0.5 middle_emulation enabled } @@ -210,7 +211,7 @@ bindsym --to-code { $mod+Shift+n exec networkmanager_dmenu $mod+Shift+c exec rofi -show calc -modi calc -no-show-match -no-sort $mod+grave exec rofi -show moji -modi "moji:rofimoji" - $mod+Shift+m exec $term -T "ncpamixer" 'ncpamixer' + $mod+Shift+m exec $term -T "ncpamixer" -e ncpamixer $mod+Ctrl+m exec rofi -show audio -modi "audio:rofiaudio" $mod+Shift+e exec rofi -show session -matching prefix -modi "session:rofisession" @@ -218,9 +219,9 @@ bindsym --to-code { $mod+s exec $browser $mod+t exec toggletorrent $mod+Ctrl+t exec launch-transmission - $mod+m exec $term ncmpcpp - $mod+n exec $term -T "newsboat" newsboat && killall -42 waybar - $mod+a exec $term -T "neomutt" neomutt + $mod+m exec $term -e ncmpcpp + $mod+n exec $term -T "newsboat" -e newsboat && killall -42 waybar + $mod+a exec $term -T "neomutt" -e neomutt $mod+c exec camtoggle # Password manager |