Compare commits

..

No commits in common. "2ec7591a656279f5906903fa23fe2f59f6d972cd" and "94189aa4b1e86405b572a09e05bd7c97a9e70b5b" have entirely different histories.

4 changed files with 38 additions and 39 deletions

View File

@ -6,6 +6,33 @@
# Configs # Configs
set $term foot set $term foot
## WORKSPACES
set $w1 1
set $w2 2
set $w3 3
set $w4 4
set $w5 5
set $w6 6
set $w7 7
set $w8 8
set $w9 9
set $w10 10
# Workspace setup for my desktop
# Defaults to whatever on my laptop and on other machines
set $monprim DisplayPort-0
set $monsec HDMI-A-0
workspace $w1 output $monprim
workspace $w2 output $monprim
workspace $w3 output $monprim
workspace $w4 output $monprim
workspace $w5 output $monprim
workspace $w6 output $monprim
workspace $w7 output $monprim
# Putting 10 here first so it's the default for my secondary
workspace $w10 output $monsec
workspace $w8 output $monsec
workspace $w9 output $monsec
## WINDOW RULES ## WINDOW RULES
for_window { for_window {
[app_id="org.mozilla.firefox"] move container to workspace $w1 [app_id="org.mozilla.firefox"] move container to workspace $w1

View File

@ -16,7 +16,7 @@ output "Unknown Unknown Unknown" {
disable disable
} }
input type:pointer { input "Logitech G502 X PLUS" {
accel_profile flat accel_profile flat
pointer_accel 0.000 pointer_accel 0.000
} }

View File

@ -1,28 +0,0 @@
# vim: set ft=swayconfig:
## WORKSPACES
set $w1 1
set $w2 2
set $w3 3
set $w4 4
set $w5 5
set $w6 6
set $w7 7
set $w8 8
set $w9 9
set $w10 10
# Workspace setup for my desktop
# Defaults to whatever on my laptop and on other machines
set $monprim DisplayPort-0
set $monsec HDMI-A-0
workspace $w1 output $monprim
workspace $w2 output $monprim
workspace $w3 output $monprim
workspace $w4 output $monprim
workspace $w5 output $monprim
workspace $w6 output $monprim
workspace $w7 output $monprim
# Putting 10 here first so it's the default for my secondary
workspace $w10 output $monsec
workspace $w8 output $monsec
workspace $w9 output $monsec

View File

@ -8,16 +8,16 @@
"all-outputs": false, "all-outputs": false,
"disable-scroll": true, "disable-scroll": true,
"persistent_workspaces": { "persistent_workspaces": {
"1": ["eDP-1", "DP-1"], "1": [],
"2": ["eDP-1", "DP-1"], "2": [],
"3": ["eDP-1", "DP-1"], "3": [],
"4": ["eDP-1", "DP-1"], "4": [],
"5": ["eDP-1", "DP-1"], "5": [],
"6": ["eDP-1", "DP-1"], "6": [],
"7": ["eDP-1", "DP-1"], "7": [],
"8": ["eDP-1", "DP-2"], "8": [],
"9": ["eDP-1", "DP-2"], "9": [],
"10": ["eDP-1", "DP-2"] "10": []
} }
}, },
"idle_inhibitor": { "idle_inhibitor": {