From: Samir Benmendil Date: Thu, 4 Jul 2013 03:11:17 +0000 (+0200) Subject: move xmodmap call to xprofile X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1c40449340e208ca3017603a17ae40fb5918f7f0?ds=sidebyside move xmodmap call to xprofile yeah... I should start xmodmap regardless of being in awesome --- 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