firefox -> chromium and initial bspwm config (thanks fbt)
This commit is contained in:
parent
fcd1e75e6d
commit
eaff767e63
12 changed files with 444 additions and 1 deletions
9
bspwm/bsptl
Executable file
9
bspwm/bsptl
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
bsp_status=$( bspc control --get-status )
|
||||
layout="${bsp_status##*:}"
|
||||
|
||||
case "$layout" in
|
||||
LT) bspc desktop -l monocle;;
|
||||
LM) bspc desktop -l tiled;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue