phenax / bsp-layout

Manage layouts in bspwm (tall and wide)
MIT License
373 stars 30 forks source link

Use the full switches and flags of the `bspc` command #55

Open amtoine opened 2 years ago

amtoine commented 2 years ago

Describe your request

Before moving on to the 3 opened priority:high issues, i wanted to make the code base slightly easier to work with, at least according to me :yum:

Currently, the bspc command is mostly used with the reduced forms of its flags and switches, e.g. bspc query -T -m instead of bspc query --tree --monitor.

I think it would be easier for the new users and the devs to have the full flags and switches of bspc in the code base.

Briefly explain its use-case

We will have to replace all the occurences of the reduced flags of bspc in the whole code base.