Compare commits
7 Commits
5841675ef5
...
46843ea3a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 46843ea3a5 | |||
| bf499602a2 | |||
| 2220a57f58 | |||
| eb9d345ab6 | |||
| 880aa697b0 | |||
| f8c9a8d2b9 | |||
| 6e4bac66c1 |
@@ -56,10 +56,10 @@ in {
|
|||||||
gaps_in = 6;
|
gaps_in = 6;
|
||||||
gaps_out = "10,15,15,15";
|
gaps_out = "10,15,15,15";
|
||||||
border_size = 1;
|
border_size = 1;
|
||||||
"col.active_border" = "rgba(${colors.gruvbox-rgb.bright_orange},1.0) rgba(${colors.gruvbox-rgb.red},1.0) 45deg";
|
"col.active_border" = "rgba(${colors.gruvbox-rgb.fg0},1.0) rgba(${colors.gruvbox-rgb.bg4},1.0) rgba(${colors.gruvbox-rgb.bg2},1.0) 30deg";
|
||||||
"col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg4},0.66)";
|
"col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg2},1.0)";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
allow_tearing = false;
|
allow_tearing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
@@ -67,19 +67,12 @@ in {
|
|||||||
rounding_power = 3.5;
|
rounding_power = 3.5;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
new_optimizations = true;
|
xray = true;
|
||||||
ignore_opacity = true;
|
size = 4;
|
||||||
xray = false;
|
passes = 1;
|
||||||
size = 3;
|
|
||||||
passes = 3;
|
|
||||||
popups = true;
|
popups = true;
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow.enabled = false;
|
||||||
enabled = true;
|
|
||||||
range = 8;
|
|
||||||
render_power = 4;
|
|
||||||
color = "rgba(0,0,0,.5)";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
@@ -93,8 +86,10 @@ in {
|
|||||||
"windows, 1, 3, fluid, popin 5%"
|
"windows, 1, 3, fluid, popin 5%"
|
||||||
"windowsOut, 1, 2.5, snappy"
|
"windowsOut, 1, 2.5, snappy"
|
||||||
"fade, 1, 4, snappy"
|
"fade, 1, 4, snappy"
|
||||||
"workspaces, 1, 1.7, snappy, slidevert"
|
"workspaces, 1, 2, snappy, slidevert"
|
||||||
"layers, 1, 2, snappy, popin 70%"
|
"layers, 1, 2, snappy, popin 70%"
|
||||||
|
"border, 1, 4, fluid"
|
||||||
|
"borderangle, 1, 8, fluid"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -121,6 +116,9 @@ in {
|
|||||||
"opacity 0.9,fullscreen:0,class:^(GitKraken)$"
|
"opacity 0.9,fullscreen:0,class:^(GitKraken)$"
|
||||||
"opacity 0.9,fullscreen:0,class:^(obsidian)$"
|
"opacity 0.9,fullscreen:0,class:^(obsidian)$"
|
||||||
|
|
||||||
|
# Ensure hyprland tearing on games
|
||||||
|
"immediate,class:^(steam_app)$"
|
||||||
|
|
||||||
# Keep Rofi focused
|
# Keep Rofi focused
|
||||||
"stayfocused, class:^(Rofi)$"
|
"stayfocused, class:^(Rofi)$"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -293,6 +293,7 @@ in {
|
|||||||
};
|
};
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user