From 182cb9918352e93047d0fcc8c38048c61b3d4dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 7 Jun 2024 00:55:02 +0300 Subject: 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. --- dotfiles/.config/sway/config | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dotfiles/.config/sway/config') 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=, Mod4=) 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 -- cgit v1.2.3