Skip to content

Commit b330f8f

Browse files
committed
sway: add workman
1 parent cb8eb6d commit b330f8f

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

install.conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
~/.config/wofi/style.css: wofi/style.css
6767
~/.config/sway/config: sway/config
6868
~/.config/sway/thinkman: sway/thinkman
69+
~/.config/sway/workman: sway/workman
6970
~/.config/swaylock/config: sway/lock
7071
~/.config/environment.d/sway.conf: sway/env-vars
7172
~/.config/Code/User/settings.json: vscodium/settings.json

sway/thinkman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ output DP-* {
1616
output DP-4 {
1717
position 3840,0
1818
}
19+
1920
output $laptop {
2021
position 0,0
2122
}
2223

23-
2424
input type:touchpad {
2525
dwt enabled
2626
tap enabled

sway/workman

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# outputs
2+
3+
set $laptop eDP-1
4+
5+
bindswitch --reload --locked lid:on output $laptop disable
6+
bindswitch --reload --locked lid:off output $laptop enable
7+
8+
output $laptop {
9+
position 0,0
10+
}
11+
12+
output "Dell Inc. DELL U2520D G8DL923" {
13+
position 5120,0
14+
}
15+
16+
output "Dell Inc. DELL U2520D GXBL923" {
17+
posiiton 2560,0
18+
}
19+
20+
input type:touchpad {
21+
dwt enabled
22+
tap enabled
23+
natural_scroll enabled
24+
middle_emulation enabled
25+
scroll_factor 0.5
26+
}

0 commit comments

Comments
 (0)