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_out = "10,15,15,15";
|
||||
border_size = 1;
|
||||
"col.active_border" = "rgba(${colors.gruvbox-rgb.bright_orange},1.0) rgba(${colors.gruvbox-rgb.red},1.0) 45deg";
|
||||
"col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg4},0.66)";
|
||||
"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.bg2},1.0)";
|
||||
layout = "dwindle";
|
||||
allow_tearing = false;
|
||||
allow_tearing = true;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
@@ -67,19 +67,12 @@ in {
|
||||
rounding_power = 3.5;
|
||||
blur = {
|
||||
enabled = true;
|
||||
new_optimizations = true;
|
||||
ignore_opacity = true;
|
||||
xray = false;
|
||||
size = 3;
|
||||
passes = 3;
|
||||
xray = true;
|
||||
size = 4;
|
||||
passes = 1;
|
||||
popups = true;
|
||||
};
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 8;
|
||||
render_power = 4;
|
||||
color = "rgba(0,0,0,.5)";
|
||||
};
|
||||
shadow.enabled = false;
|
||||
};
|
||||
|
||||
animations = {
|
||||
@@ -93,8 +86,10 @@ in {
|
||||
"windows, 1, 3, fluid, popin 5%"
|
||||
"windowsOut, 1, 2.5, snappy"
|
||||
"fade, 1, 4, snappy"
|
||||
"workspaces, 1, 1.7, snappy, slidevert"
|
||||
"workspaces, 1, 2, snappy, slidevert"
|
||||
"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:^(obsidian)$"
|
||||
|
||||
# Ensure hyprland tearing on games
|
||||
"immediate,class:^(steam_app)$"
|
||||
|
||||
# Keep Rofi focused
|
||||
"stayfocused, class:^(Rofi)$"
|
||||
];
|
||||
|
||||
@@ -293,6 +293,7 @@ in {
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user