Compare commits

...

2 Commits

Author SHA1 Message Date
ece7f1c92a sway: Autostart nextcloud 2022-06-09 12:58:31 +02:00
f053595cc2 Move wallpapers to seperate folder 2022-06-09 12:58:05 +02:00
5 changed files with 5 additions and 6 deletions

View File

@ -201,7 +201,7 @@ client.background #ffffff
exec --no-startup-id xcompmgr -c -f -n exec --no-startup-id xcompmgr -c -f -n
# wallpaper # wallpaper
exec --no-startup-id feh --bg-scale ~/.config/i3/3440x1440-wallpaper.jpg exec --no-startup-id feh --bg-scale ~/.config/wallpapers/3440x1440/planets.jpg
# autostart # autostart
exec --no-startup-id nextcloud exec --no-startup-id nextcloud

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -26,7 +26,7 @@ xwayland enable
### Output configuration ### Output configuration
# #
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg ~/.config/sway/background.png fill output * bg ~/.config/wallpapers/2560x1440/rocket.jpg fill
# Window decoration # Window decoration
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
@ -44,7 +44,8 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #56636e
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 scale 1.5 output eDP-1 scale 1.5
# Notifications ### Autostart
exec nextcloud
exec mako exec mako
### Idle configuration ### Idle configuration
@ -230,9 +231,7 @@ mode "resize" {
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
#
# ScreenCap: # ScreenCap:
#
bindsym Print exec scap bindsym Print exec scap
# #

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

View File

Before

Width:  |  Height:  |  Size: 540 KiB

After

Width:  |  Height:  |  Size: 540 KiB