Files
dots/gui/.config/hypr/userprefs.conf
T
coja a700e23e0a [Sync] adopt unified stow layout from the private repo
Mirrors the private dots tree at 900bdda: one shared base plus per-host
overlays, replacing the old flat .config/ layout (last synced 2026-06-28).

- packages: common/ gui/ wm/ lw/ fl/ + install.sh and bin/ tooling (dotsync,
  reconcile-hyde.sh)
- new README (layout, deploy order, HyDE dependency), plus ToDo.md and
  HYDE-UPDATE.md
- current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/
  config, tmux, presenterm, aichat roles
- drops stale duplicates and generated cruft that should never have been
  tracked: the second top-level .pi/ copy, btop.log, zellij config.kdl.bak,
  fish_variables, nvim codecompanion.lua
- .pi/agent/auth.json is gitignored now; auth.json.example ships instead
- fl/ and wm/ hypr themes/ stay untracked (HyDE-generated per machine, per
  the root .gitignore)
2026-08-12 22:50:18 +02:00

44 lines
2.2 KiB
Plaintext

# █░█ █▀ █▀▀ █▀█   █▀█ █▀█ █▀▀ █▀▀ █▀
# █▄█ ▄█ ██▄ █▀▄   █▀▀ █▀▄ ██▄ █▀░ ▄█
# Set your personal hyprland configuration here
# BAR BLUR
#
# The blur behind the bars only ever came from HyDE's *generated* `hypr/themes/theme.conf`,
# which this repo deliberately does not carry (HyDE writes it per host) — so without this
# block the bars have no blur behind them. That generated file also still ships the pre-0.45
# form (`layerrule = blur,waybar`), which current hyprland rejects; HyDE wraps the source in
# `hyprlang noerror true`, so it fails silently either way. Re-declared here in the current
# `<rule>,match:namespace <ns>` syntax, matching windowrules.conf. `layerrule` is additive.
# Keep comments on their own lines: a trailing one is parsed as part of the value.
# (`cavabar` is the standalone cava bar from waybar/layouts/custom.jsonc.)
layerrule = blur true,match:namespace waybar
layerrule = ignore_alpha 0,match:namespace waybar
layerrule = blur true,match:namespace cavabar
layerrule = ignore_alpha 0,match:namespace cavabar
# // █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
# // █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█
# (xremap lives in lw's host.conf — it's the only host with an xremap config; wm uses evremap)
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.socket # ssh on start
env = ELECTRON_OZONE_PLATFORM_HINT,x11 # Disable after hyprland fixes electron flickering
exec-once = waybar -c ~/.config/waybar/layouts/custom.jsonc -s ~/.config/waybar/layouts/custom.css
# (No static `noanim` layerrule: current Hyprland rejects it in the match: syntax, and
# grimblast already suppresses selection animation at runtime via `hyprctl keyword layerrule`.)
# I know there is like two 'solutions' already, so have third one - (tested GTX 1060, 555.58.02 drivers) - run flickery apps with --disable-gpu-compositing. This makes apps slightly less smooth (GPU still used tho), but fixes the issue. I think this is better then to disable damage_tracking, which works too.
# render {
# explicit_sync = 1
# explicit_sync_kms = 1
# direct_scanout = no
# }