From a8876c935b2bf8ff2617fc462f60f13f161eb4dd Mon Sep 17 00:00:00 2001 From: rootniformaticaservice Date: Sun, 19 Mar 2023 23:16:02 -0300 Subject: [PATCH] name change --- README.md | 51 +++++++++++++++++++++++++++++------------- config/wms_var_example | 2 +- 2 files changed, 36 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3e35760..54f2abe 100644 --- a/README.md +++ b/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** \ No newline at end of file +[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** \ No newline at end of file diff --git a/config/wms_var_example b/config/wms_var_example index 829d92c..8445df5 100644 --- a/config/wms_var_example +++ b/config/wms_var_example @@ -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