summary refs log tree commit diff
path: root/.config/sway/input.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-01-19 18:45:46 +0100
committerRobert Günzler <r@gnzler.io>2023-03-21 12:35:42 +0100
commit75d666322acfb6d8a58cbb4bf6a95782fe14b124 (patch)
treec2df99bc6372b7ba28558261911336e4e797ebdf /.config/sway/input.conf
parent3d594f8a0da0e4e297df7ea1652048a80f7c8a96 (diff)
sway: make most of config auto-loading
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/sway/input.conf')
-rw-r--r--.config/sway/input.conf71
1 files changed, 0 insertions, 71 deletions
diff --git a/.config/sway/input.conf b/.config/sway/input.conf
deleted file mode 100644
index 4246663..0000000
--- a/.config/sway/input.conf
+++ /dev/null
@@ -1,71 +0,0 @@
-# vim: ft=i3config fdm=marker fen
-
-seat * hide_cursor when-typing enable
-
-input type:keyboard {
-	# set via $HOME/.config/sway/env
-	# xkb_layout us
-	# xkb_variant mac
-	# xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,eurosign:5'
-	# xkb_options 'caps:hyper,eurosign:5'
-
-	repeat_rate 70
-	repeat_delay 200
-}
-
-input type:pointer {
-	accel_profile adaptive
-	pointer_accel 0
-	natural_scroll enabled
-}
-
-input type:touchpad {
-	accel_profile adaptive
-	tap enabled
-	natural_scroll enabled
-
-  #events disabled
-}
-
-set {
-	$keyboard 1:1:AT_Translated_Set_2_keyboard
-	$trackpad 1739:0:Synaptics_TM3289-021
-	$trackpoint 2:10:TPPS/2_Elan_TrackPoint
-
-	$planck 12951:50895:ZSA_Technology_Labs_Planck_EZ_Glow
-	$slimblade 1149:8257:Kensington_Kensington_Slimblade_Trackball
-	$mouse 1133:16500:Logitech_G305
-	$pen 10429:148:XP-PEN_STAR_G640_Pen
-	$penmouse 10429:148:XP-PEN_STAR_G640_Mouse
-	$virtpen 0:0:OpenTabletDriver_Virtual_Tablet
-}
-
-input $trackpoint {
-	pointer_accel 1
-}
-
-# $slimblade:
-# button layout:
-# ---------
-# | 2 | 8 |
-# ---------
-# | 1 | 3 |
-# ---------
-input $slimblade {
-	natural_scroll disabled
-	pointer_accel 1
-}
-bindsym --input-device=$slimblade --whole-window button8 seat - cursor press button3, seat - cursor release button3
-bindsym --input-device=$slimblade --whole-window button3 seat - cursor press button8, seat - cursor release button8
-
-# seat pen attach $pen
-# seat pen hide_cursor 10000
-# seat pen idle_inhibit tablet_tool
-# seat pen idle_wake tablet_tool
-
-# input $pen {
-#   accel_profile flat
-# }
-# input $penmouse {
-#   events disabled
-# }