code changes
This commit is contained in:
parent
4da2adefb2
commit
36d8415a40
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#rootwm
|
||||
# rootwm
|
||||
|
||||
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. As a clear requirement, you should have the wmutils binaries and scripts lying around somewhere. Namely:
|
||||
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 and scripts lying around somewhere. Namely:
|
||||
https://github.com/wmutils.
|
||||
|
||||
|
||||
|
@ -9,6 +9,7 @@ https://git.disroot.org/root_sti/nowm.git
|
|||
|
||||
|
||||
|
||||
This one is designed to maintain and incorporate from that one, things that are essential for my workflow. Also, this must contain future experiments around the configuration of your scripts, using and taking advantage of the modification and addition of atoms in root window.
|
||||
This one is designed to maintain and incorporate from that one, things that are essential for my workflow. Also, this must contain future experiments around the configuration of my scripts, using and taking advantage of the modification and addition of atoms in root window.
|
||||
I am learning, discovering, experimenting. This makes these scripts very volatile.
|
||||
|
||||
**My thanks and credits to the wmutils project. I wish you luck on your way.**
|
2
rwm.sh
2
rwm.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
rwm_revalue.sh &
|
||||
|
||||
xrdb -merge .Xresources &
|
||||
|
||||
sxhkd &
|
||||
|
|
Loading…
Reference in a new issue