Skip to content

Commit

Permalink
eww: add more events to fullscreen workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Mar 24, 2023
1 parent c09de3b commit 99869e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/bspwm/scripts/eww_fullscreen_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo bars: ${bars[@]}
echo monitors: ${monitors[@]}
echo bar_idxs: ${bar_idxs[@]}

bspc subscribe node_state desktop_focus | while read -r _ mon _ _ state flag; do
bspc subscribe node_state node_add node_remove node_geometry desktop_focus | while read -r _ mon _ _ state flag; do
if [[ "$state" != fullscreen ]]; then continue; fi
echo "===== fullscreen change ===="
for bar in "${bars[@]}"; do
Expand Down

0 comments on commit 99869e4

Please sign in to comment.