Compare commits

..

No commits in common. "867686e409d91c3235109ccdce11e458fc894c4e" and "3e78c7cb2ae6e6d98d1e2372583de1e4a3d4f521" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View File

@ -63,7 +63,7 @@
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "center" :halign "center"
:onclick "hyprctl dispatch 'hl.dsp.window.close()'" :onclick "hyprctl eval 'hl.dsp.window.close()'"
{""} {""}
) )
(button :class "music" (button :class "music"

View File

@ -54,15 +54,5 @@ else
echo "No touchscreen device detected." echo "No touchscreen device detected."
fi fi
# Detect pen/tablet device name
pendev=$(hyprctl devices -j | jq -r '.tablets[0].name // empty')
if [[ -n "$pendev" ]]; then
echo "Applying same rotation to pen/tablet: $pendev"
hyprctl eval "hl.device({name='$pendev', transform=$newrot, output='$curmon'})"
else
echo "No pen/tablet device detected."
fi
# Reload Eww to adjust bar size # Reload Eww to adjust bar size
eww reload eww reload