diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 87c7a437..801a899d 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -378,6 +378,7 @@ in { | |||
378 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; | 378 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; |
379 | icon-size = iconSize; | 379 | icon-size = iconSize; |
380 | format-icons = { activated = "󰈈"; deactivated = "󰈉"; }; | 380 | format-icons = { activated = "󰈈"; deactivated = "󰈉"; }; |
381 | timeout = 120; | ||
381 | }; | 382 | }; |
382 | backlight = { | 383 | backlight = { |
383 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; | 384 | format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; |
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index d4105952..88c71f7f 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -360,7 +360,7 @@ in { | |||
360 | "workspace special:pwvucontrol, class:^com\.saivert\.pwvucontrol$" | 360 | "workspace special:pwvucontrol, class:^com\.saivert\.pwvucontrol$" |
361 | "workspace special:easyeffects, class:^com\.github\.wwmm\.easyeffects$" | 361 | "workspace special:easyeffects, class:^com\.github\.wwmm\.easyeffects$" |
362 | "workspace special:blueman, class:^\.blueman-manager-wrapped$" | 362 | "workspace special:blueman, class:^\.blueman-manager-wrapped$" |
363 | "workspace special:keepass silent, class:^org\.keepassxc\.KeePassXC$, title:^(?!Unlock Database.*)(?!.*Access Request)" | 363 | "workspace special:keepass silent, class:^org\.keepassxc\.KeePassXC$, title:^(?!Unlock Database.*)(?!.*(Access Request|Passkey credentials))" |
364 | # "group set always lock invade, class:^Element$" | 364 | # "group set always lock invade, class:^Element$" |
365 | "workspace 2, class:^firefox$" | 365 | "workspace 2, class:^firefox$" |
366 | "workspace 4, class:^evince$" | 366 | "workspace 4, class:^evince$" |
@@ -373,6 +373,8 @@ in { | |||
373 | "workspace 5, class:^qemu$" | 373 | "workspace 5, class:^qemu$" |
374 | "float, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" | 374 | "float, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" |
375 | "center, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" | 375 | "center, class:^org\.keepassxc\.KeePassXC$, title:Access Request$" |
376 | "float, class:^org\.keepassxc\.KeePassXC$, title:Passkey credentials$" | ||
377 | "center, class:^org\.keepassxc\.KeePassXC$, title:Passkey credentials$" | ||
376 | "float, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" | 378 | "float, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" |
377 | "center, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" | 379 | "center, class:^org\.keepassxc\.KeePassXC$, title:^Unlock Database" |
378 | "float, class:^xdg-desktop-portal-gtk$" | 380 | "float, class:^xdg-desktop-portal-gtk$" |
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index db679c97..20db64a0 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -284,7 +284,7 @@ in { | |||
284 | CacheDirectory = "yt-dlp/%N"; | 284 | CacheDirectory = "yt-dlp/%N"; |
285 | StandardInput = "socket"; | 285 | StandardInput = "socket"; |
286 | StandardOutput = "journal"; | 286 | StandardOutput = "journal"; |
287 | WatchdogSec = "10s"; | 287 | WatchdogSec = "30min"; |
288 | Environment = [ | 288 | Environment = [ |
289 | "PATH=${lib.makeBinPath (with pkgs; [atomicparsley ffmpeg-headless rtmpdump])}" | 289 | "PATH=${lib.makeBinPath (with pkgs; [atomicparsley ffmpeg-headless rtmpdump])}" |
290 | ]; | 290 | ]; |