aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Transfer "rq" package from nix to guixEuAndreh2023-02-182-1/+1
* opt/aux/gen-e-list.sh: Add configuration.nix to the listEuAndreh2023-02-181-0/+1
* etc/nix/configuration.nix: Remove and disable CUPS configurationEuAndreh2023-02-181-46/+0
* etc/xmobar/xmobarrc: Don't flood DBus when "wms mpris" failsEuAndreh2023-02-181-1/+1
* bin/upgrade: Explicitly define $HOSTNAMEEuAndreh2023-02-171-1/+3
* bin/upgrade: Do some ugly ifs to decide what to upgradeEuAndreh2023-02-171-4/+15
* etc/nix/configuration.nix: Enable postfix serviceEuAndreh2023-02-171-0/+1
* Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/EuAndreh2023-02-171-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. EuAndreh2023-02-171-1/+1
* Makefile: Assert ~/Documents/txt/ existsEuAndreh2023-02-171-0/+3
* bin/li: Assert $IMAGE dir exists before trying to write to itEuAndreh2023-02-171-0/+3
* Remove all code referring to backlight tweakingEuAndreh2023-02-173-24/+0
* etc/nix/configuration.nix: Lock after 5 minutes via logindEuAndreh2023-02-171-0/+5
* Use "brightnessctl" both on xmonad and i3EuAndreh2023-02-173-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. EuAndreh2023-02-1722-34/+34
* etc/nix/configuration.nix: Add flutter2 and hover packagesEuAndreh2023-02-171-0/+2
* etc/nix/configuration.nix: Remove ad-hoc mpris-prox user serviceEuAndreh2023-02-171-11/+0
* etc/nix/configuration.nix: Enable extra fontsEuAndreh2023-02-171-0/+5
* etc/guix/home.scm: Comment out guile-heredoc-latest offline packageEuAndreh2023-02-171-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. EuAndreh2023-02-171-1/+1
* etc/guix/home.scm: Add Guile package included by default in GuixEuAndreh2023-02-171-0/+2
* etc/guix/home.scm: Add GUI apps from configuration.nix migrationEuAndreh2023-02-171-2/+5
* etc/guix/home.scm: Add markers for missing packages in Guix from migrationEuAndreh2023-02-171-0/+4
* etc/guix/home.scm: Downgrade OpenJDK to 11EuAndreh2023-02-171-1/+1
* etc/guix/home.scm: Add utility packages migrated from configuration.nixEuAndreh2023-02-171-0/+7
* etc/guix/home.scm: Add custom curl and fortinevpn packagesEuAndreh2023-02-171-3/+20
* etc/nix/configuration.nix: Add working usurpador configurationEuAndreh2023-02-171-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". EuAndreh2023-02-171-0/+8
* bin/menu: Show notification when emoji is copied to clipboardEuAndreh2023-02-171-1/+7
* bin/wms: Fix ShellCheck offensesEuAndreh2023-02-171-3/+2
* bin/wms: Add "mpris" actionEuAndreh2023-02-171-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. EuAndreh2023-02-172-0/+110
* etc/guix/home.scm: Pick a more up-to-date Node.js over ArchiveBoxEuAndreh2023-02-171-2/+2
* etc/i3/config: Make bindings more compatible with xmonad defaultsEuAndreh2023-02-151-2/+2
* etc/i3/config: Use bin/shot over literal commandEuAndreh2023-02-151-2/+2
* bin/shot: Add working helper utilityEuAndreh2023-02-151-0/+78
* etc/git/config: Enable rerereEuAndreh2023-02-141-0/+2
* Makefile: Add "check-dirty-pass" targetEuAndreh2023-02-131-1/+14
* etc/guix/home.scm: Add "cheese" packageEuAndreh2023-02-101-0/+1
* etc/guix/home.scm: Add "work-packages" variableEuAndreh2023-02-091-1/+6
* bin/{httpno,menu}: Add extra disable markers for new ShellCheck versionEuAndreh2023-02-082-2/+2
* etc/guix/home.scm: Include hunspell moduleEuAndreh2023-01-301-0/+1
* etc/guix/channels.scm: Change guix.git channel back to upstreamEuAndreh2023-01-301-1/+1
* etc/guix/home.scm: Run backup cronjob later at nightEuAndreh2023-01-301-1/+1
* etc/guix/system.scm: Remove unused desktop environmentsEuAndreh2023-01-041-6/+0
* etc/guix/home.scm: Add "enscript" packageEuAndreh2022-12-271-0/+1
* etc/sh/rc: export $VG_FLAGSEuAndreh2022-12-241-0/+7
* etc/guix/home.scm: Switch to clang toolchaingEuAndreh2022-12-181-2/+2
* etc/sh/rc: Remove -flto from $CFLAGS and $LDFLAGSEuAndreh2022-12-181-2/+1
* bin/z: Use $TMPDIR: allow z(1) to work on non-writable directoriesEuAndreh2022-12-161-2/+1