aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using wildcards for installing single filesTom Ryder2022-08-141-23/+23
|
* Start versioning XFCE4 terminal configTom Ryder2022-08-141-0/+5
| | | | I'm having to set it up a few times; may as well track it.
* Correct parcellite X session subfile installTom Ryder2022-08-141-1/+1
|
* Reorganize X11 startup file againTom Ryder2022-08-141-20/+26
| | | | I swear I'm going to figure this out.
* Adjust power management settingsTom Ryder2022-08-131-0/+1
| | | | | It's more practical to keep DPMS enabled and to adjust its timeouts or use the `force` subcommand in `xset`.
* Add install-init target to detect systemdTom Ryder2022-08-111-0/+5
|
* Set SYSTEMD_EDITOR as part of install-systemdTom Ryder2022-08-101-1/+2
|
* Don't maintain GTK settings anymoreTom Ryder2022-08-081-6/+0
| | | | | This was only a theme selection anyway, and it's not aging too well. Let's just use Adwaita or whatever it wants for now.
* Remove systemctl commands from install targetsTom Ryder2022-08-041-7/+0
|
* Spruce up X config a bit, remove Thunar daemonTom Ryder2022-07-291-4/+0
| | | | Better to let dbus activate it, I think.
* Move x() shortcut to X11 directory and targetTom Ryder2022-07-291-1/+2
|
* Add tmux server systemd server methodTom Ryder2022-07-291-1/+9
|
* Add .xprofileTom Ryder2022-07-271-8/+9
|
* Add missing -p flagsTom Ryder2022-07-201-2/+2
|
* Install systemd units to home package pathTom Ryder2022-07-201-16/+23
|
* Add systemd-run handling for mailing on completionTom Ryder2022-07-201-1/+3
|
* Revert "Move Caps-Ctrl modifier into .keyboard ...Tom Ryder2022-06-231-1/+0
| | | | | | | This reverts commit 8c23582694eed17689dd2192305c895b961344bf. This doesn't work the way I thought it did. I'll try something else later.
* Move Caps-Ctrl modifier into .keyboard fileTom Ryder2022-06-231-0/+1
| | | | | This particular option works on the console, at least on Debian. May as well track it, and avoid setting it in the system-wide config.
* Merge install-compton into install-xTom Ryder2022-06-031-4/+0
|
* Merge install-dunst into install-xTom Ryder2022-06-031-4/+0
|
* Add configuration for ParcelliteTom Ryder2022-05-221-0/+5
|
* Rewrite dmp(1df) as dmenu_pass(1df)Tom Ryder2022-05-211-1/+1
|
* Override all systemd unit services for mail failTom Ryder2022-05-191-2/+6
|
* Add install-scrot target to create screenshots dirTom Ryder2022-05-081-1/+5
|
* Remove sxhkdrc dependence on urxvtTom Ryder2022-05-081-1/+1
| | | | | xterm should work fine now, if that's what's configured as the x-terminal-emulator alternative.
* Correct target ordering in MakefileTom Ryder2022-05-081-6/+6
|
* Update mpv config, including screenshotsTom Ryder2022-05-081-1/+3
|
* Throw away dunst config for nowTom Ryder2022-05-071-2/+0
| | | | | The defaults work pretty well in i3; I might tweak them a bit later, but I won't start with this.
* Overhaul screenshot behaviorTom Ryder2022-05-071-1/+2
| | | | | | * Move burdensome logic to new script xsnap(1df) * Switch to otherwise-disused Print/PrtScr key * Add binds for full display and single-window screenshots
* Rotate ~/.xsession-errors logs without symlinkTom Ryder2022-05-071-5/+0
| | | | | | | A closer look at the startup configuration files for X11 on Debian show that it won't actually use ERRFILE=~/.xsession-errors if the file already exists and is a symbolic link, so we'll just rotate the logs directly from the expected path instead, without symbolic links.
* Revert "Move .xsession into bindir where it sho...Tom Ryder2022-05-061-7/+5
| | | | This reverts commit 7ab03dfed34d005402db08fcb777d44de18d9da4.
* Add compton compositor installationTom Ryder2022-05-061-0/+4
|
* Simplify systemd file installationTom Ryder2022-05-061-14/+11
| | | | | Make the unit directories etc anyway since that doesn't do any harm, and just ignore it if the `systemctl` invocations don't work.
* Add missing dependency to MakefileTom Ryder2022-05-061-1/+1
|
* Remove keychain target; no longer using itTom Ryder2022-05-061-4/+0
|
* Move .xsession into bindir where it should beTom Ryder2022-05-061-5/+7
|
* Rename X dir to x for consistencyTom Ryder2022-05-061-8/+8
|
* Add log rotation support for .xsessionTom Ryder2022-05-061-2/+19
|
* Add Thunar start script and targetTom Ryder2022-05-061-1/+5
|
* Remove long-unneeded `make clean` deletionTom Ryder2022-04-301-1/+0
|
* Use .xsession as executable scriptTom Ryder2022-04-301-3/+5
|
* Refactor xsession entirely, remove subfilesTom Ryder2022-04-301-1/+0
|
* Couple dunst config togetherTom Ryder2022-04-301-0/+1
|
* Couple urxvt config togetherTom Ryder2022-04-301-2/+4
|
* Move sxhkd files to dedicated targetTom Ryder2022-04-301-2/+6
|
* Move redshift files to dedicated targetTom Ryder2022-04-301-1/+5
|
* Add ncmpcpp configTom Ryder2022-04-271-0/+5
| | | | Just switching off window title changes at present.
* Switch .xinitrc to .xsessionTom Ryder2022-04-271-11/+11
| | | | | | | | | | | | | | | | | | This is Debian-specific, but that's the only system with which I'm presently using X11 anyway. From Debian's startx(1): > Note that in the Debian system, what many people traditionally put in > the .xinitrc file should go in .xsession instead; this permits the > same X environment to be presented whether startx, xdm, or xinit is > used to start the X session. All discussion of the .xinitrc file in > the xinit(1) manual page applies equally well to .xsession. Keep in > mind that .xinitrc is used only by xinit(1) and completely ignored by > xdm(1). Indeed, everything just seems to work a bit better, probably because problems are more likely to be able to find the user instance of dbus.
* Switch from youtube-dl to yt-dlpTom Ryder2022-01-271-4/+4
|
* Switch to newsboat-dtach system service methodTom Ryder2021-08-171-3/+2
|