| Commit message (Expand) | Author | Age | Files | Lines |
| * | Transfer "rq" package from nix to guix | EuAndreh | 2023-02-18 | 2 | -1/+1 |
| * | opt/aux/gen-e-list.sh: Add configuration.nix to the list | EuAndreh | 2023-02-18 | 1 | -0/+1 |
| * | etc/nix/configuration.nix: Remove and disable CUPS configuration | EuAndreh | 2023-02-18 | 1 | -46/+0 |
| * | etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" fails | EuAndreh | 2023-02-18 | 1 | -1/+1 |
| * | bin/upgrade: Explicitly define $HOSTNAME | EuAndreh | 2023-02-17 | 1 | -1/+3 |
| * | bin/upgrade: Do some ugly ifs to decide what to upgrade | EuAndreh | 2023-02-17 | 1 | -4/+15 |
| * | etc/nix/configuration.nix: Enable postfix service | EuAndreh | 2023-02-17 | 1 | -0/+1 |
| * | Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/ | EuAndreh | 2023-02-17 | 1 | -0/+2 |
| * | Makefile: Fix "clean" target•••Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r
option to operate on it.
| EuAndreh | 2023-02-17 | 1 | -1/+1 |
| * | Makefile: Assert ~/Documents/txt/ exists | EuAndreh | 2023-02-17 | 1 | -0/+3 |
| * | bin/li: Assert $IMAGE dir exists before trying to write to it | EuAndreh | 2023-02-17 | 1 | -0/+3 |
| * | Remove all code referring to backlight tweaking | EuAndreh | 2023-02-17 | 3 | -24/+0 |
| * | etc/nix/configuration.nix: Lock after 5 minutes via logind | EuAndreh | 2023-02-17 | 1 | -0/+5 |
| * | Use "brightnessctl" both on xmonad and i3 | EuAndreh | 2023-02-17 | 3 | -5/+5 |
| * | bin/: Use explicit "--" separator for assert-arg usages•••In order to prevent legitimate cases to fail as errors, such as:
NUM='-10'
eval "$(assert-arg "$NUM" '-n NUM')"
To prevent assert-arg(1) from treating "-10" as the options "-1 and -0,
they need to be put after the "--" separator.
This way, all usages of assert-arg(1) that had its first argument as a
variable were adapted, and the usage and examples of assert-arg itself
were updated to encourage this best practice.
| EuAndreh | 2023-02-17 | 22 | -34/+34 |
| * | etc/nix/configuration.nix: Add flutter2 and hover packages | EuAndreh | 2023-02-17 | 1 | -0/+2 |
| * | etc/nix/configuration.nix: Remove ad-hoc mpris-prox user service | EuAndreh | 2023-02-17 | 1 | -11/+0 |
| * | etc/nix/configuration.nix: Enable extra fonts | EuAndreh | 2023-02-17 | 1 | -0/+5 |
| * | etc/guix/home.scm: Comment out guile-heredoc-latest offline package | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| * | etc/xmobar/xmobarrc: Fix mpris title display•••For some ~bad and brittle~ reason, xmobar's CommandReader doesn't really
update if something is sent to its STDERR. So one needs to explicitly
discard it in order for CommandReader to be useful and work properly.
Fixes issue mentioned in b7690e3ad34a4fd207dfd73476756836696f0731.
| EuAndreh | 2023-02-17 | 1 | -1/+1 |
| * | etc/guix/home.scm: Add Guile package included by default in Guix | EuAndreh | 2023-02-17 | 1 | -0/+2 |
| * | etc/guix/home.scm: Add GUI apps from configuration.nix migration | EuAndreh | 2023-02-17 | 1 | -2/+5 |
| * | etc/guix/home.scm: Add markers for missing packages in Guix from migration | EuAndreh | 2023-02-17 | 1 | -0/+4 |
| * | etc/guix/home.scm: Downgrade OpenJDK to 11 | EuAndreh | 2023-02-17 | 1 | -1/+1 |
| * | etc/guix/home.scm: Add utility packages migrated from configuration.nix | EuAndreh | 2023-02-17 | 1 | -0/+7 |
| * | etc/guix/home.scm: Add custom curl and fortinevpn packages | EuAndreh | 2023-02-17 | 1 | -3/+20 |
| * | etc/nix/configuration.nix: Add working usurpador configuration | EuAndreh | 2023-02-17 | 1 | -0/+320 |
| * | etc/xmonad/xmonad.hs: Add missing utility keybindings•••M-S-<Space> in xmonad was set to mimic i3's floating toggle behaviour,
but only the part of switching back from floating to tiling. The tiling
to floating change still remains as "mod-<mouse-click>".
This had to be done because the default keybinding for that action for
xmonad is mod-t, which is being overriden and set to "wms date".
| EuAndreh | 2023-02-17 | 1 | -0/+8 |
| * | bin/menu: Show notification when emoji is copied to clipboard | EuAndreh | 2023-02-17 | 1 | -1/+7 |
| * | bin/wms: Fix ShellCheck offenses | EuAndreh | 2023-02-17 | 1 | -3/+2 |
| * | bin/wms: Add "mpris" action | EuAndreh | 2023-02-17 | 1 | -0/+25 |
| * | etc/{xmonad,xmobar}: Add working simplified configurations•••The xmobar "CommandReader" still needs work: for some reason it only
gets the first string that the command emits, and not the later changed
values.
| EuAndreh | 2023-02-17 | 2 | -0/+110 |
| * | etc/guix/home.scm: Pick a more up-to-date Node.js over ArchiveBox | EuAndreh | 2023-02-17 | 1 | -2/+2 |
| * | etc/i3/config: Make bindings more compatible with xmonad defaults | EuAndreh | 2023-02-15 | 1 | -2/+2 |
| * | etc/i3/config: Use bin/shot over literal command | EuAndreh | 2023-02-15 | 1 | -2/+2 |
| * | bin/shot: Add working helper utility | EuAndreh | 2023-02-15 | 1 | -0/+78 |
| * | etc/git/config: Enable rerere | EuAndreh | 2023-02-14 | 1 | -0/+2 |
| * | Makefile: Add "check-dirty-pass" target | EuAndreh | 2023-02-13 | 1 | -1/+14 |
| * | etc/guix/home.scm: Add "cheese" package | EuAndreh | 2023-02-10 | 1 | -0/+1 |
| * | etc/guix/home.scm: Add "work-packages" variable | EuAndreh | 2023-02-09 | 1 | -1/+6 |
| * | bin/{httpno,menu}: Add extra disable markers for new ShellCheck version | EuAndreh | 2023-02-08 | 2 | -2/+2 |
| * | etc/guix/home.scm: Include hunspell module | EuAndreh | 2023-01-30 | 1 | -0/+1 |
| * | etc/guix/channels.scm: Change guix.git channel back to upstream | EuAndreh | 2023-01-30 | 1 | -1/+1 |
| * | etc/guix/home.scm: Run backup cronjob later at night | EuAndreh | 2023-01-30 | 1 | -1/+1 |
| * | etc/guix/system.scm: Remove unused desktop environments | EuAndreh | 2023-01-04 | 1 | -6/+0 |
| * | etc/guix/home.scm: Add "enscript" package | EuAndreh | 2022-12-27 | 1 | -0/+1 |
| * | etc/sh/rc: export $VG_FLAGS | EuAndreh | 2022-12-24 | 1 | -0/+7 |
| * | etc/guix/home.scm: Switch to clang toolchaing | EuAndreh | 2022-12-18 | 1 | -2/+2 |
| * | etc/sh/rc: Remove -flto from $CFLAGS and $LDFLAGS | EuAndreh | 2022-12-18 | 1 | -2/+1 |
| * | bin/z: Use $TMPDIR: allow z(1) to work on non-writable directories | EuAndreh | 2022-12-16 | 1 | -2/+1 |