From 2422b1e2f261fcdc3f7577dbaca5cf1d081f14ca Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 27 Nov 2017 01:51:59 +0100 Subject: Fix xmodmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- X11/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X11/xinitrc') diff --git a/X11/xinitrc b/X11/xinitrc index bd8b4d3..e184715 100755 --- a/X11/xinitrc +++ b/X11/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 -v +xmodmap "$XDG_CONFIG_HOME"/X11/Xmodmap exec i3 -c "$XDG_CONFIG_HOME"/i3/config -- cgit v1.2.3-54-g00ecf