Quoth Ross Mohn:
> Hi,
>
> After my last pull a few weeks ago, I started noticing some strange
> behavior with abduco and I want to know if others can reproduce it.
> Here are the steps:
>
> 1) Run 'abduco -A foo ping suckless.org'
>
> 2) Press 'CTRL+\' to detach
>
> 3) Run 'abduco -A foo' to r
koneu writes:
> ( mupdf mything.pdf ; st ) & exit
>
The shell is just like the Dude's rug: it really ties the
room^WUNIX together.
:*)
--
'aware water' is an anagram for 'we are at war'
Hi,
I just made my first patch with help from friendly irc users. The
applies the solarized color theme found on:
http://ethanschoonover.com/solarized to st.
Cheers, mih
--
'aware water' is an anagram for 'we are at war'
diff -up st-0.4.1/config.def.h st-0.4.1-solarized/config.def.h
--- st-0.4
Hi,
now I am ashamed. I have read into the superb source (dwm-6.0) a
litte and just commented out:
c->isfloating = True;
in the function:
void
setfullscreen(Client *c, Bool fullscreen)
And now it's fine and does precisely what I want.
Happy hacking!
mih
On 2/23/14, Michael Hause
Szilagyi Szilveszter writes:
> I use dwm-6.0
> btw. I tried feh and it works fine.
> I can also tile it after put it into fullscreen mode
> and press -shift-space.
Yahoo, I just compiled dwm-6.0 and this works perfectly as you
described.
I think I can go with the extra keys needed for now.
So th
sta...@cs.tu-berlin.de writes:
> * Michael Hauser 2014-02-24 02:04
> > No, they do not float. If they did, I would be able to move or resize
> > them. Also they cannot be toggled to float, as long in fullscreen mode.
> > Try it and see.
>
> Don't have feh
Szilagyi Szilveszter writes:
> I have tried the -shift-space trick
> and it works. Visually I get the menu back
> but my browser still remains its fullscreen mode
> while I can tile it and/or switch to other buffers.
>
> If then I press F11 it returns to normal mode.
> If then again press F11 I ha
sta...@cs.tu-berlin.de writes:
>
> After they get fullscreen, they float, …
>
No, they do not float. If they did, I would be able to move or resize
them. Also they cannot be toggled to float, as long in fullscreen mode.
Try it and see.
Sincerly, mih
--
'aware water' is an anagram for 'we are
sta...@cs.tu-berlin.de writes:
> * Michael Hauser 2014-02-23 20:39
> > Why let applications that have their own fullscreen settings take away
> > control from the window manager?
> > [...]
s/settings/mode/
Sorry for being unclear on this.
>
> I may be miss
Hello,
considering dwm already manages clients perfectly in a 'fullscreen' way
(monocle), this question arises:
Why let applications that have their own fullscreen settings take away
control from the window manager?
Use case: I'm using mainly two tags and monocle layout; tag 1 is the
one I am w
sta...@cs.tu-berlin.de writes:
> Hi,
>
> This answer by Christoph reminds me of something I wanted to ask:
>
> * Christoph Lohmann 2014-02-17 17:47
> > For surf you should mention the following points:
> >
> > * Integration with tabbed.
>
> I like the generality of the approach -- everithing sh
Calvin Morrison writes:
> I'm not sure why tabbed exist when it's a window management feature.
> for example i3, a tiling window manager supports tabs as part of it's
> stacking methods. (see attachment)
>
> What's the rational reason for it to exist, other than dwm needs to
> stay under x amount
Calvin Morrison writes:
8<--8<--
>
> and here it is:
>
> $ cat modal.sh
> list="firefox
> chromium
> xterm
> xterm -e mocp"
> v=0
> `for i in $list; do echo $v" "$i; v=$(($v+1)); done | dmenu -l 5 |
> sed 's/^[0-9] //g'`
>
> now it has some kinks, the whole for
er and it executes..?
>
> what do you think of that?
>
Muscle memory is really fast, the idea is a good one, but I believe even
with prelinking dmenu's libs it wouldn't be as efficient as a standalone
utility.
cheers, mih
ps. sorry about my rusty active english skills :)
Calvin Morrison writes:
> I'm not sure what you mean by "modal bindings". Do you mean like
> executing a hotkey like "Ctrl+:" to jump the hotkey program, then
> pressing another key to execute a command? Sorry I'm not sure what you
> are saying.
>
> Calvin
Exactly!
Use case: one hotkey (in my ca
Thank you for this little gem!
A humble feature request: add the ability to have modal keybindings /
modes as in vim(1), etc…
Maybe someone with more experience could combine the superb keymodes
patch with this?
After hacking the code myself a little I am struck at implementing it
myself, as the
16 matches
Mail list logo