Compare commits
2 Commits
0e98c37fef
...
cd5c427e38
Author | SHA1 | Date |
---|---|---|
Ray Elliott | cd5c427e38 | |
Ray Elliott | 457b43ccbc |
1
bspwmrc
1
bspwmrc
|
@ -30,6 +30,7 @@ bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
bspc config directional_focus_tightness low
|
||||||
|
|
||||||
bspc config external_rules_command ~/.config/bspwm/external.sh
|
bspc config external_rules_command ~/.config/bspwm/external.sh
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,5 @@ bspc query -D -d .occupied | while read _desktop_id ; do
|
||||||
printf "%-6s %-15s %.55s\n" "$_desktop_name" "$_wm_class" "$_title"
|
printf "%-6s %-15s %.55s\n" "$_desktop_name" "$_wm_class" "$_title"
|
||||||
_desktop_name=''
|
_desktop_name=''
|
||||||
done
|
done
|
||||||
|
echo ""
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue