name change
This commit is contained in:
parent
eb427312da
commit
a8876c935b
2 changed files with 36 additions and 17 deletions
51
README.md
51
README.md
|
@ -1,11 +1,13 @@
|
|||
# rootwm
|
||||
# [ wms ]
|
||||
[w]indow [m]manipulation [s]cripts
|
||||
a bunch of shellscripts around wmutils.
|
||||
|
||||
Well, not only is rootwm not a wm per se, it's also not an original project. What is it then you ask. It's my implementation of some tools from the wmutils project in a **bunch of horrible shell scripts**. As a clear requirement, you should have the wmutils binaries. Namely:
|
||||
Well, not only is wms not a wm per se, it's also not an original project. What is it then you ask. It's my implementation of some tools from the wmutils project in a **bunch of horrible shell scripts**. As a clear requirement, you should have the wmutils binaries. Namely:
|
||||
https://github.com/wmutils.
|
||||
|
||||
|
||||
Also rootwm is a derivative of [ ! wm]:
|
||||
https://git.disroot.org/root_sti/nowm.git
|
||||
Also wms is a derivative of [ ! wm]:
|
||||
https://git.disroot.org/root_sti/nowm.git (dead at birth)
|
||||
|
||||
|
||||
|
||||
|
@ -16,33 +18,50 @@ I am learning, discovering, experimenting. This makes these scripts very volatil
|
|||
|
||||
**FEATURES:**
|
||||
|
||||
· switch windows with menú. (dmenu, fzfmenu, etc.)
|
||||
|
||||
[wms_switcher.sh]
|
||||
switch windows with menú. (dmenu, fzfmenu, etc.)
|
||||
-next / prev / wid.
|
||||
|
||||
· window border colors.
|
||||
|
||||
· move / resize windows.
|
||||
[wms_moveresize.sh]
|
||||
move / resize windows.
|
||||
-fullsize.
|
||||
-half screen (north, south, est, west).
|
||||
|
||||
· send windows to the background and ingore them.
|
||||
[wms_backgroundize.sh]
|
||||
send windows to the background and ingore them.
|
||||
|
||||
· cicle opened terminals.
|
||||
[wms_termtogle.sh]
|
||||
cicle opened terminals.
|
||||
|
||||
· clear desktop.
|
||||
[wms_termrename.sh]
|
||||
change terminal name.
|
||||
|
||||
· herds (group windows by herd).
|
||||
[wms_clearer.sh]
|
||||
clear desktop.
|
||||
|
||||
[wms_shepperd.sh]
|
||||
herds (group windows by herd).
|
||||
-add individual window.
|
||||
-add all windows.
|
||||
-togle herds.
|
||||
|
||||
· layouts / arrangements.
|
||||
[wms_usher.sh]
|
||||
window arrangements.
|
||||
-monocule.
|
||||
-widespread.
|
||||
-tiled.
|
||||
|
||||
· resize windows percentage. (regarding screen size)
|
||||
[wms_voyeur.sh]
|
||||
watch xorg events and do things.
|
||||
|
||||
· resize master area in tiling mode.
|
||||
[wms_mainrole.sh]
|
||||
manage focus and colors.
|
||||
|
||||
**this wm doesn't have mouse support**
|
||||
[wms_revalue.sh]
|
||||
resize windows percentage. (regarding screen size), resize master area in tiling mode.
|
||||
|
||||
[wms_windowsaver.sh]
|
||||
use the windows to protect screen.
|
||||
|
||||
** doesn't have mouse support**
|
|
@ -1,4 +1,4 @@
|
|||
NAME=rootwm # wm name
|
||||
NAME=wms # wm name
|
||||
TERMINAL=xterm # terminal command
|
||||
XMENU=fzfmenu.sh # menu command
|
||||
XMENU_XL=fzfmenu_xl.sh # large menu command
|
||||
|
|
Loading…
Reference in a new issue