New backup 2025-01-15 16:45:02

This commit is contained in:
Penelope Gwen 2025-01-15 16:45:02 -08:00
parent 798fa7c4cb
commit 369ba8671b
4 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,8 @@
swaymsg workspace number '39:'
connected_displays=`swaymsg -rt get_outputs | jq .[].name`
if echo "${connected_displays}" | grep -q 'DP-6';then
swaymsg move workspace to output DP-6
if echo "${connected_displays}" | grep -q 'DP-7';then
swaymsg move workspace to output DP-7
elif echo "${connected_displays}" | grep -q 'HDMI-A-1';then
swaymsg move workspace to output HDMI-A-1
fi

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

View file

@ -5,7 +5,7 @@ output eDP-1 {
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
}
output DP-6 {
output DP-7 {
scale 1
mode 1440x900@60Hz
position 0 -1200

View file

@ -5,3 +5,4 @@
.config/sway/assets/wallpaper/HDMI-A-1
.config/sway/scripts/kb_brightness.d/t16g2
.config/sway/assets/wallpaper/DP-6
.config/sway/assets/wallpaper/DP-7