Joliflower@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agoShare your best DE tricks, shortcuts and apps youve found!message-squaremessage-square33fedilinkarrow-up164arrow-down11
arrow-up163arrow-down1message-squareShare your best DE tricks, shortcuts and apps youve found!Joliflower@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agomessage-square33fedilink
minus-squareeshep@social.trom.tflinkfedilinkarrow-up2·1 year ago@imgel I wouldn't consider #e16 a DE (still count?); but using that, I prefer having a frame-only window decoration. I use a simple #xdotool line in my #conkyrc to display the currently focused window. ${exec 'xdotool getactivewindow getwindowname'} I've also used a combination of xdotool, randr, and eesh in the past to do tiling and arrangement.
@imgel I wouldn't consider #e16 a DE (still count?); but using that, I prefer having a frame-only window decoration. I use a simple #xdotool line in my #conkyrc to display the currently focused window.
${exec 'xdotool getactivewindow getwindowname'}
I've also used a combination of
xdotool
,randr
, andeesh
in the past to do tiling and arrangement.