File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ output DP-* {
1616output DP-4 {
1717 position 3840,0
1818}
19+
1920output $laptop {
2021 position 0,0
2122}
2223
23-
2424input type:touchpad {
2525 dwt enabled
2626 tap enabled
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments