summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-exwm.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few tiny tweaksAmin Bandali2022-12-271-2/+5
|
* Run EXWM on langa tooAmin Bandali2022-12-271-2/+2
|
* Various tweaks and fixes for using EXWMAmin Bandali2022-12-241-13/+15
| | | | | | | | | | | | | | | | * .Xresources.d/xterm: Allow send events, needed for EXWM's simulation keys to work. * .emacs.d/init.el: Check additionally that we're in a graphical environment, though not in another window manager or desktop environment, before running EXWM. Also, use the EXWM-provided function for switching buffers that also works for EXWM windows, including windows in other workspaces or those that are floating. * .emacs.d/lisp/bandali-exwm.el: Tweak and add to global and simulation keys for more convenience. * .gnupg/gpg-agent.conf: It seems we need to explicitly set a pinentry-program, otherwise GPG will pick the tty or ncurses one even when we're not in a tty or terminal, which will not work and cause problems when using EXWM.
* Show current EXWM workspace index in mode-lineAmin Bandali2022-12-241-0/+10
|
* Switch to EXWMAmin Bandali2022-12-241-5/+5
| | | | It's great to be back home again. :-)
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-191-176/+178
|
* Update ERC setupAmin Bandali2021-04-111-1/+1
| | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years.
* Many uncommitted changesAmin Bandali2021-03-131-13/+94
|
* Small EXWM tweaksAmin Bandali2020-10-131-2/+2
| | | | | * .emacs.d/lisp/bandali-exwm.el: bump `exwm-workspace-number' to 10, check for Iceweasel in addition to IceCat.
* Some adaptations for my current EXWM setupAmin Bandali2020-10-121-4/+13
|
* Switch to EXWMAmin Bandali2020-10-121-201/+183
| | | | (langa runs Parabola GNU/Linux-libre)
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-051-0/+239
I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/.