Compare commits

..

No commits in common. "cd5c427e38c7c1cb3d847173f14cdb03fa340d67" and "0e98c37fefcd6888964259617c7f22d421dd5a60" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ 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,5 +10,4 @@ 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