dotfiles/stow_home/spectrwm/.config/spectrwm/scripts/keep-trayer-ws.sh

4 lines
99 B
Bash
Executable File

#!/bin/bash
current_ws="$(wmctrl -d | grep '*' | awk '{print $1}')"
wmctrl -r panel -t $current_ws