welcome to the distro and forum.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: VastOne on September 24, 2013, 11:12:28 AM
[snip] ... for me it's (conky) a long and winding road that has become boring as hell
QuoteI have been running Vsido for a couple of months now and overall consider it the best distro experience I have ever had. For me it is a perfect blend of what I want with a few things in or out I would like to have. Instead of making base changes to my system it really has been a case of tweaking a little here and there. I don't know of anything that could be done that could make that any better. There will always be things here or there that could or could not be included. Overall though what matters to me is I can go from an empty box to my setup in far less time than I have ever been able to do with any set up.
QuoteVSIDO is SID to that and it is a complete vision of what I want to accomplish with VSIDO
#!/bin/sh
exec scrot -q 100 -c -d 5 '%B_%s_$wx$h.jpg' -e 'mv $f ~/pictures/' &
exit 0
# manual tiling with key chains - useing chains to avoid clash with keybindings #
Ctrl a Mod4 h :ArrangeWindowsHorizontal
Ctrl a Mod4 v :ArrangeWindowsVertical
Ctrl a Mod4 l :MacroCmd {ResizeTo 50% 50%} {MoveTo 0 0 UpperLeft} {MaximizeVertical}
Ctrl a Mod4 r :MacroCmd {ResizeTo 50% 50%} {MoveTo 0 0 UpperRight} {MaximizeVertical}
Ctrl a Mod4 t :MacroCmd {ResizeTo 50% 50%} {MoveTo 0 0 UpperLeft} {MaximizeHorizontal}
Ctrl a Mod4 b :MacroCmd {ResizeTo 50% 50%} {MoveTo 0 0 LowerLeft} {MaximizeHorizontal}
Ctrl a Mod1 h :MacroCmd {ToggleDecor} {ResizeTo 50% 50%} {MoveTo 0 0 UpperLeft}
Ctrl a Mod1 j :MacroCmd {ToggleDecor} {ResizeTo 50% 50%} {MoveTo 0 0 UpperRight}
Ctrl a Mod1 k :MacroCmd {ToggleDecor} {ResizeTo 50% 50%} {MoveTo 0 0 LowerLeft}
Ctrl a Mod1 l :MacroCmd {ToggleDecor} {ResizeTo 50% 50%} {MoveTo 0 0 LowerRight}
Ctrl a Mod4 m :MacroCmd {ToggleDecor} {Resize 60% 40%} {MoveTo 0 0 Center}