2021-07-06 09:31:55 +02:00
|
|
|
# Vincent Bernat's i3 configuration
|
|
|
|
|
|
|
|
This is my [i3](https://i3wm) configuration. It does not exactly
|
|
|
|
feature the same keybindings as the default configuration. I don't
|
2021-08-08 22:10:20 +02:00
|
|
|
recommend using it as-is by you can pick anything you need in it.
|
2021-07-06 09:31:55 +02:00
|
|
|
|
2021-09-14 08:51:27 +02:00
|
|
|

|
|
|
|
|
|
|
|
More details in this [blog post](https://vincent.bernat.ch/en/blog/2021-i3-window-manager).
|
|
|
|
|
2021-07-06 09:31:55 +02:00
|
|
|
Here some of the things you may be interested in:
|
|
|
|
|
2021-08-10 13:21:04 +02:00
|
|
|
- I use a Python script `bin/wallpaper` to build the wallpaper
|
2021-07-06 09:31:55 +02:00
|
|
|
to be displayed. There is a random selection and it works with
|
|
|
|
multihead setup. It seems that classic tools are now able to change
|
|
|
|
the wallpaper per screen and therefore, the script may seem a bit
|
|
|
|
useless but I keep it.
|
|
|
|
|
2021-12-07 20:34:15 +01:00
|
|
|
- I am using `xss-lock` with `xsecurelock` as a screensaver. It
|
|
|
|
relies on standard X screensaver handling (and therefore is easy
|
|
|
|
for application to disable) and also supports systemd inhibitors.
|
2021-12-11 12:56:33 +01:00
|
|
|
Nothing fancy but I reuse the wallpaper built above for both the
|
|
|
|
dimmer (`xss-dimmer`) and the screen saver (`xsecurelock-saver`).
|
2021-07-06 09:31:55 +02:00
|
|
|
|
|
|
|
- There is an `i3-companion` (in `bin/`) which I use to implement
|
|
|
|
whatever does not match what I want in i3. I prefer to not have
|
|
|
|
many Python binaries running.
|
|
|
|
|
|
|
|
- There is a Quake console included.
|
|
|
|
|
|
|
|
- Many stuff is handled by systemd. The session is still expected to
|
|
|
|
be handled by Xsession but we invoke a custom `xsession.target`
|
|
|
|
which binds to `graphical-session.target`. i3 will then invoke
|
|
|
|
`i3-session.target` for stuff needing i3 to run.
|
|
|
|
|
|
|
|
Also, I am using my custom terminal (`vbeterm`). You can also find the
|
|
|
|
sources on [GitHub](https://github.com/vincentbernat/vbeterm).
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
Required Debian packages to make everything work can be found in my
|
2021-09-09 09:01:43 +02:00
|
|
|
[Puppet configuration][]. Packages are basically pulled from Debian
|
|
|
|
unstable.
|
2021-07-06 09:31:55 +02:00
|
|
|
|
|
|
|
[Puppet configuration]: https://github.com/vincentbernat/puppet-workstation/blob/master/local-modules/desktop/manifests/i3.pp
|
2021-07-17 13:27:24 +02:00
|
|
|
|
2021-07-20 22:03:50 +02:00
|
|
|
However, I am recompiling some stuff to get more recent versions:
|
|
|
|
|
2021-11-01 08:14:50 +01:00
|
|
|
- `i3-gaps` (check `vbe/master` branch)
|
2021-07-20 22:03:50 +02:00
|
|
|
- `dunst` (check `vbe/master` branch)
|
2021-09-09 09:01:43 +02:00
|
|
|
- `polybar` (check `vbe/master` branch)
|
2021-11-13 18:41:54 +01:00
|
|
|
- `picom` (`next` branch)
|
2021-07-20 22:03:50 +02:00
|
|
|
|
2021-09-09 09:01:43 +02:00
|
|
|
The binaries are put in `~/.local/bin`.
|
|
|
|
|
2021-07-17 13:27:24 +02:00
|
|
|
## Interesting links
|
|
|
|
|
2021-07-18 17:27:00 +02:00
|
|
|
- [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1)
|
2021-07-17 13:27:24 +02:00
|
|
|
- [Hacking i3: Automatic Layout](https://aduros.com/blog/hacking-i3-automatic-layout/)
|
2021-08-08 22:10:20 +02:00
|
|
|
- [__luccy desktop](https://www.reddit.com/r/unixporn/comments/odlf79/i3gaps_simple_minimal_round/)
|
2021-11-16 09:03:04 +01:00
|
|
|
- [SI7Bot desktop](https://github.com/cosmicraccoon/thinky-nature-dots)
|