sway: Enable dwt; Change workspace names; Change workspace display naming

This commit is contained in:
Andreas Tsouchlos 2025-06-17 22:07:41 -04:00
parent 7472a05642
commit b56400c12c
2 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ input "type:touchpad" {
tap enabled tap enabled
natural_scroll enabled natural_scroll enabled
scroll_factor 0.4 scroll_factor 0.4
dwt disable dwt enable
accel_profile "adaptive" accel_profile "adaptive"
pointer_accel 0 pointer_accel 0
drag enabled drag enabled

View File

@ -1,7 +1,7 @@
set $ws1 "1: Dev" set $ws1 "1: Dev"
set $ws2 "2: Firefox" set $ws2 "2: Firefox"
set $ws3 "3: Management" set $ws3 "3: Management"
set $ws4 "4" set $ws4 "4: Mehscellaneous"
set $ws5 "5: Doc" set $ws5 "5: Doc"
set $ws6 "6: 3D-Printing" set $ws6 "6: 3D-Printing"
set $ws7 "7: Music" set $ws7 "7: Music"
@ -41,7 +41,12 @@ exec swaymsg 'workspace $ws2; exec firefox'
# #
set $this_disp "eDP-1" set $this_disp "eDP-1"
set $other_disp "DP-11" set $other_disp "DP-3"
# set $this_disp "eDP-1"
# set $other_disp "DP-3"
# output edP-1 mode 1920x1080@120Hz
# output edP-1
workspace $ws1 output $other_disp $this_disp workspace $ws1 output $other_disp $this_disp
workspace $ws2 output $this_disp workspace $ws2 output $this_disp