my .config/i3 directory
Find a file
Alex Kelly d5ae4ab90d Disable the urgency script
Firefox in particular is being weird, and that was the last thing I
changed, so I'm temporarily commenting this out to see if that changes
behavior.
2022-07-14 08:04:39 -04:00
conf.d add pause media keybinding 2022-07-07 22:16:07 -04:00
layout Assign isn't working, use layout 2022-06-27 23:29:13 -04:00
autostart.conf Disable the urgency script 2022-07-14 08:04:39 -04:00
config autorun just feels to windowy...changed to autostart 2022-06-28 09:27:30 -04:00
README.md update layout section for autorun and workspaces changes 2022-06-27 23:43:38 -04:00
workspaces.conf break out workspaces and execs into their own included configs 2022-06-27 23:39:05 -04:00

Introduction

This is my ~/.config/i3 configuration directory. I have been using I3 for a little over a week. At this point, I'm not totally sure that I am going to stick with it, but I have enjoyed the customization process so far and have created a very workable environemnt

Layout

I like the common conf.d directory approach to configuration. So I have laid out my configuration in a way that global configs are put in the config file, and everything else is included via conf.d/*.conf.

autorun.conf contains all the exec statements to start automaticlaly when the session begins

workspaces.conf contains the variables for the workspace names/icons

What I'm using

feh - for my background updater rofi - for dmenu, and a couple other utilities that I wrote. py3status - for my status bar

Edited i3-save-tree output for desktop layouts. (I tried i3-resurrect because it solved some of the problems I had with i3-save-tree, but I never got windows to recover correctly.