summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awesomerc2
-rw-r--r--tmux.conf9
2 files changed, 10 insertions, 1 deletions
diff --git a/awesomerc b/awesomerc
index 205db5e..8bb1d09 100644
--- a/awesomerc
+++ b/awesomerc
@@ -64,7 +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 = "c" 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/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..d78b31a
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,9 @@
+setw -g utf8 on
+setw -g automatic-rename on
+setw -g clock-mode-style 24
+setw -g monitor-activity on
+
+set -g bell-action any
+set -g status-bg red
+set -g status-fg white
+set -g status-left '#H'