diff options
| author | Josh Ott <josh@ottmail.me> | 2025-10-20 08:50:06 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-10-20 08:50:06 -0400 |
| commit | 06229c9164d410c28b5f8505266109a53a7f725c (patch) | |
| tree | cc86bdaae0015bc4be5e8b40fb7a4efdff44c243 /.config/sway/config | |
| parent | 68dd6759196ff13df6930146bcffc998ad605416 (diff) | |
| download | dotfiles-06229c9164d410c28b5f8505266109a53a7f725c.tar.gz dotfiles-06229c9164d410c28b5f8505266109a53a7f725c.zip | |
wallpaper handling
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 13939cb..bb74739 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -20,9 +20,11 @@ set $menu rofi -show drun | xargs swaymsg exec -- ### Output configuration output "AOC Q27G1WG4 0x00020A32" mode 2560x1440@143.912Hz -output "BOE 0x0BCA Unknown" scale 1.25 +output "Dell Inc. DELL S2725DS HVJ3PB4" mode 2560x1440@99.946Hz pos 0 0 +output "BOE 0x0BCA Unknown" scale 1.25 pos 2560 0 -output "*" background $wallpaper fill +output "*" background $HOME/Pictures/wallpapers/$wallpaper fill +output eDP-1 background $HOME/Pictures/wallpapers/bea/$wallpaper fill ### Idle configuration |