summaryrefslogtreecommitdiff
path: root/.config/i3/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-20Update i3 configsDanny Holman1-12/+25
Update the i3 settings to current.
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 Holman1-2/+3
Add configs for the picom compositor
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 Holman1-13/+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-02-05UpdatesDanny Holman1-0/+1
2020-10-26General updatesDanny Holman1-2/+2
2020-04-17General updatesDanny Holman1-25/+11
Update everything in this folder to be current with my setup.
2020-03-05General updatesDanny Holman1-5/+21
2019-05-27General updatesDanny Holman1-65/+17
General updates to things due to package differences since last update.
2018-10-24Added powerline stuffs to polybarDaniel Holman1-14/+24
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman1-15/+13
2018-10-21Changed wallpaper manager to nitrogenDaniel Holman1-15/+13
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 Holman1-0/+196
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