Commit Graph

24 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 1bce6d902d
[StumpWM] Add MPD interactivity 2021-11-07 02:30:23 +01:00
Lucien Cartier-Tilet 07dc09ff7d
[StumpWM] Shorten windows title, replace htop with bottom
In workspace `[SYS]', replace htop with bottom among automatic windows
2021-10-31 14:54:36 +01:00
Lucien Cartier-Tilet 47f6e0e1a2
[StumpWM] Make StumpWM keybinds more consistent with Emacs config
Also make it more intuitive
2021-10-29 17:03:33 +02:00
Lucien Cartier-Tilet c12a89d4f4
[StumpWM] Remove Lightcord and replace by Discord Canary
Lightcord is no longer maintained and its repository has been
archived. Good night, sweet prince...
2021-10-29 17:03:33 +02:00
Lucien Cartier-Tilet 03f1d9bef1
[StumpWM] Add shortcut for `select-pape' (see bin.org) 2021-10-25 16:56:16 +02:00
Lucien Cartier-Tilet b4b742cf14
[StumpWM] Simpler modeline generation 2021-10-15 14:30:41 +02:00
Lucien Cartier-Tilet 6c225d5ce0
[StumpWM] Add screenshot 2021-10-14 20:08:53 +02:00
Lucien Cartier-Tilet c82ff2d55d
[StumpWM] Finer outer gaps 2021-10-14 20:08:52 +02:00
Lucien Cartier-Tilet 501c8040eb
[StumpWM, Bin] Rework modeline appearance, make it Powerlined!
Also create script `mu-unread' in order to get the amount of unread
emails I have in my maildir.
2021-10-14 20:08:52 +02:00
Lucien Cartier-Tilet ee54ebae35
[StumpWM] Add WiFi to modeline, change format of modules 2021-10-14 09:25:35 +02:00
Lucien Cartier-Tilet d4f11b612d
[Org, Emacs] Do not add spaces in front of code in src blocks
By default, org-mode will add two spaces before code lines in the org
file itself. This does not change how code is edited when editing a
code block through `org-edit-special' but when copy/pasting code or
editing it directly from the org file, it can be troublesome.
Setting `org-src-preserve-indentation' to `t' prevents org from adding
these two spaces.
2021-10-12 12:19:46 +02:00
Lucien Cartier-Tilet 1647f49c2c
[StumpWM] Add some new XF86 media keys 2021-10-07 18:29:41 +02:00
Lucien Cartier-Tilet cb1c697f66
[StumpWM] Add ncmpcpp keybinds 2021-10-02 14:21:31 +02:00
Lucien Cartier-Tilet dc52aa597f
[StumpWM] Add convenience keybindings 2021-10-02 13:05:15 +02:00
Lucien Cartier-Tilet 7a353ad6ec
[StumpWM] Add automatic windows for SYS
When no windows are present on the SYS group, open by default two
terminals and an HTOP window.
2021-10-02 13:04:28 +02:00
Lucien Cartier-Tilet b5334f9893
[StumpWM] Add group, change group order, SYS now dynamic group
Add a new group dedicated to gaming, making it the 8th group.

DEV and SYS were swapped, and now SYS is a dynimacally tiling group.

Groups can now be defined as a `Dynamic' or `Floating' group. Any
other value in the corresponding column will be considered to be a
manually tiling group.
2021-10-02 13:01:28 +02:00
Lucien Cartier-Tilet 17835bfe93
[StumpWM] Replace explicit calls to terminal by command
In order to make my dotfiles more maintainable in case I change my
terminal emulator, explicit calls to the terminal have been replaced
by calls to the function `term' which itself will call explicitely the
terminal emulator.
2021-10-02 12:50:17 +02:00
Lucien Cartier-Tilet 58d6018199
[StumpWM] Remove unneeded headers for Elisp blocks 2021-09-18 19:04:22 +02:00
Lucien Cartier-Tilet 9bcac70ef4
[StumpWM] New keybinds, heading renamed
Keybinds related to the number row can now be automatically generated.
Related to this, keybinds to move windows between groups, following
them or not, and merge groups into the current one are added with this
commit.

The application keymap is now moved to the root map in order to keep
some consistency with my Emacs keybinds.
2021-09-18 19:04:22 +02:00
Lucien Cartier-Tilet 66d81280a6
[StumpWM] typo 2021-09-18 15:51:16 +02:00
Lucien Cartier-Tilet 22bbd61ed1
[StumpWM] Reorganize some code, better keybinds and modeline
Some modules loaded in init.lisp are instead loaded in modeline.lisp,
as it makes more sense.

Update modeline’s format.

Update groups’ number and name, they now have an actual name and
visible purpose. Their definition is also made at the same time as the
definition of the windows linked to these groups, generated by
different Elisp code blocks but from the same table.

Used fonts are also updated, loading more than one doesn’t seem to
have an effect. This commit also adds a comment on OTF fonts.

More keybinds and keymaps are now defined through tables to make them
more readable and easier to maintain.

Some keybinds are removed to make more sense between my Emacs keybinds
and keychords and StumpWM’s. Some move from window keychords to buffer
keychords.

Some Elisp functions are hidden in a dedicated noexport heading.
2021-09-01 21:34:02 +02:00
Lucien Cartier-Tilet 00a93963fa
[StumpWM] Remove commented code 2021-08-24 11:58:15 +02:00
Lucien Cartier-Tilet 76ffd76c2a
[StumpWM] Fix keybinds 2021-07-30 19:17:17 +02:00
Lucien Cartier-Tilet 8a83262148
Add StumpWM config 2021-07-30 17:47:03 +02:00