Restructuring input configs to make use of new folder structure
This commit is contained in:
parent
289a9247a2
commit
8dc64739d6
|
@ -22,3 +22,6 @@ set $term alacritty
|
|||
# on the original workspace that the command was run on.
|
||||
#set $menu bemenu-run --no-exec --monitor=all | xargs swaymsg exec --
|
||||
set $menu bemenu-run --no-exec | xargs swaymsg exec --
|
||||
|
||||
# Cursor hide delay (in ms)
|
||||
set $cursor-hide-delay "4000"
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
#
|
||||
# Thurstylark
|
||||
|
||||
# Cursor hide delay (in ms)
|
||||
set $cursor-delay "4000"
|
||||
|
||||
set $touchpad "2:7:SynPS/2_Synaptics_Touchpad"
|
||||
set $trackpoint "2:10:TPPS/2_IBM_TrackPoint"
|
||||
set $trackpoint2 "1267:41:Elan_TrackPoint"
|
||||
|
@ -17,6 +14,3 @@ input $touchpad {
|
|||
# Disable Trackpoint
|
||||
input $trackpoint events disabled
|
||||
input $trackpoint2 events disabled
|
||||
|
||||
# Hide cursor after delay
|
||||
seat * hide_cursor $cursor-delay
|
|
@ -1,9 +0,0 @@
|
|||
# Sway Config: Input Config
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Cursor hide delay (in ms)
|
||||
set $cursor-delay "100"
|
||||
|
||||
# Hide cursor after delay
|
||||
seat * hide_cursor $cursor-delay
|
|
@ -1,8 +0,0 @@
|
|||
# Sway Config: Input Config
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Set numlock on startup
|
||||
input * xkb_numlock enabled
|
||||
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# Sway Config: Input Config
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Set numlock on startup
|
||||
input * xkb_numlock enabled
|
||||
|
||||
|
Loading…
Reference in New Issue