Re: [i3] About accessing workspaces by name

2015-06-18 Thread Anton Löfgren


On June 16, 2015 9:07:36 PM CEST, Steven K Knight ste...@knight.cx wrote:
June 16 2015 2:21 PM, Nicolas Bercher nberc...@yahoo.fr wrote:
 On 16/06/2015 19:08, Kareem Khazem wrote:
 
 Hi Nicholas,
 
 You can use i3-msg to do this from the command line. I use a
 combination of i3-msg and dmenu to do this.
 
 Hi Kareem,
 
 I was thinking vaguely to do things like that but didn't get to the
idea
 of using dmenu! For sure your approach will be mine (but I think I'll
 do it in some mix of Python and bash maybe that will be flawlessly
 integrated together with my bunch of wmii scripts).
 
 Thanks a lot!
 
 Nicolas

Hi,

I've been a find of https://github.com/proxypoke/quickswitch-for-i3. 
It provide for switching between workspaces:
https://github.com/proxypoke/quickswitch-for-i3#workspaces

Thanks,

--
Steven Knight ste...@knight.cx

After using quickswitch for a couple of years, I've recently switched to rofi 
(https://davedavenport.github.io/rofi/), and can highly recommend looking into 
that as well. Highlights include dmenu compatibility, pango font rendering and 
a sweet ssh launcher. 

Besides, I think the quickswitch project is pretty much unmaintained these 
days, which is what triggered my looking for a replacement in the first place. 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


Re: [i3] About accessing workspaces by name

2015-06-16 Thread Thomas Sanchez
2015-06-16 20:20 GMT+02:00 Nicolas Bercher nberc...@yahoo.fr:
 [...]

 I was thinking vaguely to do things like that but didn't get to the idea
 of using dmenu!  For sure your approach will be mine (but I think I'll
 do it in some mix of Python and bash maybe that will be flawlessly
 integrated together with my bunch of wmii scripts).


I'll do a shameless self promotion :)
I already wrote such a script, I hope this can help:
https://github.com/daedric/i3scripts/blob/master/select_workspace.py

Have fun !


-- 
Thomas Sanchez


Re: [i3] About accessing workspaces by name

2015-06-16 Thread Steven K Knight
June 16 2015 2:21 PM, Nicolas Bercher nberc...@yahoo.fr wrote:
 On 16/06/2015 19:08, Kareem Khazem wrote:
 
 Hi Nicholas,
 
 You can use i3-msg to do this from the command line. I use a
 combination of i3-msg and dmenu to do this.
 
 Hi Kareem,
 
 I was thinking vaguely to do things like that but didn't get to the idea
 of using dmenu! For sure your approach will be mine (but I think I'll
 do it in some mix of Python and bash maybe that will be flawlessly
 integrated together with my bunch of wmii scripts).
 
 Thanks a lot!
 
 Nicolas

Hi,

I've been a find of https://github.com/proxypoke/quickswitch-for-i3.  It 
provide for switching between workspaces: 
https://github.com/proxypoke/quickswitch-for-i3#workspaces

Thanks,

--
Steven Knight ste...@knight.cx