You are not logged in.
Thanks thorsten! I'm not good at making patches.
I realize the problems you've listed, and I never meant my selfish modifications to be committed to the master. Just wanted to share my hack ;-)
Offline
Thorsten since my update to herbstluftwm 0.3
Conky doesn't workly properly.
In 0.2 conky was on the root window in all tags but now in 0.3 it show only in one tag and in a window.
My conkyrc:
alignment bottom_right
background no
border_width 0
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
gap_x 30
gap_y 30
#minimum_size 620 5
net_avg_samples 2
# Utiliser Xft (polices lissées etc)
override_utf8_locale yes # force UTF8
font -*-terminus-*-*-*-*-*-*-*-*-*-*-*
no_buffers yes
out_to_console no
out_to_stderr no
#extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
double_buffer yes
TEXT
#My conky code here
If I comment own_window* lines it appear in one tag if I activate float mode ...
Does anybody use herbstluftwm with conky ?
Thanks !
Offline
Thorsten since my update to herbstluftwm 0.3
Conky doesn't workly properly.
[...]
Does anybody use herbstluftwm with conky ?
That's because the ignore_class setting has been removed. You can either use the rules to ignore conky as described in the NEWS:
* the setting ignore_class is removed, because this also can be done by
rules. You can replace a line like 'set ignore_class "$foo"' in your
autostart by 'rule class~"$foo" manage=off'
or you tell conky to ignore the window manager by setting this in your conkyrc:
own_window_type override
I recommend the second one, it's much easier
Offline
That's because the ignore_class setting has been removed. You can either use the rules to ignore conky as described in the NEWS:
* the setting ignore_class is removed, because this also can be done by rules. You can replace a line like 'set ignore_class "$foo"' in your autostart by 'rule class~"$foo" manage=off'
I recommend the second one, it's much easier
Ouch' sorry for the lame ...
It's work great.
Big kudo to give me the clean conky config.
Long live to herbstluftwm !
FMI: do you plan to put a donation button on your website to support you ^_^
Offline
FMI: do you plan to put a donation button on your website to support you ^_^
Currently I don't have any costs (except the time...), so: no
Offline
mentat wrote:FMI: do you plan to put a donation button on your website to support you ^_^
Currently I don't have any costs (except the time...), so: no
Fine, so if you come north of France I'll pay you a beer ... German one
Offline
Sorry if this was already mentioned, but is there any way of (or any plans for) floating a single window, rather than a whole tag? Because it seems quite necessary for dialog boxes (like a Find dialog). Pseudotiling is great, but for dialog boxes I don't think it's enough.
Another thing I've noticed is that if focus_follows_mouse is enabled, and if you switch to a different tag such that the cursor is positioned over a non-focused window in the new tag, then the focus doesn't automatically shift to that client, even if you move the cursor around. You either have to move the cursor over a different client and then back again, or use a keybinding.
Offline
Is anyone here using frame_bg_transparent with the recent git version? Instead of using the background image, hlwm uses the last image on the screen, i.e. if I switch from my tag with firefox running to an empty tag, what I see is the firefox window and not the background.
Edit: Never mind, it seems I had a problem in my autostart which caused this problem.
Last edited by jchtt (2012-04-15 14:59:17)
Offline
Sorry if this was already mentioned, but is there any way of (or any plans for) floating a single window, rather than a whole tag? Because it seems quite necessary for dialog boxes (like a Find dialog). Pseudotiling is great, but for dialog boxes I don't think it's enough.
It's planned for some day and the current plans are described here: http://tinyurl.com/hlwm-float
Another thing I've noticed is that if focus_follows_mouse is enabled, and if you switch to a different tag such that the cursor is positioned over a non-focused window in the new tag, then the focus doesn't automatically shift to that client, even if you move the cursor around. You either have to move the cursor over a different client and then back again, or use a keybinding.
That's actually a feature, because the window focused is remembered correctly. Think about the following situation:
Text editor and the music player next to each other on tag 1, focus on the text editor
Browser (with documentation) on tag 2
You're writing something in the editor
But then you need the documentation, so you switch to Tag 2
Move the mouse to click somewhere
Then you switch back to tag 1, but now the mouse hovers the music player
What should happen? In my opinion the last focused window (i.e. the editor) must be focused because the user didn't actively move the mouse from the editor to the music player.
Offline
Offline
Another quick question: Would it be possible to introduce a function similar to move_index which also changes the tag and keeps the current window focused, a behaviour similar to most floating wms? In theory, this is quite easy to script, namely:
herbstclient move_index +1 && herbstclient use_index +1 && herbstclient cycle_all +1
But at least for me, the execution is a bit slow. If I want to quickly skip two or three tags, I may end up with the wrong window having been moved
Offline
I think I've found a bug: raise_on_click doesn't work.
From my autostart:
hc set focus_follows_mouse 1
hc set raise_on_click 1
hc set raise_on_focus 0
hc set focus_follows_shift 1
I can't raise a window in floating mode with this settings.
Offline
I think I've found a bug: raise_on_click doesn't work.
From my autostart:hc set focus_follows_mouse 1
hc set raise_on_click 1
hc set raise_on_focus 0
hc set focus_follows_shift 1I can't raise a window in floating mode with this settings.
OK, you're right. I didn't really cared abouth that until now but I will try to fix it in the next days. Thanks!
Offline
Offline
Switched over from spectrwm last night and boy oh boy, this is an excellent wm. Well done, thorsten.
Offline
if herbstclient can add two commands 'undo' and 'only' like musca in next version?
i think them are very usefull in tiling wm.
thank you.
Last edited by moneylcj (2012-04-18 13:16:55)
Offline
if herbstclient can add two commands 'undo' and 'only' like musca in next version?
i think them are very usefull in tiling wm.
thank you.
I think stuff like this can be done easily (read: without a script) when hlwm gets the ability to bind several commands to a key.
Offline
moneylcj wrote:if herbstclient can add two commands 'undo' and 'only' like musca in next version?
i think them are very usefull in tiling wm.
thank you.I think stuff like this can be done easily (read: without a script) when hlwm gets the ability to bind several commands to a key.
yes,but hlwm has no ability to bind several commands to a key at now.
Offline
It should be easy to code.
Looking at musca code, it does exactly what I would've expected: remove the frames recursively until there is no frame left but itself (or in hlwm language, it has no parent frame). Whether thorsten wants this in the coming versions of hlwm, I don't know.
Offline
Is there some way of identifying a tag that has an urgent hint and has focus?
Offline
Is there some way of identifying a tag that has an urgent hint and has focus?
Not currently. Maybe on some day, but it requires a different design of tag_status. But currently I don't have any time to work on it.
Offline
syngin wrote:Is there some way of identifying a tag that has an urgent hint and has focus?
Not currently. Maybe on some day, but it requires a different design of tag_status. But currently I don't have any time to work on it.
Ahh, cool, thanks.
Offline
when use 'cycle_all [DIRECTION]' to cycle all window in current tag, if a window
isn't in current frame, herbstulftwm will move focus to the window's frame.
is there a way move the window to current frame instead of move focus to the
window's frame?
Offline
when use 'cycle_all [DIRECTION]' to cycle all window in current tag, if a window
isn't in current frame, herbstulftwm will move focus to the window's frame.
is there a way move the window to current frame instead of move focus to the
window's frame?
No. So the "next" window should be brought to the current frame? Or only if it isn't visible? Do you need something like the cycle-through all invisible windows like in musca?
Offline
No. So the "next" window should be brought to the current frame? Or only if it isn't visible? Do you need something like the cycle-through all invisible windows like in musca?
Yes, I need something like the cycle-through all invisible windows like in musca.
Offline