aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2024-02-16feat(paru): building in chroot and local repoToby Vincent
2024-02-15fix(firefox,mpv): improve video from browserToby Vincent
2024-02-15feat(i3status): add rss feed unread counter blockToby Vincent
2024-02-15fix(tofi): remove unused configsToby Vincent
2024-02-14chore(nvim): update mason-lock.jsonToby Vincent
2024-02-14feat(wmenu): change menu to wmenu (again...)Toby Vincent
2024-02-14fix(aerc,firefox): fix keybindsToby Vincent
2024-02-13chore(nvim): update mason-lock.jsonToby Vincent
2024-02-13fix(sway,mpv): remove auto fullscreenToby Vincent
2024-02-13fix(dunst): improve layoutToby Vincent
2024-02-13fix(sway): hide steam splash screenToby Vincent
2024-02-13chore(bemenu): remove old configsToby Vincent
2024-02-13fix(sh): ensure user path dirs are firstToby Vincent
2024-02-13fix(i3status): rotate window titleToby Vincent
2024-02-12feat(nvim): add mason lspsToby Vincent
2024-02-12fix(tofi): simplify setup to use tofi directlyToby Vincent
2024-02-12feat(tofi): migrate to tofi for dmenuToby Vincent
2024-02-12fix(cliphist): cutting the index breaks decodingToby Vincent
2024-02-12fix(sway): improve systemd target dependenciesToby Vincent
2024-02-11fix(streamlink): disable hlsToby Vincent
2024-02-11fix: stop enabling wayland servicesToby Vincent
2024-02-11fix(i3status): switch theme and hide musicToby Vincent
2024-02-11feat(fontconfig): add fontconfig and aliasesToby Vincent
2024-02-11fix(nvim): move common ftplugin override to autocmdToby Vincent
2024-02-09fix(mbsync): fix service filesToby Vincent
2024-02-08fix(alacritty): allow overriding config valuesToby Vincent
2024-02-08fix(i3status): shorten music blockToby Vincent
2024-02-08fix(i3status): add condition to gpuToby Vincent
2024-02-08feat(i3status-rs): update formatToby Vincent
2024-02-08fix(nvim): checkin mason lockfileToby Vincent
2024-02-08fix(swayidle): fully remove systemd integrationToby Vincent
2024-02-08feat(dunst): pause dunst when idleToby Vincent
2024-02-08fix(bemenu): fix install scriptToby Vincent
2024-02-08fix(wayland): enable services without startingToby Vincent
2024-02-08feat(sway): improve sway configToby Vincent
2024-02-08feat(font): move to hack fontToby Vincent
2024-02-08feat(sway): improve idle and lock handlingToby Vincent
2024-02-08fix(zsh): fix bug in compinitToby Vincent
2024-02-08feat(cliphist): move from clipman to cliphistToby Vincent
2024-02-08build: add and improve install scriptsToby Vincent
2024-02-08fix(nvim): add mason lockfileToby Vincent
2024-02-06feat(tmux): update for new version of sshrToby Vincent
2024-02-05fix(tmux): remove select-1 flagToby Vincent
2024-02-01fix(sheldon): remove unused pluginsToby Vincent
2024-02-01fix(sheldon): update syntax for optional accessToby Vincent
2024-02-01fix(sh): remove LESSOPEN env varToby Vincent
Provided lesspipe is installed, at least on Arch, LESSOPEN is already setup by `/env/profile.d/lesspipe.sh`, which is then sourced by `~/.profile`, which is actually more portable. So no need to set it up unconditionally here.
2024-01-31fix(ssh): simplify socket remote forwardingToby Vincent
2024-01-26fix(ssh): remove multiplexing outside of tmux-sshrToby Vincent
2024-01-26build: track stowed untracked filesToby Vincent
This allows for the removal of symlinks of untracked files in the event that they are removed without ever being tracked by git.
2024-01-25build(nvim): fix lazy.nvim cmd in install scriptToby Vincent