Fix rotation and input mapping
This commit is contained in:
parent
8033ecce4b
commit
ac20980e77
|
@ -0,0 +1,15 @@
|
||||||
|
# Sway Config: Common Input Configuration
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
|
||||||
|
# Set common touchpad options
|
||||||
|
input type:touchpad {
|
||||||
|
tap disabled
|
||||||
|
click_method clickfinger
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Touchscreen and Pen Mapping
|
||||||
|
input type:touch map_to_output $o-id
|
||||||
|
input type:tablet_tool map_to_output $o-id
|
|
@ -3,7 +3,7 @@
|
||||||
# Thurstylark
|
# Thurstylark
|
||||||
|
|
||||||
|
|
||||||
set $rotate-display $o-internal-id
|
set $rotate-display eDP-1
|
||||||
|
|
||||||
bindsym $mod+Backslash mode "Rotate"
|
bindsym $mod+Backslash mode "Rotate"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue