diff options
Diffstat (limited to 'env-wayland')
-rw-r--r-- | env-wayland/.config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index c9a7dde..7081621 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -23,7 +23,7 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/Pictures/Wallpapers/wallpaper.jpg fill # # Example configuration: # @@ -99,6 +99,7 @@ bindsym XF86MonBrightnessUp exec light -A 4 bindsym $mod+e exec foot neomutt bindsym $mod+w exec librewolf bindsym $mod+n exec foot nvim ~/Sync/diary/$(date +"%Y-%m-%d").md + bindsym Print exec screenshot.sh # # Moving around: |