summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-07-08 15:58:59 +0200
committerStefan Ritter <xeno@thehappy.de>2009-07-08 15:58:59 +0200
commita4a96be981629ffaa6f8db5ebb5a8f52bba4baf0 (patch)
tree850b3e83b0b6b3e595b1d7cf72f4477bdf452b16
parentb63db17e69889a00f5b21854d957c7ac4c74b6d1 (diff)
Added transset foo
-rw-r--r--awesomerc1
-rwxr-xr-xxinitrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/awesomerc b/awesomerc
index b9de38b..205db5e 100644
--- a/awesomerc
+++ b/awesomerc
@@ -64,6 +64,7 @@ mouse {
keys {
key { modkey = {"Mod1"} key = "q" command = "spawn" arg = "`dmenu_path | dmenu` && eval \"exec $exe\"" }
+ key { modkey = {"Mod1"} key = "w" command = "spawn" arg = "transset" }
key { modkey = {"Mod1"} key = "Return" command = "spawn" arg = "exec x-terminal-emulator" }
key { modkey = {"Mod1"} key = "l" command = "spawn" arg = "exec slock" }
key { modkey = {"Mod1"} key = "space" command = "tag_setlayout" arg = "+1" }
diff --git a/xinitrc b/xinitrc
index 81c2521..2399e4f 100755
--- a/xinitrc
+++ b/xinitrc
@@ -6,6 +6,7 @@ source ~/.keychain/`hostname`-sh > /dev/null
feh --bg-scale ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/pictures/wallpaper/ | wc -l)+1))p)
xset s off
+xcompmgr &
killall awesome_bar.sh
etc/awesome_bar.sh &