Update dotfiles (2026-05-16 01:02:53)

This commit is contained in:
2026-05-16 01:02:53 +02:00
parent aa4449866a
commit bf1e1ef532
17 changed files with 5871 additions and 5470 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
zoom=$(hyprctl getoption cursor:zoom_factor -j | jq '(.float * 0.7) | if . < 1 then 1 else . end')
hyprctl eval "hl.config({ cursor = { zoom_factor = $zoom } })"