Commit graph

17 commits

Author SHA1 Message Date
c2ba57a650 [x11] Remove configuration file for rincewind
There is only one screen attached now and no need to call ‘xrandr’
2022-09-22 23:52:01 -07:00
d6753c5198 [x11] Remove shelldon startup file, shelldon isn't used anymore 2022-03-01 19:05:59 -08:00
9b662e2609 Add systemd services for some background tasks
Add a ‘wm.target’ file that services can hook into and that Herbstluftwm starts
at the end of its startup script. This way different services can be sure that
the window manager itself has started up, and can be dependent on one another.
Hopefully this makes managing these background processes easier.
2021-11-02 22:06:32 -07:00
9b209c974c Fix monitor names and switch monitors on rincewind 2020-12-26 23:17:23 -08:00
24b4948252 Add files for shelldon 2020-12-26 23:17:23 -08:00
c6dd756ce1 Swap my monitors on rincewind 2020-12-26 23:17:23 -08:00
f811c85465 Add data configuration for X11 2020-11-23 20:22:43 -08:00
f310ee6b9c Fix some names and modes 2020-04-27 10:45:10 -07:00
68a62390b8 Fix color definitions
M4 treats ‘#’ as a comment delimiter, so that if there is a macro that expands
to, for example, ‘#222222’ it will ignore any macros any further along the line.
2020-04-26 22:33:16 -07:00
79c006b5c6 Add meta-package for my X11 configuration
With this meta-package it locks down which packages should be installed.
2020-04-26 21:35:26 -07:00
5bb0014265 Reorganize xsession and Xresources
- Add xsession. Instead of requiring each of my machines to setup their own
‘.xsession’ add one that should work for all of them.

- Use M4 for the Xresources database. I didn’t want the X11 project to be aware
of all the configuration files that could be added in there and I was able to
figure out how to have it load all of the configuration files in the
‘Xresources.d’ directory. Now each configuration can inject properties into the
X resources database.

- Have ‘.xsession’ load all of the scripts in ‘.config/X11/Xsession.d’. Each
configuration can now inject some script to run when X starts.

- Have ‘.xsession’ load a machine-specific script so that each machine can
override what it does when X starts.
2020-04-26 21:34:57 -07:00
c139e076d0 Make rofi look good 2017-03-29 23:04:35 -07:00
b62b95edb3 Update background color for yoshi-theme 2017-03-05 22:16:32 -08:00
8d2d93ffeb Set cursor color for URxvt 2017-03-05 22:16:06 -08:00
f5d81ac13d Change Xcursor theme 2016-11-09 15:02:11 +01:00
a5a1aac25c Add URxvt config 2016-08-29 15:29:00 +02:00
393087e8a5 Add rofi configuration 2016-08-05 01:48:13 +02:00