mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] update inputs and thinkman config
This commit is contained in:
parent
8c9cc56b3d
commit
51fce006d8
2 changed files with 9 additions and 13 deletions
13
sway/config
13
sway/config
|
@ -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
|
||||||
|
|
|
@ -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" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue