summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-04newsboat: add macro to download videoAdam Stück
2023-03-04lf: enable previewsAdam Stück
2023-03-04aliases: minor updateAdam Stück
2023-02-24nvim: fix live grep mappingAdam Stück
2023-02-24nvim: drop commentsAdam Stück
2023-02-24aliases: add aliases to toggle vpnAdam Stück
also add nmcli shortcut
2023-02-24picom: increase inactive window dimAdam Stück
Easier to track which window has focus when using a light theme
2023-02-24bashrc: increase HISTFILESIZEAdam Stück
+ drop comments
2023-02-23short aliasesAdam Stück
Produce ordered list of your most frequently used commands: sed 's/ .*$//' $HISTFILE | sort | uniq -c | sort -n
2023-02-22replace betterlockscreen -> slockAdam Stück
2023-02-22nvim: shorten useful mappingsAdam Stück
Think about all the time this will save!
2023-02-22feat: idle timeout lockscreenAdam Stück
Re-adds betterlockscreen. Don't remember why I removed it in the first place.
2023-02-22shell: drop prompt newline and pfetchAdam Stück
2023-02-21newsboat: drop auto-reloadAdam Stück
Also, adds newsboat alias 'nw'
2023-02-20polybar: slight padding increase at edgesAdam Stück
2023-02-20lf: drop unnecessary settingsAdam Stück
2023-02-20mimeapps: add xdg default applications listAdam Stück
2023-02-20theme: minor change to fzf-colorAdam Stück
2023-02-20picom: disable terminal transparencyAdam Stück
2023-02-20shell: pfetch on start, safer file pathsAdam Stück
Wrapped some paths with double quotes to shutup shellcheck
2023-02-20nvim: updated some settings and lspconfigAdam Stück
2023-02-20newsboat: removed unnecessary macroAdam Stück
2023-02-20shell: added newline to promptAdam Stück
2023-02-18i3: added binds to dock laptop displayAdam Stück
2023-02-08scripts: 'scheme' script now toggles btop themeAdam Stück
2023-02-08Revert "Xresources: remove nsxiv theme"Adam Stück
This reverts commit 73515a3f37392bcfa108db1c69a42125f708e878.
2023-02-07Xresources: remove nsxiv themeAdam Stück
2023-02-07scripts: minor changesAdam Stück
Comment out xidlehook and betterlockscreen, as I am currently not using these programs
2023-02-07Use i3config instead of sxhkd for bindingsAdam Stück
2023-02-07zathura: revert to default themeAdam Stück
2023-02-07polybar: updated colours againAdam Stück
Also set bottom to be default bar position
2023-02-07firefox: userChrome indentationAdam Stück
2023-02-07fix: Java apps have blurry fontsAdam Stück
2023-02-05nvim: updated gitsigns dotfiles pathAdam Stück
2023-02-04clipmenu: use dmenu instead of rofiAdam M. Stück
2023-02-04shell: disable starship prompt, minor cleanupAdam M. Stück
2023-02-04scripts: working logout commandAdam M. Stück
2023-02-04scripts: shorter dmenu prompts and show fewer linesAdam M. Stück
2023-02-03alacritty: use same font across all stylesAdam M. Stück
No reason to hardcode this. The default behaviour already handles it (read the comments)
2023-02-03picom: slightly less transparent terminalsAdam M. Stück
2023-02-03updated aliasesAdam M. Stück
2023-02-03polybar: minor colour changeAdam M. Stück
GREEN
2023-02-03lf: disable ctpv previews, and more...Adam M. Stück
Don't show hidden files or icons by default
2023-02-03newsboat: don't show read feeds by defaultAdam M. Stück
2023-02-03mpv: auto subtitles with nice yellow aestheticAdam M. Stück
2023-01-21scripts: minor fix to statusbar forecastAdam M. Stück
2022-12-06polybar: slightly brighter bgAdam M. Stück
2022-12-05Removed unused configsAdam M. Stück
2022-12-05i3: don't float pulsemixerAdam M. Stück
2022-12-05nvim: removed autopairs pluginAdam M. Stück