Discussion:
[Fluxbox-users] dunst for notifications
Jim D
2016-02-04 03:23:01 UTC
Permalink
I think dunst is a good fit for a fluxbox notification daemon. It has a
per-user, text config file and it is desktop agnostic. It is pretty
configurable too. It is a drop-in replacement for the other
notification daemons (but may take a minute to set up a config you
like). All the normal notify-send commands work with it. It's been
around a few years, but I recently discovered it and am loving it.


On Thu, 2016-02-04 at 02:43 +0000,
Send Fluxbox-users mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Fluxbox-users digest..."
1. Fwd: enable tap on fedora 23 (Javier Vasquez)
2. notify-send: what's else? (Massimo Canonico)
3. Re: notify-send: what's else? (Massimo Canonico)
4. Resize windows like MS Windows (Thomas Fischbach)
5. Re: Resize windows like MS Windows (Rohit Haldipur)
6. Re: Resize windows like MS Windows (Bob Hepple)
----------------------------------------------------------------------
Message: 1
Date: Sun, 3 Jan 2016 17:43:19 -0600
Subject: [Fluxbox-users] Fwd: enable tap on fedora 23
Content-Type: text/plain; charset=UTF-8
Anyone on this?
Thanks,
M
Hi all,
on fedora 20 the tap on my touchpad were wroking by adding this in
synclient TapButton1=1
Now, in fedora 23 it seems not working.
Any idea?
Thanks,
M
/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "MyTouchpad"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection
No need to specify the driver (by default libinput), though it's
suggested on [1]. Not sure if it would work for synaptics on the same
Xorg version (maybe). This actullay sets the tapping I want, without
needing any additional manual settings afterwords...
/etc/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
EndSection
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "35"
Option "FingerHigh" "40"
...
EndSection
My point is, that you can configure synaptics or libinput through Xorg
configuration files, without the need of manual utilities to tweak
configurations afterwords (like synclient).
Other than that, I've never used that synaptics utility. I've always
configured the Xorg drivers from the Xorg configuration files...
Something on top of the prior, what Xorg version are you using? Can
you check if using libinput rather than Synaptics (you can always
specify the driver you want on the Xorg configuration files)? You can
grep -e "Using input driver" <path_to_Xorg_log>/Xorg.0.log
/var/log/Xorg.0.log
~/.local/share/xorg/Xorg.0.log
As suggested by [1]. Depending on your Xorg, and the drivers you have
installed, it might be you're using libinput rather than synaptics...
And if that's the case, you can configure libinput as commented
before, or you can configure Xorg to use synaptics instead as also
commented before.
Hope it helps...
--
Javier
[1] https://wiki.archlinux.org/index.php/Libinput
[2] https://wiki.archlinux.org/index.php/Touchpad_Synaptics
------------------------------
Message: 2
Date: Wed, 13 Jan 2016 11:46:39 +0100
Subject: [Fluxbox-users] notify-send: what's else?
Content-Type: text/plain; charset=utf-8; format=flowed
Hi all,
in order to obtain notification on fluxbox, did you use notify-send or
something else?
I'm sure there is something better not related to gnome.
Best,
Massimo
------------------------------
Message: 3
Date: Wed, 13 Jan 2016 11:59:30 +0100
Subject: Re: [Fluxbox-users] notify-send: what's else?
Content-Type: text/plain; charset=windows-1252; format=flowed
Another question: which deamon did you use?
I'm using fedora 23, I think that notification-deamon is the right
package to install, right?
Best,
Massimo
Hi all,
in order to obtain notification on fluxbox, did you use notify-send or
something else?
I'm sure there is something better not related to gnome.
Best,
Massimo
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
------------------------------
Message: 4
Date: Sat, 30 Jan 2016 17:18:27 +0100
Subject: [Fluxbox-users] Resize windows like MS Windows
Content-Type: text/plain; charset=US-ASCII; format=flowed
Hi,
I'd like to resize the windows like it is done in MS Windows 7 and
above.
Mod4 Up :Maximize
Mod4 Left :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Left}
{MaximizeVertical}
Mod4 Right :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Right}
{MaximizeVertical}
Mod4 Down :ResizeTo 638 50%
But it would be nice to have `Mod4 Down` to resize and move the window
back to its original size and position.
Any ideas?
Kind regards
Thomas
------------------------------
Message: 5
Date: Tue, 2 Feb 2016 02:39:21 +0530
Subject: Re: [Fluxbox-users] Resize windows like MS Windows
Content-Type: text/plain; charset="utf-8"
I'd like to resize the windows like it is done in
??
MS Windows 7 and
above.
Mod4 Up :Maximize
Mod4 Left :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Left}
{MaximizeVertical}
Mod4 Right :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Right}
{MaximizeVertical}
Mod4 Down :ResizeTo 638 50%
But it would be nice to have `Mod4 Down` to resize and move the window
back to its original size and position.
Any ideas?
?
Hey Thomas,
It didnt take too long to discover `xdotool` is *the* tool for the job.
I've written a script around it that mostly does the job. Since it doesn't
contain fluxbox-specific script, I'd reckon it would work just as well (or
badly) with any other window manager.
I've put it up here for anyone interested
https://github.com/rohit-h/window-resizer/blob/master/resizer.sh
Do report bugs/improvements. I'm interested to see what use cases others
might have.
Cheers?!
Rohit?
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 6
Date: Thu, 4 Feb 2016 12:42:54 +1000
Subject: Re: [Fluxbox-users] Resize windows like MS Windows
Content-Type: text/plain; charset="utf-8"
Nice idea! but I think there are a couple of gotcha's - things that plague
any kind of scripting approach to this (as opposed to having built-in
functionality in the WM).
o it doesn't understand multiple monitors
o it doesn't take struts (slit/toolbars) into account
o it doesn't always get the right window for 'restore'
I've struggled with these things for a while myself and while I haven't
tried to copy the windows behavior, I have some scripts that I find useful
in fluxbox and other EWMH-compatible window managers - I've been able to
get them to work on KDE and gnome.
Note that instead of xdotool I use the older wmctrl utility.
http://bhepple.com/doku/doku.php?id=fluxbox
I'm pretty sure you could cobble together something to do what you want
http://bhepple.com/doku/doku.php?id=fluxbox#downloading
Cheers
Bob
I'd like to resize the windows like it is done in
??
MS Windows 7 and
above.
Mod4 Up :Maximize
Mod4 Left :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Left}
{MaximizeVertical}
Mod4 Right :MacroCmd {ResizeTo 638 100%} {MoveTo 0 * Right}
{MaximizeVertical}
Mod4 Down :ResizeTo 638 50%
But it would be nice to have `Mod4 Down` to resize and move the window
back to its original size and position.
Any ideas?
?
Hey Thomas,
It didnt take too long to discover `xdotool` is *the* tool for the job.
I've written a script around it that mostly does the job. Since it
doesn't contain fluxbox-specific script, I'd reckon it would work just as
well (or badly) with any other window manager.
I've put it up here for anyone interested
https://github.com/rohit-h/window-resizer/blob/master/resizer.sh
Do report bugs/improvements. I'm interested to see what use cases others
might have.
Cheers?!
Rohit?
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
------------------------------
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
End of Fluxbox-users Digest, Vol 80, Issue 1
********************************************
Eric S Fraga
2016-02-04 08:30:00 UTC
Permalink
Post by Jim D
I think dunst is a good fit for a fluxbox notification daemon. It has a
per-user, text config file and it is desktop agnostic. It is pretty
configurable too. It is a drop-in replacement for the other
notification daemons (but may take a minute to set up a config you
like). All the normal notify-send commands work with it. It's been
around a few years, but I recently discovered it and am loving it.
I second this wholeheartedly! I have been using dunst for a while now,
albeit with ratpoison and not fluxbox generally. It is easily
configurable.
--
: Eric S Fraga, GnuPG: 0xFFFCF67D
: in Emacs 25.0.90.1 + Ma Gnus v0.14 + evil-git-ff74cfb
: BBDB version 3.1.2 (2015-10-28 10:47:01+00:00)
Loading...