I have to say that the more I use #DKwm, the better I like it. π
FWIW I have incorporated a good deal of automation (via #sxhkd and #wmctrl) in my personal install. I'll publish a tutorial of what I have done on my site ( https://eirenicon.org ) and share it on both #ArchLabs and on #LiliDog.
#windowmanager #Debian #Technology #Linux #lilidog #archlabs #dkwm #wmctrl #sxhkd
Having trouble moving windows between screens via the terminal #commandline #2204 #wayland #xdotool #wmctrl
#commandline #wayland #xdotool #wmctrl
@bofh1337 So until then a wmctrl script OUGHT to help here.
Except - using #wmctrl to report on windows it shows me where they are, nicely. X, Y, Geometry.
Now, using wmctrl again to set the window property to that - it is wrong. π‘ π€¬ X seems to be wrong by around 40 points, width around 15 to 20.
Useless. π’
Boah, I do hate computer.
Cerrando ventanas con wmctrl #escritorio #wmctrl #bash #terminal https://ugeek.github.io/blog/post/2023-01-14-cerrando-ventanas-con-wmctrl.html
#escritorio #wmctrl #bash #terminal
Discovering that wmctrl is a REALLY useful tool to have on X11 and works great on elementary OS/GNOME.
Examples:
See list of all current windows with their geometry:
wmctrl -l -G
Move a window with the class name org.small_tech.comet to position (100,100) and size it to its minimum size:
wmctrl -x -r org.small_tech.comet -e 0,100,100,0,0
Show the desktop (hide all apps):
wmctrl -k on
Learn more: https://www.freedesktop.org/wiki/Software/wmctrl/
#x11 #cli #windowmanager #wmctrl #linux