Commit graph

16 commits

Author SHA1 Message Date
aaa820c32b Add processing script to dunst notifications
This script just writes a timestamped log file to a tmpfs for perusing
out of band, since Dunst's "Timestamps" are something like "Microseconds
since launch" and not at all useful.

We also add some comments and update some directives to newer formats.
2025-01-03 01:21:15 -08:00
672b5343b6 Shrink notification max height
256px is a bit too tall...
2024-12-23 14:19:35 -08:00
dcca75faeb Tweak dunst sizes for bigger icons
We're cheating icon usage to put thumbnails in notifications, so we need
a bit more room to play with.
2024-12-18 15:13:18 -08:00
4964a9c9ec Expand dunst history size
Since we're getting notifications for mic controls now, 100 is too
short. Even not printing mic notifications, I miss stuff in my HUD
screen because they age off in the flood of mic muted/mic unmuted etc.

Expand this to 500
2024-12-15 16:54:54 -08:00
0b6cfd0cdd Update dunstrc for 1.12
Height has changed from a single int to a tuple
2024-12-09 07:02:18 -08:00
82a0b7f4d5 Tweak dunst timeouts
My priorities are strange...

- A long timeout so I'll notice a notification while doing other stuff
- An eventual clear so I don't drown in notifications I don't close
- An idle timeout so they're all there after a long AFK

I think this does the trick well-ish
2024-12-08 08:11:04 -08:00
de5b4b88a8 Fix up aerc and dunst to notify correctly
- Notify on new messages
- Ignore notifications in my RSS inbox, they're not important
- Also tweak keybinds in message view
2024-03-11 21:48:25 -07:00
a9a94840e9 Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
2023-06-05 22:39:21 -07:00
896f33addc Try to normalize display numbers again
- Use physical hardware address for where to put rofi
- Switch dunst to output on focused display

Rotom handles displays differently and my TV keeps dropping from the bus
when turned off, changing its display number when powered back on. This
should fix the effects of that, hopefully.
2023-05-02 09:28:45 -07:00
33890bebb1 Set up dunst and sway for dual head
- Configure sway to place displays matching reality
- Reconfigure sway mpv shortcut to use regular clipboard, not primary
- Drop the hard placement of dunst's output so it uses display 0
2022-06-08 11:36:29 -07:00
2c8210e50f Expand dunst history from 20 to 100
This doesn't allow more simultaneous notifications. It just sacrifices
some RAM to store more notifications in history, which is important if I
want to be able to call and review history.
2022-02-01 13:54:16 -08:00
64bab6129d Update dunstrc for 1.7
also add xinitrc flag to hook in keychain unlocking
2021-11-19 13:35:58 -08:00
bfebfb7521 Minor tweaks to dunst, vim, zsh
Auto-init tab completion in ZSH
Normalize backspace handling in vim (for windows support)
Force dunst to place notifications on monitor 1, since I moved to
two-monitor setup.
2021-10-03 16:18:25 -07:00
5612ffe971 Expand dunst backlog, add bangs to rofi
Hook in bang script to let rofi handle things like !g and !yt.
2021-04-23 23:09:50 -07:00
38b3d157b8 Add dunst handling, reduce kitty font size 2021-04-17 00:32:54 -07:00
68cf038d05 Massive changes for archlinux move
- Add Xft Xresources to make fonts not ugly
- Add dunstrc now that I'm using dunst
- Manage GTK settings now that I'm free of mate-settings
- Add an i3 keybind for pcmanfm
- Make kitty font size chords +/- by 1pt and not 2pt
- Explicitly specify fonts everywhere
- Put barrier and dunst in xinitrc
- Make QT theme explicit via env var
- Move ZSH keybinds to global since Arch doesn't bind them
2021-04-15 18:54:43 -07:00