SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: wolfomat on March 30, 2019, 01:22:19 AM

Title: [SOLVED] debian 9 stretch vs sparky / keybindings win10 like behaviour
Post by: wolfomat on March 30, 2019, 01:22:19 AM
hi there, as i am relativly new to the linux scene (and now final linux user \o/) i am just curious about why i should use the sparky distri rather then debian 9 itself?
It sounds like a noob question i guess, but i am just curious ;)
Title: Re: debian 9 stretch vs sparky
Post by: kanliot on March 30, 2019, 04:28:20 AM
eh, you didn't say if you wanted a long or short answer :)

I had a really good time  the last time I installed Debian 9, but then I started getting weird bugs with the video driver.    Also Debian 9 had some sofware on it that made lots of since for GNOME, but didn't make sense for LXDE.

Really, the value of SparkyLinux, is what you get out of the box.  If you can install a few pieces of software, and everything runs ok, then that is where you want to stay. 

I'm running SparkyLinux LXQt, which is slightly newer than SparkyLinux LXDE, and I really love it.    It was really fast to fix the taskbar ( the "Strip" at the bottom that gets clicked to switch to a second app) to what looks and works correct for me.   I have legit reasons for not liking the way GNOME launches and switches applications.  I know you don't think the same, but that's my reasons and I'm sticking with SparkyLinux.
Title: Re: debian 9 stretch vs sparky
Post by: wolfomat on March 30, 2019, 01:11:09 PM
i am sticking into it because of gaming edition :) I am really just curious about other oppinions.
Should i upgrade die LXQt ? I am using LXDE but i like it ^^
Title: Re: debian 9 stretch vs sparky
Post by: lami07 on March 30, 2019, 02:22:42 PM
Lxde is dying species. Sooner or later you will have to look for alternative. Lxqt already is viable replacement. Just need little refinement imo.
Title: Re: debian 9 stretch vs sparky
Post by: wolfomat on March 31, 2019, 08:46:09 PM
ah okay, i see.
what i am also curious about (but didn't do any research), if it is possible to map some "SUPER (Windows key)+Left Arrow Keys"  to place windows simliar to windows 10.
(SUPER+LeftArrow = place window at current display to the left side / 50 percent of the display width), same goes for Right Arrow key, I've used this alot on windows but i am missing it a bit ;)
Title: Re: debian 9 stretch vs sparky
Post by: kanliot on April 01, 2019, 02:43:31 AM
https://askubuntu.com/questions/516303/tiling-windows-horizontally-and-vertically-under-lubuntu-lxde-openbox

There's different scripts if you want the two last windows tiled, or my suggestion is to setup keybinds to do the left window, then a second keybind for the right-window.

I believe the value should be set:
key=W-Left

for Windows+Left arrow key

I'll offer more help,  please ask.

Basically you'll need to use a text editor, to edit a config file, but only change the correct parts of the file, and etc. 
And then make sure openbox is restarted or reconfigured.

you're doing "Tile windows for openbox"  is what I googled for.
Title: Re: debian 9 stretch vs sparky
Post by: wolfomat on April 02, 2019, 12:46:48 AM
perfect !

I've modified it slighty to my  requirements:

<keybind key="W-Left">
    <action name="UnmaximizeFull"/>
    <action name="MoveResizeTo">
     <width>50%</width>
    </action>
    <action name="MaximizeVert"/>
    <action name="MoveResizeTo">
     <x>0</x>
     <y>0</y>
    </action>
   </keybind>
   <!-- Vertical Tiling, right -->
   <keybind key="W-Right">
   <action name="UnmaximizeFull"/>
   <action name="MoveResizeTo">
    <width>50%</width>
  </action>
  <action name="MaximizeVert"/>
  <action name="MoveResizeTo">
    <x>-0</x>
    <y>0</y>
  </action>



now i am just experimenting with restore original window size (the example isn't working as i expected), but it is okay now :D thanks!
Title: Re: debian 9 stretch vs sparky
Post by: lami07 on April 02, 2019, 10:19:31 PM
Thanks for the idea folks. Mentioned keybindings are going to be added to default config.
Title: Re: debian 9 stretch vs sparky
Post by: wolfomat on April 04, 2019, 01:26:35 AM
Quote from: lami07 on March 30, 2019, 02:22:42 PM
Lxde is dying species. Sooner or later you will have to look for alternative. Lxqt already is viable replacement. Just need little refinement imo.

so, for switching to lxqt i think i'll wait until it releases to version 1.0.

Furthermore i think we can close this topic as resolved... ^^