summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 &