add gaps to sway
This commit is contained in:
parent
b6bf2856a8
commit
f2b070b01d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue