Commit c6b993ef authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

So, have switched Mod key to alt... current work environment

necessitates using Mod1 so have gotten used to that.
parent e5f9bfcc
...@@ -33,10 +33,8 @@ ${color2}container layout (tabbed) - ${color}mod+w ...@@ -33,10 +33,8 @@ ${color2}container layout (tabbed) - ${color}mod+w
${color2}container layout (horiz) - ${color}mod+q ${color2}container layout (horiz) - ${color}mod+q
${color2}container layout (vert) - ${color}mod+e ${color2}container layout (vert) - ${color}mod+e
${color2}container layout (stck) - ${color}mod+s ${color2}container layout (stck) - ${color}mod+s
${color2}child container (tabbed) - ${color}mod+Alt+w ${color2}split container (horiz) - ${color}mod+z
${color2}child container (horiz) - ${color}mod+Alt+q ${color2}split container (vert) - ${color}mod+x
${color2}child container (vert) - ${color}mod+Alt+e
${color2}child container (stck) - ${color}mod+Alt+s
${color2}tab with next window - ${color}mod+z ${color2}tab with next window - ${color}mod+z
${color2}tab with previous window - ${color}mod+Shift+z ${color2}tab with previous window - ${color}mod+Shift+z
...@@ -57,5 +55,5 @@ ${color2}window dim disable[enable] - ${color}mod+Alt+[a|d] ...@@ -57,5 +55,5 @@ ${color2}window dim disable[enable] - ${color}mod+Alt+[a|d]
${color2}exit - ${color}mod+0 ${color2}exit - ${color}mod+0
${color2}help - ${color}mod+Shift+h ${color2}help - ${color}mod+Shift+h
${color2}mod = ${color}<Super> ${color2}mod = ${color}<alt>
]] ]]
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# MISC. SETTERS # MISC. SETTERS
# Set mod key ($mod_next=<Alt>, Mod4=<Super>) # Set mod key ($mod_next=<Alt>, Mod4=<Super>)
set $mod Mod4 set $mod Mod1
set $mod_next Mod1 set $mod_next Mod4
set $border_no_name border pixel 5 set $border_no_name border pixel 5
set $border_normal border normal 5 set $border_normal border normal 5
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment