summaryrefslogtreecommitdiff
path: root/.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix certain keybinds not workingDanny Holman2021-08-211-1/+1
|
* Fix issue starting picom and make font biggerDanny Holman2021-08-131-1/+1
| | | | | Make the font in URxvt a little big bigger and, therefore, more readable. Also fix an issue starting the compositor.
* Add support for picomDanny Holman2021-08-082-2/+426
| | | | Add configs for the picom compositor
* Switch from Termite to XTermDanny Holman2021-08-081-65/+0
| | | | Switched from termite to xterm, so the termite config is no longer used
* Switch to nitrogenDanny Holman2021-05-211-2/+1
| | | | | | Switch to nitrogen for wallpaper setting. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Switch from polybar to i3blocksDanny Holman2021-05-212-315/+13
| | | | | | | Switch my top bar from polybar to i3blocks. Polybar requires a separate startup script while i3blocks runs as a child process of i3 itself. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* termite: update color paletteDanny Holman2021-03-241-30/+31
|
* UpdatesDanny Holman2021-02-052-3/+4
|
* Updated to 2021Danny Holman2021-02-032-4/+4
|
* General updatesDanny Holman2020-10-261-2/+2
|
* Remove powerline configsDanny Holman2020-06-161-46/+0
| | | | | Remove the configuration options for powerline. I use framework-free zsh and vim now.
* Update to latest use caseDanny Holman2020-05-111-2/+2
|
* Add configs for other used appsDanny Holman2020-05-112-0/+111
|
* General updatesDanny Holman2020-04-171-25/+11
| | | | Update everything in this folder to be current with my setup.
* General updatesDanny Holman2020-03-052-129/+110
|
* Fixed polybar configDanny Holman2019-05-271-3/+3
| | | | Fixed polybar config, broken as a result of a bad merge operation.
* Merge remote-tracking branch 'origin/master'Danny Holman2019-05-271-24/+19
|\
| * Updated polybar config to use proper colorsDanny Holman2019-03-201-79/+76
| |
* | General updatesDanny Holman2019-05-272-153/+77
|/ | | | General updates to things due to package differences since last update.
* Added powerline stuffs to polybarDaniel Holman2018-10-242-324/+282
|
* Customized the git prompt of PowerlineDaniel Holman2018-10-221-9/+15
|
* Disabled vim-modeline in zsh powerlineDaniel Holman2018-10-211-0/+40
|
* Changed wallpaper manager to nitrogenDaniel Holman2018-10-211-15/+13
|
* Fixed volume applet issue in polybarDaniel Holman2018-04-081-1/+1
| | | | | Fixed an issue with polybar config in which the volume applet wouldn't show the complete volume display
* Added new custom keybinds to i3 configDaniel Holman2018-04-081-0/+2
| | | | | | Added a quasi Alt+Tab feature into my i3 config file. It allows one to press Mod+Tab to focus on the next workspace with a window and Mod+Shift+Tab for previous workspace
* General updatesDaniel Holman2018-04-053-0/+682
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things