Add env for monitors, sxhkd-vim
This commit is contained in:
parent
61fb97773c
commit
0158a3dbe2
10 changed files with 44 additions and 16 deletions
|
@ -37,3 +37,11 @@
|
|||
click-left = bsp-layout cycle --layouts tall,wide,grid,rgrid,monocle
|
||||
|
||||
label = %output%
|
||||
|
||||
[module/bsp-layout-primary]
|
||||
inherit = module/bsp-layout
|
||||
exec = bsp-layout get $(bspc query -D --names -d ${MONITOR_PRIMARY}:focused)
|
||||
|
||||
[module/bsp-layout-secondary]
|
||||
inherit = module/bsp-layout
|
||||
exec = bsp-layout get $(bspc query -D --names -d ${MONITOR_SECONDARY}:focused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue