apps(waybar): minor fix for waybar_seek
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user