aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [polybar] Show the total number of unread emailsGravatar Tom Willemse2021-11-062-1/+22
|
* [fish] Remove the VPN indicatorGravatar Tom Willemse2021-11-061-5/+0
| | | | I’ve moved this to my polybar configuration instead.
* [herbstluftwm] Show Emacs in the middle frame and the ↵Gravatar Tom Willemse2021-11-061-2/+2
| | | | browser left
* [herbstluftwm] Pseudotile the mspinball main windowGravatar Tom Willemse2021-11-061-0/+1
|
* [herbstluftwm] Pseudotile the Steam update dialogGravatar Tom Willemse2021-11-061-0/+1
|
* [herbstluftwm] Pick a random wallpaper at startupGravatar Tom Willemse2021-11-061-1/+1
|
* [herbstluftwm] Update ‘random-wallpaper’ to use ↵Gravatar Tom Willemse2021-11-061-2/+6
| | | | | | | screen size Instead of assuming that the screen is 3840x1080, check the size of the ‘root’ window.
* [kitty] Update background colorGravatar Tom Willemse2021-11-021-1/+1
| | | | I started using the new color as the default background in my Yoshi theme.
* [git] Show closest heading in diff hunk headers for ↵Gravatar Tom Willemse2021-11-022-1/+4
| | | | ‘.org’ files
* Add systemd services for some background tasksGravatar Tom Willemse2021-11-029-12/+45
| | | | | | | Add a ‘wm.target’ file that services can hook into and that Herbstluftwm starts at the end of its startup script. This way different services can be sure that the window manager itself has started up, and can be dependent on one another. Hopefully this makes managing these background processes easier.
* [polybar] Fixup polybarGravatar Tom Willemse2021-11-021-15/+17
| | | | | | | | - Remove _some_ unused variables. - Fix the font, height, and padding for the bar itself, and the modules inside. - Remove the monitor, I always only have one now.
* [polybar] Show the system tray in the center on rincewindGravatar Tom Willemse2021-11-021-2/+2
|
* [polybar] Show the pulseaudio widget on rincewindGravatar Tom Willemse2021-11-021-1/+1
|
* [polybar] Add VPN module for rincewindGravatar Tom Willemse2021-11-021-1/+10
|
* Add herbstluftwm as a moduleGravatar Tom Willemse2021-11-021-1/+1
|
* [fish] Set my browser to FirefoxGravatar Tom Willemse2021-11-021-0/+1
|
* [fish] Add ‘~/usr/bin’ to my pathGravatar Tom Willemse2021-11-021-0/+2
|
* [fish] Add function to show any ‘*.pacnew’ filesGravatar Tom Willemse2021-11-021-0/+4
|
* [fish] Show whether my work VPN is activeGravatar Tom Willemse2021-11-021-0/+5
|
* [fish] Show the terminal name in the titleGravatar Tom Willemse2021-11-021-0/+1
|
* [mbsync] Get the account credentials from the secret serviceGravatar Tom Willemse2021-11-023-31/+2
| | | | | | | Instead of using my custom Python script that looks them up, just use the command-line application included in the ‘libsecret’ package on Archlinux. Remove the custom helper script that I’d written for them.
* [mbsync] Rename ‘Master’ -> ‘Far’, ‘Slave’ ↵Gravatar Tom Willemse2021-11-021-10/+10
| | | | | | -> ‘Near’ The previous options were deprecated.
* [stow] Don’t fold directories when stowing filesGravatar Tom Willemse2021-11-021-0/+1
| | | | | | | | | | | Folding means that if stow discovers a parent directory for a project or a file in it exists, it doesn’t create the directory structure and then links the file, instead it makes a symbolic link between the directory. This means that any files created in that directory show up in this repository. The upside of that situation is that if I remove or rename files, and the directory it’s in is folded, it doesn’t leave dead links around.
* [mbsync] Sync all ‘ml-*’ inboxes and ‘INBOX’Gravatar Tom Willemse2021-11-021-3/+3
| | | | | I’ve renamed all of them so that if I add or remove them I don’t have to worry about updating mbsync.
* [fish] Add an indicator to the prompt that shows there ↵Gravatar Tom Willemse2021-11-021-0/+31
| | | | is a guix env
* [kitty] Change the order of the enabled layoutsGravatar Tom Willemse2021-06-291-1/+1
| | | | This makes the `vertical' layout the default.
* Reorganize zsh/profileGravatar Tom Willemse2020-12-261-3/+16
|
* Fix monitor names and switch monitors on rincewindGravatar Tom Willemse2020-12-261-2/+2
|
* Check if redshift-gtk exists before trying to run itGravatar Tom Willemse2020-12-261-1/+3
|
* Fix monitor for polybar on rincewindGravatar Tom Willemse2020-12-261-1/+1
|
* Remove unused volume moduleGravatar Tom Willemse2020-12-261-1/+1
|
* Adjust polybar colors to match ‘yoshi-theme’Gravatar Tom Willemse2020-12-261-4/+3
|
* Check if picom exists before trying to run itGravatar Tom Willemse2020-12-261-1/+3
|
* Switch the monitors on rincewind aroundGravatar Tom Willemse2020-12-261-1/+1
|
* Add Next as a possible browser optionGravatar Tom Willemse2020-12-261-1/+1
|
* Accept other extensions for wallpapers than just jpgGravatar Tom Willemse2020-12-261-1/+1
|
* Add files for shelldonGravatar Tom Willemse2020-12-262-0/+2
|
* Fix keybindings for M-up and M-downGravatar Tom Willemse2020-12-261-0/+3
| | | | | | I’m very used to having M-up and M-down do the same thing as regular up and down. In fish by default this prints the previous command, with ‘&| less;’ added on.
* Show only the pwd from the prompt in the titleGravatar Tom Willemse2020-12-261-2/+1
| | | | | This works well together with Emacs Vterm to show the current working directory in the mode-line.
* Add myctl functionGravatar Tom Willemse2020-12-261-0/+4
| | | | ‘myctl’ is just an alias for ‘systemctl --user’
* Make firefox menus translucentGravatar Tom Willemse2020-12-261-0/+12
|
* Fix the ratio of the secondary frame for the dev desktopGravatar Tom Willemse2020-12-261-1/+1
| | | | This brings my terminal back to 80 columns.
* Fix showing certain tags on my secondary monitorGravatar Tom Willemse2020-12-261-1/+2
|
* Change polybar’s background colorGravatar Tom Willemse2020-12-261-1/+1
| | | | This is to make it look more like my Emacs mode line.
* Show available desktop tags in polybarGravatar Tom Willemse2020-12-261-1/+13
|
* Always show rofi on my preferred monitorGravatar Tom Willemse2020-12-261-4/+4
|
* Don’t start an alternative editorGravatar Tom Willemse2020-12-261-2/+1
| | | | | | | Sometimes I’m too impatient and will try to start ‘emacsclient’ before the server has finished starting up. This means that it will start another Emacs session and it won’t be obvious to me. Now it’ll just fail to start ‘emacsclient’ and I can try again a few seconds later.
* Swap my monitors on rincewindGravatar Tom Willemse2020-12-262-2/+2
|
* Be less verbose about loading zplug modulesGravatar Tom Willemse2020-12-261-1/+1
|
* Fix data configuration for herbstluftwmGravatar Tom Willemse2020-12-061-0/+0
|