diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-16 18:57:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-16 18:57:58 +0300 |
commit | 93129292fd45e4eb2d50f5f17a245ba9ee36480a (patch) | |
tree | 9e2bc26df0f1965f1d132798f3279d32e5b6bd24 /dotfiles/.config/sway | |
parent | 32c36a769cbbdf916f393f4b40770a224975d6d3 (diff) | |
download | swayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.tar.gz swayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.zip |
networkmanager_dmenu with rofi
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 01484c5..91e41c3 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -115,8 +115,8 @@ seat * hide_cursor when-typing enable # X200 Trackpoint input 2:10:TPPS/2_IBM_TrackPoint { - accel_profile adaptive - pointer_accel 0 + accel_profile flat + pointer_accel 1 middle_emulation enabled } @@ -185,6 +185,7 @@ bindsym --to-code { $mod+F2 exec menumako $mod+F3 exec rofi -show display -modi "display:rofidisplay" $mod+F4 exec menublk + $mod+F9 exec networkmanager_dmenu $mod+F10 exec chcolors $mod+F12 exec rofi -show tz -modi "tz:rofitz" $mod+t exec toggletorrent |