apps(waybar): minor fix for waybar_seek
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
# --- Privacy & Hardening ---
|
||||
"browser.contentblocking.category" = "strict";
|
||||
"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;
|
||||
"media.peerconnection.enabled" = false; # Prevents WebRTC IP leaks
|
||||
"network.dns.disablePrefetch" = true;
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
contrast = 0.75;
|
||||
};
|
||||
};
|
||||
monitor = myConfig.hyprland.monitors;
|
||||
# monitor = myConfig.hyprland.monitors;
|
||||
extraConfig = myConfig.hyprland.monitors;
|
||||
dwindle = {
|
||||
preserve_split = true;
|
||||
smart_split = false;
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
in {
|
||||
home.packages = [waybar_peek];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = ["${waybar_peek}/bin/waybar_peek"];
|
||||
exec-once = ["waybar_peek"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user