-
I've been encountering an issue where stumpwm suddenly becomes unresponsive in the middle of use. There is no common factor that's apparent except that it typically (perhaps always? I'm not sure but I…
-
I run stumpwm on my laptop. Sometimes I would like to use a larger monitor as an extension of the screen with the shell cmd:
xrandr --output LVDS --auto --right-of VGA
And then I just let the system…
-
The following does not work:
```
;; change the prefix key to something else
(set-prefix-key (kbd "Super"))
```
Thanks in advance!
-
Sometimes, when I run StumpWM, the window manager freezes a minute or less after login and stays unresponsive until I restart the machine (usually more than once). Oddly, if it seems that if it surviv…
-
After upgrading my `archlinux` system with:
sudo pacman -Syyu
and re-installing the `StumpWM` from `AUR`, the `stumptray` no longer works. In my `~/.stumpwm.d/init.lisp` file, I have the fol…
YorkZ updated
4 years ago
-
When right-aligning some text in the stumpwm mode-line and enabling stumptray the text will not be pushed to the left but instead is covered by the tray. It should be enough to have this in your `.stu…
-
I am attempting to wipe out the default keybindings to fully customize stumpwm. After a bit of searching, I located #480, in which @waisbrot encountered a similar issue. In that case, @PuercoPop and…
-
Hi,
With the following as `.stumpwmrc`:
```lisp
(in-package :stumpwm)
(setf *mouse-focus-policy* :sloppy
*maxsize-border-width* 0
*normal-border-width* 0)
```
and any stumpwm…
-
Having one history for all commands diminishes the usefulness of the history quite easily, as finding the previous input can be a long process of navigating back the history (the only way, no search i…
-
When scrolling with the mouse wheel, all mode-lines are updated (many, many times, since many events are triggered when scrolling).
This makes scrolling really slow with some applications like chromi…