mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Add rounded corners
This commit is contained in:
parent
5f17112f69
commit
a940d6e6e0
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||
# round the corners of windows. Does not interact well with
|
||||
# `transparent-clipping`.
|
||||
corner-radius = 0
|
||||
corner-radius = 10
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
rounded-corners-exclude = [
|
||||
|
@ -425,7 +425,7 @@ log-level = "warn";
|
|||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; };
|
||||
dock = { shadow = false; clip-shadow-above = true; }
|
||||
dock = { shadow = false; clip-shadow-above = true; opacity = 0.95; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = false; }
|
||||
dropdown_menu = { opacity = false; }
|
||||
|
|
Loading…
Reference in a new issue