SITHWM

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
Gnuxo
Posts: 365
Joined: Thu 09 Feb 2012, 19:01

SITHWM

#1 Post by Gnuxo »

Homepage:http://sithwm.darkside.no/sithwm.html

Based on evilwm.

Ps: Oh and if you didn't get the Star Wars reference, I consider you very sad.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#2 Post by harii4 »

Have you tried EvilWM,cwm or mcwm ?
EvilWM have very good howtos. :)
How about YeahWM?
http://www.murga-linux.com/puppy/viewtopic.php?t=60954
More Mouse-Friendly Interface than evilwm,mcwm or cwm.

May the force be with you. 8)
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#3 Post by harii4 »

Ok Gnuxo,
You asked for it - Now you got it. :twisted:
SITHWM
sithwm is a minimalist window manager based on evilwm, extended to feature seamless virtual desktop and an application menu.

sithwm has a comfortable mix of explicit and implicit focus. The current window border is black, with other windows left gray.

You can use the mouse to manipulate windows by holding down the Windows(TM) key and clicking a button anywhere in the client window. The default controls are:
i have not played with it much yet but it works.
Attachments
sithwm-1.2.3-i486-1.pet
(25.46 KiB) Downloaded 415 times
Last edited by harii4 on Mon 16 Jul 2012, 05:22, edited 1 time in total.
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#4 Post by harii4 »

http://sithwm.darkside.no/sithwm.html

the default .sithwmrc

Code: Select all

# menu "Apps"
#     menu "Viewers"
#	cmd "Eye of GNOME" "eog"
#	cmd "Xpdf" "xpdf"
#     end
# end
# menu "XShells"
#     cmd "Aterm" "aterm"
#     cmd "XTerm" "xterm"
# end

key std		Pointer_Button1	drag,raise
key std		Pointer_Button2	drag,raise			   1
key std		Pointer_Button3	drag,raise			   1

key std		Return		menu				   -1

key std		1		pan,view,abs,popup		   0   0
key std		2		pan,view,abs,popup		   1   0
key std		3		pan,view,abs,popup		   0   1
key std		4		pan,view,abs,popup		   1   1
key std		5		pan,view,abs,popup		   2   0
key std		6		pan,view,abs,popup		   0   2
key std		7		pan,view,abs,popup		   2   1
key std		8		pan,view,abs,popup		   1   2
key std		9		pan,view,abs,popup		   2   2
key std		Left		pan,view,popup			  -4   0
key std		Right		pan,view,popup			   4   0
key std		Up		pan,view,popup			   0  -4
key std		Down		pan,view,popup			   0   4

key std		Tab		next,focus,raise,set_view,mouse,popup
key std,shift	Tab		next,focus,raise,set_view,mouse,popup	  1
key shift	Caps_Lock	circulate,focus,raise,set_view,mouse	299  0
key 0		Caps_Lock	circulate,focus,raise,set_view,mouse	  3  200
key std		Caps_Lock	next,focus,raise,mouse,popup,local
key std,shift	q		circulate,focus,raise,set_view,mouse	299  0
key std		q		circulate,focus,raise,set_view,mouse	  3  200

key std		h		hist,focus,raise,set_view,mouse	-1   0
key std,shift	h		hist,focus,raise,set_view,mouse	 1   0

key std		b		view_hist	-1   0
key std,shift	b		view_hist	 1   0

key std,shift	e		resize,raise,mouse		   0 -16
key std,shift	x		resize,raise,mouse		   0  16
key std,shift	s		resize,raise,mouse		 -16   0
key std,shift	d		resize,raise,mouse		  16   0

key std		e		move,raise,mouse		   0 -16
key std		x		move,raise,mouse		   0  16
key std		s		move,raise,mouse		 -16   0
key std		d		move,raise,mouse		  16	 0
key std		w		move,raise,mouse,abs		   0	 0
key std		z		move,raise,mouse,abs		   0	-1
key std		r		move,raise,mouse,abs		  -1	 0
key std		c		move,raise,mouse,abs		  -1	-1

key std,shift	1		move,view,abs		   0   0
key std,shift	2		move,view,abs		   1   0
key std,shift	3		move,view,abs		   0   1
key std,shift	4		move,view,abs		   1   1
key std,shift	5		move,view,abs		   2   0
key std,shift	6		move,view,abs		   0   2
key std,shift	7		move,view,abs		   2   1
key std,shift	8		move,view,abs		   1   2
key std,shift	9		move,view,abs		   2   2
key std,shift	Left		move,view		  -1   0
key std,shift	Right		move,view		   1   0
key std,shift	Up		move,view		   0  -1
key std,shift	Down		move,view		   0   1

key std		Escape		kill
key std,shift	Escape		kill,abs

key std		a		maxim,raise,mouse
key std		f		fix

key std		i		info,raise,mouse
key 0		F15		raise
key std		Insert		lower
key 0		F17		lower

key std		g		next_screen

xact enter,focus
xact new,focus,raise,mouse   200
xact deleted,focus,mouse

lock "true"

# Sith'ish color scheme:
# cb "black"

# cc "#442"

# ce "#333"
# cf "white"

# cg "#442"

# ch "#442"
# ci "white"


# Not that sith'ish?
# This is for all you dark on light people out there:
cb "white"

cc "#ffefaf"

ce "#ccc"
cf "black"

cg "#ffefaf"

ch "#ffefaf"
ci "black"
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#5 Post by harii4 »

Has an SithMenu too.

My window-key don't work - so i will not be using sithwm.
Ok - you can edit default key besides the mod4 key :?
Its lighter than evilwm - might try again later. :)

Might find help on the crunchbang linux forum with sithwm :wink:
http://crunchbanglinux.org/forums/topic ... s/page/19/

ADDED--------------------------------------------------------------------------------------------------
http://linuxbbq.org/wiki/index.php?title=Sithwm
Last edited by harii4 on Fri 31 May 2013, 01:15, edited 3 times in total.
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
kooliepup
Posts: 292
Joined: Sat 14 Jan 2012, 03:40
Location: Victoria, Australia

#6 Post by kooliepup »

Oh...
so..
This is not about Windows at all.
My bad.

Post Reply