diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-12 12:24:47 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-03-12 12:24:47 +0300 |
commit | dbc6064384af9b0ce248636f66f826c4ebf62d13 (patch) | |
tree | 706df54f6ce15323563ac061b33422326085e9ae | |
parent | d6f27e345b46d07332afabfa2e184d0d4f0e5bc2 (diff) | |
download | swayrice-dbc6064384af9b0ce248636f66f826c4ebf62d13.tar.gz swayrice-dbc6064384af9b0ce248636f66f826c4ebf62d13.zip |
Move x200 nipple config to x200 file
-rw-r--r-- | dotfiles/.config/sway/berkut | 7 | ||||
-rw-r--r-- | dotfiles/.config/sway/config | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dotfiles/.config/sway/berkut b/dotfiles/.config/sway/berkut index ae9972e..c9aff6d 100644 --- a/dotfiles/.config/sway/berkut +++ b/dotfiles/.config/sway/berkut @@ -16,6 +16,13 @@ output "VGA-1" pos 1920 0 # On lid close bindswitch --reload --locked lid:on exec "swaysession suspend" +# X200 Trackpoint +input 2:10:TPPS/2_IBM_TrackPoint { + accel_profile flat + pointer_accel 0.5 + middle_emulation enabled +} + # Workspaces workspace $ws1 output LVDS-1 HDMI-A-2 workspace $ws2 output LVDS-1 HDMI-A-2 diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 3351ae3..f609f89 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -113,13 +113,6 @@ for_window [title="^ddterminal$"] floating enable, sticky enable # Don't display mouse cursor while typing seat * hide_cursor when-typing enable -# X200 Trackpoint -input 2:10:TPPS/2_IBM_TrackPoint { - accel_profile flat - pointer_accel 1 - middle_emulation enabled -} - # Tex Shinobi Trackpoint input 1241:1031:USB-HID_Keyboard_Mouse { accel_profile adaptive |