summaryrefslogtreecommitdiff
path: root/.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-20Update to 02/20/25Danny Holman4-705/+0
2022-06-20Update i3 configsDanny Holman1-12/+25
Update the i3 settings to current.
2022-06-20Update shell and terminal stuffsDanny Holman1-2/+2
Update the configs that control my shell and related tools.
2021-10-10i3: add more windows to floatingDanny Holman1-5/+2
Set more windows to be default floating.
2021-08-21Fix certain keybinds not workingDanny Holman1-1/+1
2021-08-13Fix issue starting picom and make font biggerDanny Holman1-1/+1
Make the font in URxvt a little big bigger and, therefore, more readable. Also fix an issue starting the compositor.
2021-08-08Add support for picomDanny Holman2-2/+426
Add configs for the picom compositor
2021-08-08Switch from Termite to XTermDanny Holman1-65/+0
Switched from termite to xterm, so the termite config is no longer used
2021-05-21Switch to nitrogenDanny Holman1-2/+1
Switch to nitrogen for wallpaper setting. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-05-21Switch from polybar to i3blocksDanny Holman2-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>
2021-03-24termite: update color paletteDanny Holman1-30/+31
2021-02-05UpdatesDanny Holman2-3/+4
2021-02-03Updated to 2021Danny Holman2-4/+4
2020-10-26General updatesDanny Holman1-2/+2
2020-06-16Remove powerline configsDanny Holman1-46/+0
Remove the configuration options for powerline. I use framework-free zsh and vim now.
2020-05-11Update to latest use caseDanny Holman1-2/+2
2020-05-11Add configs for other used appsDanny Holman2-0/+111
2020-04-17General updatesDanny Holman1-25/+11
Update everything in this folder to be current with my setup.
2020-03-05General updatesDanny Holman2-129/+110
2019-05-27Fixed polybar configDanny Holman1-3/+3
Fixed polybar config, broken as a result of a bad merge operation.
2019-05-27General updatesDanny Holman2-153/+77
General updates to things due to package differences since last update.
2019-03-20Updated polybar config to use proper colorsDanny Holman1-79/+76
2018-10-24Added powerline stuffs to polybarDaniel Holman2-324/+282
2018-10-22Customized the git prompt of PowerlineDaniel Holman1-9/+15
2018-10-21Disabled vim-modeline in zsh powerlineDaniel Holman1-0/+40
2018-10-21Disabled vim-modeline in zsh powerlineDaniel Holman1-0/+40
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman1-15/+13
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman1-15/+13
2018-04-08Fixed volume applet issue in polybarDaniel Holman1-1/+1
Fixed an issue with polybar config in which the volume applet wouldn't show the complete volume display
2018-04-08Added new custom keybinds to i3 configDaniel Holman1-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
2018-04-05General updatesDaniel Holman3-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