34 lines
667 B
Text
34 lines
667 B
Text
################----------------STYLING----------------################
|
|
|
|
#don't show gaps if there's only one window on the desktop
|
|
smart_gaps on
|
|
|
|
# Window borders
|
|
default_border pixel 2
|
|
|
|
# Disable borders if there is only one window
|
|
smart_borders on
|
|
|
|
# Default gaps interval
|
|
gaps inner 6
|
|
|
|
# Set focus to application window when it request activation
|
|
focus_on_window_activation focus
|
|
|
|
# Tittle bar font
|
|
font pango:Noto Sans 12
|
|
|
|
# Fonts
|
|
set $term-font Hack 11
|
|
set $gui-font Noto Sans 12
|
|
|
|
################----------------DESKTOP EFFECTS----------------################
|
|
|
|
# Window blur
|
|
blur enable
|
|
|
|
# Window shadows
|
|
shadows enable
|
|
|
|
# Window corner radius
|
|
corner_radius 4
|