mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
sway: add workman
This commit is contained in:
parent
cb8eb6dbbe
commit
b330f8f6df
3 changed files with 28 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
||||||
~/.config/wofi/style.css: wofi/style.css
|
~/.config/wofi/style.css: wofi/style.css
|
||||||
~/.config/sway/config: sway/config
|
~/.config/sway/config: sway/config
|
||||||
~/.config/sway/thinkman: sway/thinkman
|
~/.config/sway/thinkman: sway/thinkman
|
||||||
|
~/.config/sway/workman: sway/workman
|
||||||
~/.config/swaylock/config: sway/lock
|
~/.config/swaylock/config: sway/lock
|
||||||
~/.config/environment.d/sway.conf: sway/env-vars
|
~/.config/environment.d/sway.conf: sway/env-vars
|
||||||
~/.config/Code/User/settings.json: vscodium/settings.json
|
~/.config/Code/User/settings.json: vscodium/settings.json
|
||||||
|
|
|
@ -16,11 +16,11 @@ output DP-* {
|
||||||
output DP-4 {
|
output DP-4 {
|
||||||
position 3840,0
|
position 3840,0
|
||||||
}
|
}
|
||||||
|
|
||||||
output $laptop {
|
output $laptop {
|
||||||
position 0,0
|
position 0,0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
|
|
26
sway/workman
Normal file
26
sway/workman
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# outputs
|
||||||
|
|
||||||
|
set $laptop eDP-1
|
||||||
|
|
||||||
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
|
|
||||||
|
output $laptop {
|
||||||
|
position 0,0
|
||||||
|
}
|
||||||
|
|
||||||
|
output "Dell Inc. DELL U2520D G8DL923" {
|
||||||
|
position 5120,0
|
||||||
|
}
|
||||||
|
|
||||||
|
output "Dell Inc. DELL U2520D GXBL923" {
|
||||||
|
posiiton 2560,0
|
||||||
|
}
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
scroll_factor 0.5
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue