remove rounded corners and fix Picture-in-Picture
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
autoupdate = true
|
autoupdate = true
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keeptemporaries = false
|
keeptemporaries = false
|
||||||
keepbackups = false
|
keepbackups = false
|
||||||
|
|||||||
@@ -134,7 +134,8 @@ in
|
|||||||
decoration = {
|
decoration = {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10;
|
#rounding = 10;
|
||||||
|
rounding = 0;
|
||||||
#blur = yes
|
#blur = yes
|
||||||
#blur_size = 3
|
#blur_size = 3
|
||||||
#blur_passes = 1
|
#blur_passes = 1
|
||||||
@@ -349,6 +350,7 @@ in
|
|||||||
"opacity 0.9, class:discord, fullscreen:0"
|
"opacity 0.9, class:discord, fullscreen:0"
|
||||||
"opacity 0.1, title:cava"
|
"opacity 0.1, title:cava"
|
||||||
"float, title:Picture-in-Picture"
|
"float, title:Picture-in-Picture"
|
||||||
|
"suppressevent maximize, title:Picture-in-Picture"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
* {
|
* {
|
||||||
font-family: FiraCode , Noto Sans,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
font-family: FiraCode , Noto Sans,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 0.75em;
|
/*border-radius: 0.75em*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
Reference in New Issue
Block a user