mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Add option for enabling shadows for CSD windows (#106)
* Add option for enabling shadows for CSD windows * Disable drawing borders when CSD and shadows csd is enabled
This commit is contained in:
parent
9345749a90
commit
3efd3b558f
10 changed files with 37 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
|||
corner_radius 10
|
||||
|
||||
shadows off
|
||||
shadows_on_csd off
|
||||
shadow_blur_radius 20
|
||||
shadow_color #0000007F
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue