diff --git a/.config/sway/autostart.sh b/.config/sway/autostart.sh index 19a7364..41fc05e 100755 --- a/.config/sway/autostart.sh +++ b/.config/sway/autostart.sh @@ -5,4 +5,4 @@ # pidof lxpolkit || lxpolkit & # pidof picom || picom & # wal -R -pkill swaybg; swaybg -i ~/docs/bg/gruvbox-wallpapers/wallpapers/minimalistic/clouds.png -m fill +pkill swaybg; swaybg -i ~/docs/bg/catpuccin/cat-bg-black3-fg-rosewater.png -m fill diff --git a/.config/sway/config b/.config/sway/config index 037ec9d..7181961 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,4 +1,5 @@ include "$HOME/.cache/wal/colors-sway" +include ~/.config/sway/outputs set $mod Mod4 diff --git a/.config/sway/outputs b/.config/sway/outputs new file mode 100644 index 0000000..d07d040 --- /dev/null +++ b/.config/sway/outputs @@ -0,0 +1,20 @@ +# Generated by nwg-displays on 2025-01-25 at 11:05:15. Do not edit manually. + +output "HDMI-A-1" { + mode 2560x1080@74.991Hz + pos 1920 0 + transform normal + scale 1.0 + scale_filter nearest + adaptive_sync off + dpms on +} +output "DP-1" { + mode 1920x1080@60.0Hz + pos 0 0 + transform normal + scale 1.0 + scale_filter nearest + adaptive_sync off + dpms on +} diff --git a/.config/sway/workspaces b/.config/sway/workspaces new file mode 100644 index 0000000..e69de29