hyprland config tinkering
This commit is contained in:
parent
ab0c003350
commit
7adc22398c
1 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 15;
|
gaps_in = 10;
|
||||||
gaps_out = 20;
|
gaps_out = 10;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
cursor_inactive_timeout = 4;
|
cursor_inactive_timeout = 4;
|
||||||
"col.active_border" = "0xff${config.colorscheme.colors.base0C}";
|
"col.active_border" = "0xff${config.colorscheme.colors.base0C}";
|
||||||
|
|
@ -30,8 +30,8 @@
|
||||||
misc.vfr = "on";
|
misc.vfr = "on";
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
active_opacity = 0.94;
|
active_opacity = 1.0;
|
||||||
inactive_opacity = 0.84;
|
inactive_opacity = 1.0;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
blur = true;
|
blur = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue