diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-15 13:08:00 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-15 13:08:00 +0200 |
| commit | a8056c5575e22c814fce2a87f5b1b0d71c8fc402 (patch) | |
| tree | fa34d6c813e816590edf57ee80b8ee8742599ed5 /accounts/gkleen@sif/hyprland.nix | |
| parent | 8094ac39153017239eb7cd2525b2df7e93550490 (diff) | |
| download | nixos-a8056c5575e22c814fce2a87f5b1b0d71c8fc402.tar nixos-a8056c5575e22c814fce2a87f5b1b0d71c8fc402.tar.gz nixos-a8056c5575e22c814fce2a87f5b1b0d71c8fc402.tar.bz2 nixos-a8056c5575e22c814fce2a87f5b1b0d71c8fc402.tar.xz nixos-a8056c5575e22c814fce2a87f5b1b0d71c8fc402.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
| -rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index c295997b..7491dcb4 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
| @@ -15,7 +15,7 @@ in { | |||
| 15 | ]; | 15 | ]; |
| 16 | 16 | ||
| 17 | env = [ | 17 | env = [ |
| 18 | # "XCURSOR_SIZE,12" | 18 | "XCURSOR_SIZE,12" |
| 19 | "NIXOS_OZONE_WL,1" | 19 | "NIXOS_OZONE_WL,1" |
| 20 | "QT_QPA_PLATFORM,wayland" | 20 | "QT_QPA_PLATFORM,wayland" |
| 21 | "GDK_BACKEND,wayland" | 21 | "GDK_BACKEND,wayland" |
| @@ -29,7 +29,7 @@ in { | |||
| 29 | general = { | 29 | general = { |
| 30 | gaps_in = 3; | 30 | gaps_in = 3; |
| 31 | gaps_out = 9; | 31 | gaps_out = 9; |
| 32 | "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; | 32 | "col.active_border" = "rgba(33ccffee) rgba(00ff95ee) 45deg"; |
| 33 | "col.inactive_border" = "rgba(595959aa)"; | 33 | "col.inactive_border" = "rgba(595959aa)"; |
| 34 | 34 | ||
| 35 | resize_on_border = false; | 35 | resize_on_border = false; |
| @@ -294,14 +294,26 @@ in { | |||
| 294 | "suppressevent maximize fullscreen, class:.*" | 294 | "suppressevent maximize fullscreen, class:.*" |
| 295 | 295 | ||
| 296 | # "maximize, class:^(Element|thunderbird)$" | 296 | # "maximize, class:^(Element|thunderbird)$" |
| 297 | "workspace special:keepass, class:^org\.keepassxc\.KeePassXC$, title:^(?!KeePassXC - Access Request)$" | 297 | "workspace special:pavucontrol, class:^org\.pulseaudio\.pavucontrol$" |
| 298 | "workspace special:easyeffects, class:^com\.github\.wwmm\.easyeffects$" | ||
| 299 | "workspace special:blueman, class:^\.blueman-manager-wrapped$" | ||
| 300 | "workspace special:keepass silent, class:^org\.keepassxc\.KeePassXC$, title:^(?!Unlock Database.*)(?!.*Access Request)" | ||
| 298 | # "group set always lock invade, class:^Element$" | 301 | # "group set always lock invade, class:^Element$" |
| 302 | "workspace 2, class:^firefox$" | ||
| 299 | "workspace 4, class:^evince$" | 303 | "workspace 4, class:^evince$" |
| 304 | "workspace 4, class:^imv$" | ||
| 305 | "workspace 4, class:^org\.pwmt\.zathura$" | ||
| 300 | "workspace 10, class:^mpv$" | 306 | "workspace 10, class:^mpv$" |
| 301 | "float, class:^org\.keepassxc\.KeePassXC$, title:^KeePassXC - Access Request$" | 307 | "float, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" |
| 302 | "center, class:^org\.keepassxc\.KeePassXC$, title:^KeePassXC - Access Request$" | 308 | "center, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" |
| 303 | 309 | "float, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" | |
| 304 | "bordercolor rgba(ffee33ee) rgba(ff9500ee) 45deg, fullscreen:1" | 310 | "center, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" |
| 311 | "float, class:^xdg-desktop-portal-gtk$" | ||
| 312 | "center, class:^xdg-desktop-portal-gtk$" | ||
| 313 | |||
| 314 | "bordercolor rgba(ffaa33ee) rgba(bfff00ee) 45deg, fullscreen:1" | ||
| 315 | "bordercolor rgba(3366ffee) rgba(6a00ffee) 45deg, xwayland:1" | ||
| 316 | "bordercolor rgba(6633ffee) rgba(ea00ffee) 45deg, xwayland:1, fullscreen:1" | ||
| 305 | ]; | 317 | ]; |
| 306 | 318 | ||
| 307 | workspace = [ | 319 | workspace = [ |
