apps(waybar): minor fix for waybar_seek

This commit is contained in:
kenji
2026-07-02 07:20:20 -05:00
parent b67b0a035d
commit 1438669a4e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
# --- Privacy & Hardening --- # --- Privacy & Hardening ---
"browser.contentblocking.category" = "strict"; "browser.contentblocking.category" = "strict";
"privacy.trackingprotection.enabled" = true; "privacy.trackingprotection.enabled" = true;
"privacy.resistFingerprinting" = true; # Note: Spoofs timezone and caps FPS to 60 "privacy.resistFingerprinting" = false; # Note: Spoofs timezone and caps FPS to 60
"geo.enabled" = false; "geo.enabled" = false;
"media.peerconnection.enabled" = false; # Prevents WebRTC IP leaks "media.peerconnection.enabled" = false; # Prevents WebRTC IP leaks
"network.dns.disablePrefetch" = true; "network.dns.disablePrefetch" = true;
+2 -1
View File
@@ -27,7 +27,8 @@
contrast = 0.75; contrast = 0.75;
}; };
}; };
monitor = myConfig.hyprland.monitors; # monitor = myConfig.hyprland.monitors;
extraConfig = myConfig.hyprland.monitors;
dwindle = { dwindle = {
preserve_split = true; preserve_split = true;
smart_split = false; smart_split = false;
+1 -1
View File
@@ -27,6 +27,6 @@
in { in {
home.packages = [waybar_peek]; home.packages = [waybar_peek];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
exec-once = ["${waybar_peek}/bin/waybar_peek"]; exec-once = ["waybar_peek"];
}; };
} }