mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Handle preselection in pseudo-automatic mode example
This commit is contained in:
parent
237a78ab28
commit
c9925de182
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
fwid=$(bspc query -W -w)
|
||||
fwid=$(bspc query -W -w focused.automatic)
|
||||
|
||||
if [ -n "$fwid" ] ; then
|
||||
wattr wh $fwid | {
|
||||
|
|
Loading…
Add table
Reference in a new issue