From 776dc392228070ffd18b7424e1fca1950de16a85 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Wed, 5 Feb 2020 21:58:42 -0500 Subject: [PATCH] xprofile: use ~/rc for Xresources --- applications/xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/xprofile b/applications/xprofile index a9b7a34..ba5136f 100644 --- a/applications/xprofile +++ b/applications/xprofile @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # IME setup export GTK_IM_MODULE=ibus @@ -16,7 +16,7 @@ export EDITOR=vim export WINEPREFIX=$HOME/progs/winepfx # run user startup jobs -xrdb -merge ~/.Xresources +xrdb -merge ~/rc/applications/Xresources ibus-daemon & mpd & oneko -sakura -tofocus &