aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-06-23 22:46:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-06-23 22:46:52 +1200
commit8c23582694eed17689dd2192305c895b961344bf (patch)
tree42d9e3704a54f29c7eb7c6be264131bb5153da3f /Makefile
parentUse three dashes, no space for attribution m-dash (diff)
downloaddotfiles-8c23582694eed17689dd2192305c895b961344bf.tar.gz
dotfiles-8c23582694eed17689dd2192305c895b961344bf.zip
Move Caps-Ctrl modifier into .keyboard file
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa4d8ed1..e0f4b5f2 100644
--- a/Makefile
+++ b/Makefile
@@ -669,6 +669,7 @@ install-x: x/xsession check-xsession install-logrotate
cp -p -- x/xsession $(HOME)/.xsession
cp -p -- x/Xresources $(HOME)/.Xresources
cp -p -- x/Xresources.d/* $(HOME)/.Xresources.d
+ cp -p -- x/keyboard $(HOME)/.keyboard
cp -p -- x/logrotate/config.d/* $(XDG_CONFIG_HOME)/logrotate/config.d
install-yt-dlp install-youtube-dl: