[sway] update inputs and thinkman config

This commit is contained in:
Felix Buehler 2019-05-01 22:52:22 +02:00
parent 8c9cc56b3d
commit 51fce006d8
2 changed files with 9 additions and 13 deletions

View file

@ -12,20 +12,13 @@ set $term "alacritty"
# keyboard layout # keyboard layout
input * { input * {
xkb_layout de,us xkb_layout "de,us"
xkb_variant nodeadkeys xkb_variant "nodeadkeys"
xkb_options caps:escape xkb_options "caps:escape,grp:win_space_toggle"
xkb_options grp:win_space_toggle
xkb_numlock enabled xkb_numlock enabled
} }
seat * hide_cursor 10000 seat * hide_cursor 10000
# outputs
output "LVDS-1" {
position 0,180
resolution 1600x900
}
# background # background
output * bg #2F343F solid_color output * bg #2F343F solid_color
#output * bg wallpaper.png fit #output * bg wallpaper.png fit

View file

@ -1,7 +1,10 @@
output "HDMI-A-3" { # outputs
output * {
position 1600,0 position 1600,0
resolution 1920x1080 }
scale 1.0 output "LVDS-1" {
position 0,180
} }
input "2:7:SynPS/2_Synaptics_TouchPad" { input "2:7:SynPS/2_Synaptics_TouchPad" {