aboutsummaryrefslogtreecommitdiffstats
path: root/X11
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-11-20 12:00:50 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-11-20 12:00:50 +0100
commita295e15407246588d665e581613de097d185323f (patch)
tree9026b60553c3a7b4c9e18f7c712132252e8156bc /X11
parent2c67f86f8036055fae38c830a3bf4dbabea92c8c (diff)
downloaddotfiles-a295e15407246588d665e581613de097d185323f.tar.xz
xinitrc: Actually bash
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11')
-rwxr-xr-x[-rw-r--r--]X11/xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/xinitrc b/X11/xinitrc
index 5774dd6..bd8b4d3 100644..100755
--- a/X11/xinitrc
+++ b/X11/xinitrc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# ~/.xinitrc
#
@@ -7,6 +7,6 @@
systemctl --user import-environment DISPLAY XAUTHORITY SSH_AGENT_PID SSH_AUTH_SOCK
systemctl --user restart dumpwatch
-[[ -f "$XDG_CONFIG_HOME"/X11/Xmodmap ]] && xmodmap "$XDG_CONFIG_HOME"/X11/Xmodmap
+[[ -f "$XDG_CONFIG_HOME"/X11/Xmodmap ]] && xmodmap "$XDG_CONFIG_HOME"/X11/Xmodmap -v
exec i3 -c "$XDG_CONFIG_HOME"/i3/config