Compare commits
No commits in common. "cd5c427e38c7c1cb3d847173f14cdb03fa340d67" and "0e98c37fefcd6888964259617c7f22d421dd5a60" have entirely different histories.
cd5c427e38
...
0e98c37fef
1
bspwmrc
1
bspwmrc
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue