From 4fe446437f94e999a180692c9ea69c7075c0f42c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 22:17:06 +0100 Subject: Fixing everything with the new XDG directories --- config/startx/xinitrc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 config/startx/xinitrc (limited to 'config/startx/xinitrc') diff --git a/config/startx/xinitrc b/config/startx/xinitrc deleted file mode 100755 index 860fed2..0000000 --- a/config/startx/xinitrc +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env sh - -# xinput disable 'ETPS/2 Elantech Touchpad' & - -echo 'Starting redshift' -redshift -c $HOME/.config/redshift.conf & -echo 'Starting dunst' -dunst & -xset r rate 200 50 - -case "$(cat /etc/hostname)" in - cacharle-main) - xrandr --output DVI-0 --auto --left-of DVI-1 \ - --output DVI-1 --mode 1920x1080 --primary --left-of HDMI-0 \ - --output HDMI-0 --mode 1920x1080 - ;; - - charles-laptop) - xrandr | grep 'VGA1.*connected' && - xrandr --output LVDS1 --primary --left-of VGA1 \ - --output VGA1 --mode 1280x1024 - ;; -esac - -exec xmonad -- cgit