David
f9bda5dd7c
Merge pull request #319 from MIvanchev/sdl2-ttf
...
sdl-ttf: loop optimization and eq/eql fix.
2026-05-29 21:49:28 -04:00
David
1fc3f9cc1b
Merge pull request #320 from lepisma/fix-swm-gaps-update
...
Update swm-gaps to fix crash
2026-05-29 21:49:12 -04:00
Abhinav Tushar
c59517e122
Update note on the version of stumpwm this works with
2026-05-15 12:55:34 +05:30
Abhinav Tushar
72c508fcb2
Update swm-gaps to fix crash
...
After certain updates in stumpwm, the older code around frame parameters was not
working, leading to crash. This patch fixes that and works without crash for
current stumpwm master.
2026-05-15 12:47:10 +05:30
Mihail Ivanchev
4833d8b431
Loop optimization and eq/eql fix.
2026-03-16 08:23:18 +01:00
David
78b574de48
Merge pull request #318 from catap/swm-ykman
...
Yubikey OATH TOTP manager for StumpWM
2026-01-08 22:11:38 -05:00
David
f49616e31e
Merge branch 'master' into swm-ykman
2026-01-08 22:11:30 -05:00
David
068d8e04c1
Merge pull request #317 from catap/swm-tmux
...
Tmux session manager for StumpWM
2026-01-08 22:10:54 -05:00
David
5733636475
Merge pull request #313 from eugeneandrienko/master
...
stumpish: Fix search for stumpwm PID if launched as stumpwm child pro…
2026-01-08 22:10:41 -05:00
David
176e770339
Merge pull request #312 from goose121/patch-1
...
Use absolute value of current_now
2026-01-08 22:10:17 -05:00
David
d41a2ed1a9
Merge pull request #311 from catap/ssh-title
...
Introduce `*swm-ssh-default-term-title-opt*`
2026-01-08 22:10:01 -05:00
David
df0b034460
Merge pull request #307 from szos/master
...
add frame-mode-line-mode to have a mode line per frame
2026-01-08 22:09:47 -05:00
David
96084da3bd
Merge pull request #306 from MIvanchev/sdl2-ttf
...
SDL2 TTF font renderering.
2026-01-08 22:09:27 -05:00
Kirill A. Korinsky
5df5bcfd93
Tmux session manager for StumpWM
...
This is a small module which allows to connect existed tmux session, or
start a new one
2026-01-07 21:32:32 +01:00
Kirill A. Korinsky
d437c0a0ba
Yubikey OATH TOTP manager for StumpWM
...
This is a small module which allows to get TOTP code from yubikey and
add a new one via capture QR code.
2026-01-07 21:05:25 +01:00
Javier Olaechea
326725802f
Merge pull request #315 from eugeneandrienko/update-readme-fix2
...
Fix Linux-specific line in the update-readme.sh script
2025-07-27 21:42:48 -05:00
eugeneandrienko
0dad58a8c4
Fix Linux-specific line in the update-readme.sh script
...
Now, this script could be launched from BSD OSes.
2025-07-27 18:36:54 +03:00
eugeneandrienko
495d6e941e
stumpish: Fix search for stumpwm PID if launched as stumpwm child process.
...
FreeBSD specific fix. In the FreeBSD the pgrep didn't list processes,
which are ancestors of pgrep even if they are matched with given
string. So, if stumpish was launched from the stumpwm itself, then it
couldn't find PID of stumpwm process.
This fix uses pgrep with '-a' key, which enable showing even the
ancestors of pgrep in the it's output.
2025-07-27 17:18:20 +03:00
goose121
8851f78a2b
Use absolute value of current_now
...
It seems on my system that there has been a recent kernel change where `current_now` is reported negative when discharging, leading to no reported time remaining, only a dash; given this is only on certain kernel versions, it is perhaps better to just take the absolute value of `current_now` when calculating time remaining, just to remain compatible with both
2025-07-09 15:13:34 -06:00
Kirill A. Korinsky
46c3ef3cf1
Introduce *swm-ssh-default-term-title-opt*
...
`-T` looks a universal option for `xterm` and `urxvtc`, but `sakura`
requries `-t` (or `--title`) for example.
2025-05-25 20:56:09 +02:00
Mihail Ivanchev
170622b017
Adding error handling for SDL errors.
2025-04-19 13:19:07 +02:00
szos
5b17c54683
add frame-mode-line-mode to have a mode line per frame
2025-04-18 09:25:55 -07:00
Mihail Ivanchev
ab87c7c384
SDL2 TTF font renderering, fist try.
2025-04-15 09:43:47 +02:00
David
1e3fa7abae
Merge pull request #305 from colfrog/master
...
stumptray: Adjust icon vertical and horizontal spacing
2025-04-03 09:59:59 -04:00
David
6a903bc589
Merge pull request #304 from MIvanchev/notification-special-chars
...
Escape special chars and some edge case fixes when showing the notification's details
2025-04-03 09:59:45 -04:00
David
10031529e9
Merge pull request #302 from kayomarz/master
...
Add module xinput-toggle
2025-04-03 09:59:32 -04:00
David
6e9dfeb543
Merge pull request #301 from szos/master
...
Implement the ability to grab modifier keys as individual keys
2025-04-03 09:59:20 -04:00
David
907713621d
Merge pull request #299 from catap/ssh-title
...
Use ssh hostname in window title, instead just ssh
2025-04-03 09:59:06 -04:00
David
e179459917
Merge pull request #298 from catap/stumpish-bsd
...
Make stumpish work on OpenBSD again
2025-04-03 09:58:52 -04:00
Laurent Cimon
0250bbd460
stumptray: Adjust icon vertical and horizontal spacing
2025-02-11 18:38:23 -05:00
Mihail Ivanchev
6a1620439b
Escape special chars and some edge case fixes when showing the notification's details.
2025-01-23 09:58:10 +01:00
Kayomarz Gazder
621f56206d
Add module xinput-toggle to toggle devices (touchpad, mouse, etc.)
2025-01-08 06:20:01 +05:30
szos
1e4e596505
Add grabbable modifier keys minor mode
2025-01-01 10:50:44 -08:00
szos
36253e2ec5
Merge pull request #1 from stumpwm/master
...
update
2025-01-01 10:25:15 -08:00
Javier Olaechea
c4f077b1fe
Merge pull request #300 from richardwesthaver/default
...
typo
2024-12-07 20:55:38 -05:00
ellis
ab2fba22e7
typo
2024-12-07 13:52:08 -05:00
Kirill A. Korinsky
0b30ae0fd8
Use ssh hostname in window title, instead just ssh
...
`-T` seems universal way to setup title which works on both xterm and urxvt
2024-12-03 14:23:10 +01:00
Kirill A. Korinsky
729256e857
Make stumpish work on OpenBSD again
...
Seems that `pgrep` exists everywhere, for example in Debian it is
installed from the same package which installs `ps` and `kill`.
Use it as main way to detect stumpwm, and old code via /proc as a
fallback when no `pgrep` here.
This fixes regression which was introduced by
https://github.com/stumpwm/stumpwm-contrib/pull/296
Co-authored-by: Mihail Ivanchev <contact@ivanchev.net>
2024-11-30 10:41:46 +01:00
David
7f0bc885b0
Merge pull request #297 from catap/sndioctl-in-out
...
sndioctl: support change input level
2024-11-29 11:05:52 -05:00
David
6bfed603df
Merge pull request #296 from MIvanchev/file-lock-cmd
...
Exclusive file lock during cmd execution and some bugs.
2024-11-29 11:05:35 -05:00
David
e12303a28d
Merge pull request #294 from pdubq/surfraw-refactor
...
surfraw: refactor and add autocomplete
2024-11-29 11:05:18 -05:00
David
21def0c2af
Merge pull request #293 from goose121/goose121-patch-1
...
Make stumptray work with explicit background/foreground colors
2024-11-29 10:59:04 -05:00
David
07a9b0b627
Merge pull request #292 from PhilHudson/master
...
Fix raise-tag when there are no groups.
2024-11-29 10:58:20 -05:00
Kirill A. Korinsky
40a76a8792
sndioctl: support change input level
...
This new version was tested on two devices:
The first one:
input.level=0.694
input.mute=0
output.level=0.631
output.mute=0
server.device=0(azalia0)
And the second one
output.level=1.000
output.mute=0
server.device=1(uaudio0)
With and without input channel
2024-11-21 10:31:51 +01:00
Mihail Ivanchev
b6386995fd
Fixing a subshell bug.
2024-10-13 11:37:30 +02:00
Mihail Ivanchev
34c1c9fc14
Exclusive file lock during cmd execution.
2024-10-12 18:15:13 +02:00
pdubq
8e0f486cc5
surfraw: refactor and add autocomplete
2024-09-29 12:41:32 +03:00
Morgan Hager
638aae7aec
Make stumptray work with explicit background/foreground colors
2024-08-31 03:00:51 -06:00
Phil Hudson
a3afdd36b5
Fix raise-tag when there are no groups.
2024-08-08 17:48:28 +01:00
David
042a9fcb05
Merge pull request #290 from catap/pinentry-readme
...
pinentry: update README.org
2024-04-18 20:39:01 -04:00