| 123456789101112131415161718192021222324252627 |
- # vim: ft=swayconfig
- # Window Decoration
- default_border pixel 1
- default_floating_border pixel 1
- smart_borders on
- # Window Colors
- client.focused #19141D #19141D #CACACA #19141D #CACACA
- # Gaps Configuration
- gaps inner 5
- gaps outer 5
- # Cursor Configuration
- seat seat0 xcursor_theme Bibata-Original-Classic 24
- # SwayFX Settings
- # smart_corner_radius on
- # corner_radius 10
- #
- # default_dim_inactive 0.05
- # blur enable
- # blur_passes 1
- # blur_radius 1
- # layer_effects "waybar" "blur enable"; shadows enable
- # shadows on
- # shadow_blur_radius 20
|