add gaps to sway

This commit is contained in:
Sencyy 2024-10-15 14:27:10 -03:00
parent b6bf2856a8
commit f2b070b01d
No known key found for this signature in database
GPG key ID: 956AB8FEF9FD53F6

View file

@ -44,13 +44,16 @@ exec lxsession
# Set desired cursor theme # Set desired cursor theme
seat seat0 xcursor_theme $cursor seat seat0 xcursor_theme $cursor
# Adding gaps to windows
smart_gaps on
gaps inner 10
### 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 /home/sencyy/img/wall/wall2.png fill output * bg /home/sencyy/img/wall/wall4.png fill
# #
# Example configuration: # Example configuration:
@ -248,6 +251,7 @@ bar {
statusline #ffffff statusline #ffffff
background #000000 background #000000
inactive_workspace #000000 #000000 #5c5c5c inactive_workspace #000000 #000000 #5c5c5c
active_workspace #ffe9fe #ffb5cc #ffffff
} }
} }