diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-11-11 12:51:28 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-11-11 12:51:28 +0100 |
commit | 60ea569c980eac5787c05e94bc474c852a4f11f9 (patch) | |
tree | c8bf05e252c6672063ebadd71c4885ff3119a794 /Common/sway/config | |
parent | 643fdee5981c72dd5e972d3158806e90ae4b420f (diff) | |
download | dotfiles-60ea569c980eac5787c05e94bc474c852a4f11f9.tar.gz dotfiles-60ea569c980eac5787c05e94bc474c852a4f11f9.zip |
Do some design changes
Diffstat (limited to 'Common/sway/config')
-rw-r--r-- | Common/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/sway/config b/Common/sway/config index 3e0fc33..7520ba8 100644 --- a/Common/sway/config +++ b/Common/sway/config @@ -13,6 +13,7 @@ include touchpad # border & title for_window [title="^.*"] border none, title_format "<b> %class >> %title </b>" +for_window [floating] border 1 default_border none # gaps |