Compare commits

...

2 Commits

Author SHA1 Message Date
Ray Elliott cd5c427e38 focus floating windows with directional focus 2020-11-05 20:57:25 +00:00
Ray Elliott 457b43ccbc update formatting 2020-11-05 20:54:04 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_follows_pointer true
bspc config directional_focus_tightness low
bspc config external_rules_command ~/.config/bspwm/external.sh

View File

@ -10,4 +10,5 @@ bspc query -D -d .occupied | while read _desktop_id ; do
printf "%-6s %-15s %.55s\n" "$_desktop_name" "$_wm_class" "$_title"
_desktop_name=''
done
echo ""
done