From a295e15407246588d665e581613de097d185323f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Nov 2017 12:00:50 +0100 Subject: xinitrc: Actually bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- X11/xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 X11/xinitrc (limited to 'X11') diff --git a/X11/xinitrc b/X11/xinitrc old mode 100644 new mode 100755 index 5774dd6..bd8b4d3 --- 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 -- cgit v1.2.3-54-g00ecf