sithwm

Forum rules
Post your scrot in the appropriate section. If the section does not exist yet - open a new thread ;)
User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: sithwm

Unread post by ivanovnegro » Sat May 24, 2014 11:36 am

^ Nice! The appropriate setup for Malgus.

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: sithwm

Unread post by dkeg » Sat May 24, 2014 12:24 pm

Joe would be proud. Nice!

Work hard; Complain less

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: sithwm

Unread post by GekkoP » Sat May 24, 2014 2:09 pm

Great work, Luke.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: sithwm

Unread post by DebianJoe » Wed May 28, 2014 3:53 pm

*applause from the corner*
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: sithwm

Unread post by bones » Wed May 28, 2014 6:12 pm

^ He's alive, ALIVE, I tell you! ;-)

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: sithwm

Unread post by pidsley » Wed May 28, 2014 11:06 pm

Oh damn. Now he's really going to be surprised by his mail bomb tomorrow.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: sithwm

Unread post by bones » Tue Jun 17, 2014 3:26 pm

A new scrot from Cream for sithwm, one of my new favorite stackers:
Attachments
sithwm_cream.png

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: sithwm

Unread post by DebianJoe » Mon Sep 08, 2014 9:06 am

2014-09-08-075614_1366x768_scrot.png
Sithwm hack of the day:
So, while the background and coloring is part of my "Protest against Dkeg's elegant scrots", this is a way that I've been playing with making sithwm open layouts from the menu. (Menus are bloat & I don't care, this is a useful trick.)

in .sithwmrc ,make cool layouts that you would actually use (side-by-side tiled, right stacks, whatever), and set the menu to provide argvs that include geometry switches. For example, the above looks like this:

Code: Select all

cmd "4-pane" "st -g 500x250+20+20 & st -g 500x250+20+500 & st -g 500x250+830+20 & st -g 500x250+830+500"
...now I have a menu entry called "4-pane" that opens 4 st terms where I told X to put them. Obviously a simple implementation, but could be really cool for setting up menu entries to open commonly used programs where you actually want them.

...or a slightly off-center vertical 2 panel tile.

Code: Select all

cmd "v-tile" "st -g 635x767+1+1 & st -g 719X767+647+1"
Should work with any program that accepts command line geometry setting.
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: sithwm

Unread post by wuxmedia » Mon Sep 08, 2014 9:54 am

That is actually really pretty Joe.... is that...couldn't be... compton? 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: sithwm

Unread post by DebianJoe » Mon Sep 08, 2014 10:09 am

wuxmedia wrote:That is actually really pretty Joe.... is that...couldn't be... compton? 8)
It's the shadows, man, the shadows!
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: sithwm

Unread post by machinebacon » Mon Sep 08, 2014 10:16 am

pixel nazi ;)

But yeah, I did something similar too with .xinitrc to start some windows where I want to have them. Gain extra beard points by using xrandr to find out the resolution of the screen and align the windows relative to screen size, not absolute ;)
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: sithwm

Unread post by dkeg » Mon Sep 08, 2014 11:15 am

excellent joe.
I had actually donesimilar before, a bit different, but same idea. just a quick script in .xinitrc to start 4 terminals at specific geometries.

Nothing like yours with different layouts options though. Cool idea

Work hard; Complain less

Post Reply