From 1c40449340e208ca3017603a17ae40fb5918f7f0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 4 Jul 2013 05:11:17 +0200 Subject: [PATCH] move xmodmap call to xprofile yeah... I should start xmodmap regardless of being in awesome --- awesome/autostart.lua | 1 - xprofile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/autostart.lua b/awesome/autostart.lua index ab9fbca..a4a2f4c 100644 --- a/awesome/autostart.lua +++ b/awesome/autostart.lua @@ -1,6 +1,5 @@ local utils = require("utils") -utils.run_once("xmodmap", "~/.Xmodmap") utils.run_once("qupzilla") utils.run_once("kopete") utils.run_once("quassel") diff --git a/xprofile b/xprofile index c835729..62dae96 100644 --- a/xprofile +++ b/xprofile @@ -1 +1,2 @@ compton -b --config ~/.config/compton.conf +xmodmap ~/.Xmodmap -- 2.48.1