From 628cbe46ff0e0f15c10db4ce93927b2403c539d0 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 26 Feb 2021 11:49:35 +0100 Subject: Updated muttrc to use urlscan instead of urlview since it doesn't support XDG dirs --- config/x11/xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/x11/xinitrc') diff --git a/config/x11/xinitrc b/config/x11/xinitrc index e50cfa6..fb35c3a 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin sh # xinput disable 'ETPS/2 Elantech Touchpad' & @@ -7,7 +7,7 @@ redshift & echo 'Starting dunst' dunst & xset r rate 200 50 -pulseaudio -D +# pulseaudio -D case "$(cat /etc/hostname)" in cacharle-main) -- cgit