aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/kanshi/reload.sh
blob: ce74a3f33037a6a69e3265515338947d306255cf (plain)
1
2
3
4
5
6
#!/bin/sh

if [ -n "$HYPRLAND_INSTANCE_SIGNATURE" ]; then
  hyprctl reload
  hyprctl dispatch workspace 1
fi