Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-04 | Install GEF in home directorydebian | Malfurious | 2 | -1/+11396 | |
2024-02-04 | Remove unsupported unclutter option | Malfurious | 1 | -1/+1 | |
2024-02-04 | Use compton | Malfurious | 1 | -1/+1 | |
2024-02-04 | Debian packages | Malfurious | 1 | -23/+21 | |
2024-02-03 | qutebrowser: Remove delay from YT shorts blocker | Malfurious | 1 | -2/+5 | |
This removes an initial 1 second delay in the function of the youtube shorts blocker, so the affected elements never appear on screen. | |||||
2024-02-03 | qutebrowser: Add YT shorts blocking script | Malfurious | 1 | -0/+22 | |
Script from greasy fork: https://greasyfork.org/en/scripts/471062-youtube-shorts-blocker | |||||
2024-02-03 | qutebrowser: Update config | Malfurious | 1 | -1/+7 | |
2024-02-02 | numlockx: Auto-enable num lock on startup | Malfurious | 2 | -0/+2 | |
2024-02-02 | dwm: Workaround broken Java GUIs | Malfurious | 1 | -0/+2 | |
This environment variable has sometimes been necessary, in addition to running wmname. Advice taken from the ArchWiki. https://wiki.archlinux.org/title/java#Troubleshooting | |||||
2023-11-29 | Add wmname submodule | Malfurious | 4 | -0/+7 | |
2023-06-02 | dwm: Separate date and time in statusbar | Malfurious | 1 | -1/+1 | |
2023-06-02 | pkg: Add additional packages to base system | Malfurious | 1 | -0/+4 | |
hexedit and ipython added as base tools. linux-headers has been popping up more often as a nice-to-have for drivers. xinput is often convenient for configuring end-systems. | |||||
2023-06-02 | unclutter: Enable cursor hiding | Malfurious | 2 | -0/+2 | |
2023-06-02 | qutebrowser: Replace firefox with qutebrowser and initial config | Malfurious | 2 | -1/+110 | |
2023-06-02 | dpms: Disable automatic screen blanking / monitor turnoff | Malfurious | 2 | -0/+4 | |
2023-05-23 | git: New config options | Malfurious | 1 | -0/+8 | |
2023-05-23 | gdb: Add gdb/gef config | Malfurious | 3 | -0/+129 | |
2023-05-23 | dwm: Add battery level to statusbar | Malfurious | 1 | -5/+8 | |
2023-05-23 | fish: Update prompt | Malfurious | 1 | -15/+9 | |
Remove user@host, except during SSH sessions. | |||||
2023-05-23 | Remove screenfetch | Malfurious | 2 | -2/+0 | |
2023-05-23 | fish: Add ~/.local/bin to $PATH | Malfurious | 1 | -0/+1 | |
2022-12-12 | Update package list | Malfurious | 2 | -32/+43 | |
Arch system packages are recategorized and alphabetized, the script portion of the file is updated to make it simpler to port to other platforms of interest, and the file is renamed to something more generic. The end result of all this package shuffling is the following: package action explanation ----------------------------------------------------------------------- alsa-plugins removed Noreq*, Little used by me mesa removed Noreq*, OOS** for base system vi removed No longer required for visudo xcb-util removed Noreq* xorg-xrandr now implicit Implied by lxrandr gnu-netcat replaced with netcat (should result in same pkg) file added Prev given by base, now explicit p7zip added Add common archive tools unzip added Add common archive tools * Noreq = Not required for rice functionality ** OOS = Out of scope | |||||
2022-12-10 | Update vimrc | Malfurious | 2 | -12/+12 | |
Some settings were redundant with vim-polyglot, others unused by me. softtabstop is added for better backspacing behavior. | |||||
2022-12-08 | Add vim-polyglot submodule | Malfurious | 2 | -0/+4 | |
2022-12-08 | Add dmenu submodule | Malfurious | 3 | -0/+6 | |
2022-02-15 | Require firefox package | Malfurious | 1 | -0/+1 | |
2022-02-15 | Change install location of rice | Malfurious | 1 | -1/+1 | |
Instead of .gitdir, use the usual name of .git for the installed rice repository. Such repository is intended to have its worktree location configured properly. So far, the repository directory has used a non-standard name to avoid detection, so that the user's home directory isn't normally treated as a git repository. However, this is not completely necessary when we also nest the gitdir 1 extra directory deep (inside $HOME/rice). Reverting the name to .git, allows normal git commands to work properly while inside this one directory, but the home directory as a whole is still a sleeper repository. (And because the core.worktree variable is configured properly, git will realize that $HOME/rice is NOT the root of the worktree) | |||||
2021-11-11 | Require man pages, curl, wget packages | Malfurious | 1 | -0/+2 | |
2021-11-10 | fish: Update git-sonar prompt | Malfurious | 1 | -2/+1 | |
Script is now expected to be in the $PATH (as the Makefile installs it there) and the new short option for fetch is used instead of --fetch. | |||||
2021-11-10 | Update submodules Makefile | Malfurious | 1 | -4/+3 | |
2021-11-07 | Add slock submodule, tracking master branch | Malfurious | 2 | -0/+4 | |
2021-05-13 | Add fish config | Malfurious | 6 | -0/+37 | |
2021-05-13 | Require additional arch packages | Malfurious | 1 | -0/+1 | |
Added dhcpcd, polkit, and vi. | |||||
2021-05-13 | Fix path in .fehbg | Malfurious | 1 | -1/+1 | |
'~' wasn't being expanded while running this. | |||||
2021-05-12 | Add xinitrc | Malfurious | 1 | -0/+10 | |
2021-05-12 | Apply default wallpaper | Malfurious | 1 | -0/+2 | |
2021-05-12 | Add git config | Malfurious | 1 | -0/+29 | |
2021-05-12 | Add required Arch Linux packages | Malfurious | 1 | -0/+28 | |
2021-05-06 | Add vim config | Malfurious | 1 | -0/+12 | |
2021-05-06 | Add submodules Makefile | Malfurious | 1 | -0/+13 | |
2021-05-05 | Add git-sonar submodule, tracking master branch | Malfurious | 2 | -0/+4 | |
2021-05-05 | Fix submodule URLs | Malfurious | 1 | -2/+2 | |
2021-05-05 | Add st submodule, tracking master branch | Malfurious | 2 | -0/+4 | |
2021-05-05 | Add dwm submodule, tracking master branch | Malfurious | 2 | -0/+4 | |
2021-05-05 | Add default wallpaper | Malfurious | 1 | -0/+0 | |