Add a bunch of new stuff

This commit is contained in:
Salt 2024-04-13 13:38:46 -05:00
parent f249325f06
commit 94189aa4b1
5 changed files with 81 additions and 7 deletions

@ -1 +1 @@
Subproject commit 6c10a519f1460179cf8f8e329d8eb3186247be2b
Subproject commit 4d132b3ffa5c42c882fccdf970ddb3f0063ee599

View File

@ -189,10 +189,10 @@ bindsym $mod+$shift+0 move container to workspace $w10
## INPUTS
# Mice
input "type:pointer" {
accel_profile flat # Disables mouse acceleration
pointer_accel 0.880 # Set a sens that I like
}
#input "type:pointer" {
# accel_profile flat # Disables mouse acceleration
# pointer_accel 0.000 # Set a sens that I like
#}
input "type:touchpad" {
drag enabled
dwt disabled

View File

@ -0,0 +1,48 @@
# vim: set ft=swayconfig:
set $monprim "Acer Technologies XV272U 0x11122114"
set $monsec "Acer Technologies XV272U 0x0501FD67"
output $monprim {
res 2560x1440
pos 1440 1417
}
output $monsec {
res 2560x1440
pos 0 480
transform 270
}
# Valve Index
output "Unknown Unknown Unknown" {
disable
}
input "Logitech G502 X PLUS" {
accel_profile flat
pointer_accel 0.000
}
## 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
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

@ -1,3 +1,28 @@
# vim: set ft=swayconfig:
#output * bg ~/Pictures/Wallpapers/.current fill
output eDP-1 scale 1.5
set $monprim "eDP-1"
output $monprim scale 1.5
## 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
workspace $w1 output $mon
workspace $w2 output $mon
workspace $w3 output $mon
workspace $w4 output $mon
workspace $w5 output $mon
workspace $w6 output $mon
workspace $w7 output $mon
workspace $w8 output $mon
workspace $w9 output $mon
workspace $w10 output $mon

View File

@ -5,6 +5,7 @@
"modules-center": ["clock"],
"modules-right": ["network", "pulseaudio", "backlight", "battery", "tray", "mpris", "idle_inhibitor"],
"sway/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"persistent_workspaces": {
"1": [],