sway: update host-specific configs
This commit is contained in:
parent
766b958c32
commit
89eb97ac2a
2 changed files with 7 additions and 3 deletions
|
@ -1,11 +1,15 @@
|
||||||
### silence specific settings
|
### silence specific settings
|
||||||
# vim: ft=i3config
|
# vim: ft=i3
|
||||||
|
set $laptop eDP-1
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output eDP-1 position 0 0
|
output $laptop position 0 0
|
||||||
output DP-1 position 1920 0
|
output DP-1 position 1920 0
|
||||||
output DP-1 disable
|
output DP-1 disable
|
||||||
|
|
||||||
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
|
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
|
||||||
click_method clickfinger
|
click_method clickfinger
|
2
config
2
config
|
@ -212,4 +212,4 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
include $HOME/.config/sway/config.d/$(hostname)
|
include $HOME/.config/sway/conf.d/$(hostname)
|
||||||
|
|
Loading…
Reference in a new issue