diff options
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 |