aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--X/xinitrc2
-rw-r--r--X/xmodmap (renamed from X/Xmodmap)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cc4b476..9855f46b 100644
--- a/Makefile
+++ b/Makefile
@@ -184,9 +184,9 @@ install-wyrd :
install-x :
install -m 0644 -- X/Xresources "$(HOME)"/.Xresources
- install -m 0644 -- X/Xmodmap "$(HOME)"/.Xmodmap
install -m 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc
install -m 0644 -- X/xinitrc "$(HOME)"/.xinitrc
+ install -m 0644 -- X/xmodmap "$(HOME)"/.xmodmap
test : test-sh test-bash test-bin test-urxvt
diff --git a/X/xinitrc b/X/xinitrc
index 2cf55105..010c45ba 100644
--- a/X/xinitrc
+++ b/X/xinitrc
@@ -2,7 +2,7 @@
xrdb "$HOME"/.Xresources
# Apply xmodmap definitions
-xmodmap "$HOME"/.Xmodmap
+xmodmap "$HOME"/.xmodmap
# Apply background image
feh --bg-scale -- "$HOME"/.i3/draugen.jpg
diff --git a/X/Xmodmap b/X/xmodmap
index 848bd5ce..848bd5ce 100644
--- a/X/Xmodmap
+++ b/X/xmodmap