New backup 2025-04-22 14:15:02
This commit is contained in:
parent
fda933fd77
commit
c422f9d1ec
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
(defwidget shortcuts []
|
(defwidget shortcuts []
|
||||||
(box
|
(box
|
||||||
:visible ( jq( jq( jq(workspacesArray, '.[]'), 'select(.focused==true)'), '.num') == 4)
|
:visible {jq( jq( jq(workspacesArray, '.[]'), 'select(.focused==true)'), '.num') == 4}
|
||||||
:class "shortcuts"
|
:class "shortcuts"
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
|
|
Loading…
Add table
Reference in a new issue