00ee413240
[StumpWM] Move commands, better function for launching WM at work
2023-06-15 14:19:49 +02:00
3073990aa2
[StumpWM] Update functions for when I am at work
2023-05-28 16:34:05 +02:00
89a248a03c
[StumpWM] Add convenience commands for when at work
2023-04-19 13:58:52 +02:00
46a05e7226
[StumpWM] Don’t force Nemo on a workspace anymore
continuous-integration/drone/push Build is passing
2023-03-22 10:43:11 +01:00
f06fab1ec6
[StumpWM] Add keybind `s-o' due to the habit I took in Newm
2023-03-10 15:20:57 +01:00
5f41c8e71d
[StumpWM, bin] Add docker indicator, nerd font to font list
2023-03-10 15:17:21 +01:00
8475732f42
[StumpWM] Restore previous mouse behaviour
2023-02-15 11:13:49 +01:00
ab41c4810b
[StumpWM] I’ve gotten used to focus on mouse hover
...
Also, I’m not using StumpWM all that much anymore, so commits will
come less frequently to this file.
2023-01-23 12:31:43 +01:00
8eea0cc0d7
[StumpWM] Add missing media keys
2022-11-18 03:52:26 +01:00
2e3be809d9
[StumpWM] Exit interactive keymaps with `q'
2022-10-26 13:07:50 +02:00
490db564ce
[StumpWM] Beginning to work on Systemd interactivity
2022-10-26 13:07:19 +02:00
fa2356f326
[Org] Update the header for unique headers
2022-10-17 15:59:54 +02:00
4ff8781b52
[StumpWM] Clearer documentation
2022-09-19 12:36:04 +02:00
0050fc966e
[StumpWM] Control media through playerctl rather than mpc directly
2022-08-31 03:46:45 +02:00
8cebd9636e
[StumpWM] Fix issue with selecting bluetooth device
2022-08-12 17:55:39 +02:00
993cae429d
[StumpWM] Fix issue with selecting bluetooth device
continuous-integration/drone/push Build is passing
2022-08-11 23:31:14 +02:00
23f4925aa3
[StumpWM] Remove net and wifi modules from modeline
continuous-integration/drone/push Build is failing
2022-08-08 20:47:22 +02:00
bf121fec10
[StumpWM, Emacs, Bin] Move randr calls to xinitrc files
...
Due to a recent bug, StumpWM crashes if the screen layout is
reorganized in its configuration file (maybe not just then, I’ll have
to check).
Thus, this commit removes calls to xrandr and autorandr from my WM
configurations and moves them to their respective xinitrc file. It
also removes the `set-screens` script in my scripts collection as it
became obsolete the moment I began using `autorandr` instead.
It also removes the call to `xsetroot` in my StumpWM config since it
is redundant with its xinitrc file.
2022-08-07 12:51:10 +02:00
713cc07687
[StumpWM] Launch autostart even if autorandr fails
2022-07-19 11:24:13 +02:00
386fe3962e
[StumpWM] Register AltGr key
2022-05-31 21:07:45 +02:00
031ef95b5e
[StumpWM] Add Emacs group
2022-05-31 21:07:29 +02:00
53de06b844
[StumpWM] Fix concurrency issue
continuous-integration/drone/push Build is passing
2022-05-19 18:20:33 +02:00
143161387a
[StumpWM] Dedicated threads for potentially blocking commands
...
continuous-integration/drone/push Build is passing
Sometimes StumpWM hangs because of blocking commands. Instead of
making StumpWM completely hang, only its dedicated thread will.
2022-05-15 00:40:55 +02:00
f92904cdb0
[StumpWM] Simpler initial shell command
2022-05-15 00:40:55 +02:00
1c911b9821
Revert "[StumpWM, bin] Add weather module to StumpWM..."
...
This reverts commit d78be92786
.
2022-05-08 23:15:26 +02:00
ee7e82ea03
[StumpWM] Fix name of font family
continuous-integration/drone/push Build is passing
2022-05-06 23:29:24 +02:00
d78be92786
[StumpWM, bin] Add weather module to StumpWM, convert we to POSIX sh
...
continuous-integration/drone/push Build is passing
Convert script `we` from fish to POSIX shell
Add two new scripts:
- stump-choose-city
- stump-weather
The former one sets the default city used for weather. The latter
generates the output used by StumpWM’s mode-line.
2022-05-06 23:27:01 +02:00
49014b6c4e
[StumpWM, SBCL] Add sbclrc, instructions for clx-truetype
continuous-integration/drone/push Build is passing
2022-05-02 00:59:50 +02:00
5bbfcdfd2b
[StumpWM] Make backlight changes more natural
2022-04-21 12:39:28 +02:00
bb1dfc15fc
[StumpWM] Fix issue with undeclared my/kbd
...
`my/kbd` appeared as undefined in `bluetooth.lisp` and
`utilities.lisp`. This commit fixes this error.
2022-04-19 15:30:48 +02:00
5bd012e5b9
[StumpWM] Simplify keybinds declaration
...
continuous-integration/drone/push Build is passing
This commit adds the function `my/kbd` which translates characters
`kbd` does not know into their internal name.
Simplify Elisp noweb code.
2022-04-19 14:10:55 +02:00
4d7f5fe947
[StumpWM] Update ncmpcpp keybind
2022-04-06 18:48:45 +02:00
d2d00d4442
[StumpWM] Minor markup change
2022-04-05 17:16:19 +02:00
0e413d00a3
[StumpWM] Replace scrot with Flameshot
2022-04-02 15:19:39 +02:00
3e140e7302
[StumpWM] Fix ncmpcpp keybinds
2022-04-02 15:04:50 +02:00
d63da4af42
[StumpWM] Update some elisp, more natural keybind declaration
...
If characters such as `«` or `»` are used, they get replaced by their
complete name. See table `tbl-char-to-name`.
2022-03-28 02:05:39 +02:00
872e508fc7
[StumpWM, Emacs] Change keybind for changing volume
2022-03-28 01:59:32 +02:00
d2caf80154
[StumpWM] Better parity between Emacs and StumpWM keybinds
2022-03-27 22:18:16 +02:00
de78e16bd9
[StumpWM, Bin] Replace StumpWM’s notification manager with Dunst
2022-03-10 22:25:56 +01:00
1f11d7685e
[StumpWM] Wider outer gaps
2022-03-06 21:48:12 +01:00
7b4c5a62db
[StumpWM] Update sly functions
...
Rename `start-sly-server` to `sly-start-server`.
Add `stop-sly-server`. It will always try to stop a server running on
port 4005 (default port used by `sly-start-server`)
2022-03-06 21:46:46 +01:00
02c54f3709
[StumpWM] Update volume keybinds
...
continuous-integration/drone/push Build encountered an error
Do not use amixer but pactl
This allows to modify the volume of whichever the default output is
instead of just the main output of the computer.
2022-03-01 20:20:12 +01:00
a8aa2babd1
[StumpWM] Better media keys handling
2022-02-14 10:54:14 +01:00
6ef0d313e0
[StumpWM] Add keybind for XF86Mail to open mu4e
continuous-integration/drone/push Build is passing
2022-02-13 19:47:35 +01:00
3634a96054
[Org files] Fix org-lint issues
...
Replace deprecated `HEADERS' keyword with `HEADER'
Fix broken links
Better headers in some files
Fix some typos
2022-02-12 12:51:52 +01:00
cde979c0e4
[StumpWM] Change shortcut from discord-canary to discord
2022-02-12 12:39:58 +01:00
1d91bdf0af
[StumpWM] Fix function name
2022-02-04 17:03:30 +01:00
5ef9aea7ab
[StumpWM] Change floating window modifier to super
continuous-integration/drone/push Build is passing
2022-01-04 18:17:10 +01:00
66475c058c
[StumpWM] Add keybinding for qutebrowser
continuous-integration/drone/push Build is passing
2021-12-20 15:25:16 +01:00
725233bd4b
[StumpWM] Change direction powerline in mode-line, update screenshot
continuous-integration/drone/push Build is passing
2021-12-18 14:26:29 +01:00