about summary refs log tree commit diff
path: root/modules/workstation
Commit message (Collapse)AuthorAge
...
* modules/weechat: remove remnants of vi-modeAlyssa Ross2020-08-15
| | | | Been a long time since I used vi-mode, but these were still lying around.
* modules/weechat: connect to bitlbeeAlyssa Ross2020-07-15
|
* modules/rss2email: subscribe to my repology feedAlyssa Ross2020-07-13
|
* modules/windowing: install chromiumAlyssa Ross2020-07-13
| | | | | | Occasionally I need to do a Jitsi call, and Firefox doesn't work well with those. When I do need to do a Jitsi call, I don't have time to build Chromium, so I want to have it in advance.
* modules/mpv: bind F11 to toggle full-screenAlyssa Ross2020-07-03
|
* modules/sway: show bat charge if no capacity dataAlyssa Ross2020-07-03
| | | | | | | I plugged a battery in and had no capacity data, which at the time meant even the status (which was available) wouldn't be shown. Now, status and capacity will be shown independently of each other, and if capacity information is unavailable, charge will be shown instead.
* modules/sway: improve status variable nameAlyssa Ross2020-07-03
|
* modules/workstation: install POSIX man pagesAlyssa Ross2020-07-03
|
* modules/podman: use zfs storage driverAlyssa Ross2020-05-12
|
* modules/emacs: don't soft wrapAlyssa Ross2020-05-12
|
* sys/eve: initAlyssa Ross2020-05-12
|
* modules/emacs: stop Magit trying to move to trashAlyssa Ross2020-05-12
| | | | | | | It's weird that Magit doesn't default to the global value of this setting (which is nil). If I want to enable the trash, I'm probably going to want to enable it globally, so Magit will now use the global value.
* modules/keyboard: drop evscriptAlyssa Ross2020-05-11
| | | | | I pretty much never ended up never using the Caps Lock key as control, so let's just make it always be escape.
* modules/mpv: init; disable audio displayAlyssa Ross2020-05-11
|
* modules/emacs: install projectileAlyssa Ross2020-05-10
|
* modules/emacs: fix Iosevka aspect ratioAlyssa Ross2020-05-10
|
* modules/emacs: distinguish .emacs section headersAlyssa Ross2020-05-10
| | | | These are getting difficult to tell apart from regular comments.
* modules/mutt: use internal pagerAlyssa Ross2020-05-09
| | | | | Being able to use Mutt keybindings in the pager is just too convenient.
* modules/emacs: use English dictionary for ispellAlyssa Ross2020-05-08
|
* modules/emacs: XDG_DATA_HOME user-emacs-directoryAlyssa Ross2020-05-08
|
* modules/emacs: use adoc-mode for .adoc filesAlyssa Ross2020-05-08
|
* modules/emacs: install adoc-modeAlyssa Ross2020-05-08
|
* modules/firefox: fix /home/state/mozilla permsAlyssa Ross2020-05-07
|
* modules/emacs: disable UI cruftAlyssa Ross2020-05-07
|
* modules/emacs: install nix-modeAlyssa Ross2020-05-07
|
* modules/emacs: install markdown-modeAlyssa Ross2020-05-07
|
* modules/emacs: initAlyssa Ross2020-05-07
|
* modules/podman: create /home/state/containersAlyssa Ross2020-05-07
|
* modules/alacritty: remove tabspaces optionAlyssa Ross2020-04-28
| | | | This is obsolete, and produces a startup warning in Alacritty.
* modules/locale: add missing implementationAlyssa Ross2020-04-28
| | | | This was referenced, but the file wasn't being tracked.
* modules/workstation: install gnome-minesAlyssa Ross2020-04-28
|
* modules/hardware: install ddrescueAlyssa Ross2020-04-26
|
* modules/sway: add missing breaksAlyssa Ross2020-04-17
| | | | | Missing these resulted in an extra space being displayed after the arrows.
* modules/sway: rewrite status_command in C++Alyssa Ross2020-04-17
| | | | | | | | | | | | | | The execline version was nice, but I think execline is not really suitable for fairly complicated scripts that run once a second. I frequently saw it as one of the most active processes on the system, and it was probably really bad for power consumption! Before rewriting in C++, I tried C, but the string handling was extremely annoying, and Rust, but it can't do time stuff in the standard library. I didn't want to have to pull in a library just for this, so C++ it was. My first C++ program, in fact!
* modules/windowing: install wf-recorderAlyssa Ross2020-04-16
|
* modules/rss2email: initAlyssa Ross2020-04-15
|
* modules/workstation: enable locateAlyssa Ross2020-04-15
|
* modules/workstation: install youtube-dlAlyssa Ross2020-04-15
|
* modules/workstation: install mpvAlyssa Ross2020-04-15
|
* modules/sway: sticky Firefox sharing indicatorAlyssa Ross2020-04-15
|
* modules/gnupg: use tofu+pgpAlyssa Ross2020-04-15
| | | | This is likely to lead to a far more useful GnuPG overall.
* modules/gnupg: alphabetize gpg.confAlyssa Ross2020-04-15
|
* modules/lorri: initAlyssa Ross2020-04-15
|
* modules/workstation: reorganize importsAlyssa Ross2020-04-15
| | | | Other modules, then general stuff, then individual programs.
* modules/mutt: keep newsrc in XDG_DATA_HOMEAlyssa Ross2020-04-13
|
* modules/sway: fix height of workspace menuAlyssa Ross2020-04-07
| | | | Not sure when or how this changed.
* modules/postfix: directly deliver mail to meAlyssa Ross2020-04-07
| | | | | Mail to hi@alyssa.is or hi+*@alyssa.is can just be dropped straight into my maildir, rather than going through SMTP.
* modules/mail: make isync depend on network-onlineAlyssa Ross2020-04-07
|
* modules/weechat: ignore osmbot-test in #osm-gbAlyssa Ross2020-03-13
| | | | | This is a very noisy bot that posts any time somebody adds a note to the map in the UK, which happens a lot.
* modules/weechat: update highlightsAlyssa Ross2020-03-13
| | | | | I don't need team mentions from old work Slack, but I do want to know when people are talking about the things I'm working on now!