initial commit
This commit is contained in:
5
bin/nomarchy-hyprland-active-window-transparency-toggle
Executable file
5
bin/nomarchy-hyprland-active-window-transparency-toggle
Executable 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
|
||||
Reference in New Issue
Block a user