New backup 2025-03-13 00:00:06

This commit is contained in:
Penelope Gwen 2025-03-13 00:00:06 -07:00
parent 1f7b6d0dce
commit a041673513
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1 @@
/home/pogmommy/.config/sway/assets/wallpaper/DP-3/0.jpg

View file

@ -5,7 +5,7 @@ output DP-2 {
# pos 1450 1100 # pos 1450 1100
pos 2170 1800 pos 2170 1800
} }
exec_always eww open --screen "LG ULTRAWIDE" bar exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
output HDMI-A-1 { output HDMI-A-1 {
#Vertical 4k #Vertical 4k
@ -30,7 +30,12 @@ output DP-3 {
# pos 2210 0 # pos 2210 0
pos 2930 710 pos 2930 710
} }
exec_always sleep 1;eww open --screen "CR270CU" widgets exec_always 'sleep 1;eww open --screen "CR270CU" widgets'
set {
$primary_display HDMI-A-1
$overview_display DP-3
}
workspace 1 output DP-2 workspace 1 output DP-2
workspace 2 output HDMI-A-1 workspace 2 output HDMI-A-1

View file

@ -16,7 +16,7 @@ bindsym $mod+Backslash exec "sp-profiles Work"
# bindsym $mod+Shift+n move container to workspace number n # bindsym $mod+Shift+n move container to workspace number n
# Profile Workspace Setup # Profile Workspace Setup
exec "sp-profiles Personal;swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $primary_display" exec "sp-profiles Personal;swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $overview_display"
bindsym $mod+grave workspace "0:" bindsym $mod+grave workspace "0:"
bindsym $mod+Shift+grave move container to workspace number "0:" bindsym $mod+Shift+grave move container to workspace number "0:"
exec "swaymsg 'rename workspace 1 to 1:'" exec "swaymsg 'rename workspace 1 to 1:'"