You are not logged in.
Homepage:
https://github.com/examon/splitwm
AUR package:
https://aur.archlinux.org/packages/splitwm-git
Video:
http://vimeo.com/58112758
This is my first wm, so I would very appreciate any comments, ideas, collaboration, etc.
Last edited by examon (2013-02-02 15:14:02)
Offline
interesting and quite powerful. I like the colors, drag drop between screens, and all the view options. Is there a way to change automatic tiling mode to vertical stack or grid?
Last edited by netfun81 (2013-01-29 21:46:13)
Offline
There is only one tiling mode right now, but I is not hard to code other tiling modes. I implemented only one for the testing but I'll try to implement vertical stack and grid tomorrow.
Offline
thanks for quick reply. Also one thing I miss from dwm is the time/date showing in the bar. Is that difficult to implement?
Offline
If you edit
#define EXTERNAL_BAR_POSITION NONE
to
#define EXTERNAL_BAR_POSITION BOTTOM
in
config.h
and recompile, then there will be space for external bar which can be used for whatever you want (like clock, etc.).
I know it would be better to have that kind of a functionality in main bar, but there is a problem because now there are tags in the left, middle & right so there is not a good place where to place clock.
There are many indicators in that top bar so I've made EXTERNAL_BAR_POSITION for someone who want to use some system indicators, like clock.
Anyway, I am open to any other solution to this. I know it's not perfect right now :-)
Offline
Heh, your project looks very promising yet interesting. I like how you can spawn terminals more freely around the screen also putting video link in the post was a really good idea. I might test this sooner or later but there's a possibility I'm running in to problems because I'm on dual monitor setup. At the moment I have no ideas or suggestions for your project but good luck with it
Offline
Ohhhhhh, nice. I guess that might be a revelation for users of wide screens. (Mine is still 1280x1024.)
I wonder if this can be done on a lower level; independent of the window manager. Some Xinerama hackery perhaps?
Offline
Heh, your project looks very promising yet interesting. I like how you can spawn terminals more freely around the screen also putting video link in the post was a really good idea. I might test this sooner or later but there's a possibility I'm running in to problems because I'm on dual monitor setup. At the moment I have no ideas or suggestions for your project but good luck with it
Yes, dual monitor setup is a problem right now, but I'm planning to add dual monitor support in the future.
Offline
Ohhhhhh, nice. I guess that might be a revelation for users of wide screens.
(Mine is still 1280x1024.)
I have widescreen monitor with 1080p and that was the primary reason for this project.
You are right about smaller screens, splitwm is not ideal for them, but you can disable "views" functionality with Mod1+v or Mod4+v so you can work like with "standard" wm.
I wonder if this can be done on a lower level; independent of the window manager. Some Xinerama hackery perhaps?
I'm not really any Xinerama expert so I don't know, but It would be interesting to find out if it can be done.
Offline
I'm not really any Xinerama expert so I don't know, but It would be interesting to find out if it can be done.
You could replace libxinerama with fake xinerama and define all virtual screens manually. If you want to keep the automatic features, you'll have to craete your own patch.
http://home.kde.org/~seli/fakexinerama/
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
examon wrote:I'm not really any Xinerama expert so I don't know, but It would be interesting to find out if it can be done.
You could replace libxinerama with fake xinerama and define all virtual screens manually. If you want to keep the automatic features, you'll have to craete your own patch.
http://home.kde.org/~seli/fakexinerama/
That is interesting, Thank you.
Offline
I've added grid tile support as netfun81 requested.
Mod1+Shift+g grid tile
Mod1+Shift+m dwm like tile
Mod1+Shift+f floating
Also updated a little bit bar tags.
Offline
I've uploaded AUR package for those who don't want to mess with the github.
https://aur.archlinux.org/packages/splitwm-git/
Still, feel free to e-mail/message me for any request or idea.
Last edited by examon (2013-02-02 15:19:06)
Offline