diff options
author | William McKinnon <[email protected]> | 2023-01-18 01:49:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-18 01:49:26 -0500 |
commit | 588ea8e290a61a8a98e72617fd679689891e2e39 (patch) | |
tree | 128bf22c2f419c793e1a6b84ee03c91af4253629 /config.in | |
parent | 1baba77c74302b8c1f212e851f194deae0fae46b (diff) |
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- # window corner radius in px corner_radius 10 +shadows off +shadow_blur_radius 20 +shadow_color #0000007F + # inactive window fade amount. 0.0 = no dimming, 1.0 = fully dimmed dim_inactive 0.0 dim_inactive_colors.unfocused #000000FF |