Extract bin for toggling window transparency

This commit is contained in:
David Heinemeier Hansson
2026-03-27 21:03:59 +01:00
parent f9b52a007e
commit f8a789b885
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Toggles transparency for the currently focused window.
hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle