diff options
-rw-r--r-- | conky/.conkyrc | 4 | ||||
-rw-r--r-- | i3wm/.i3/config | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc index 0e36484..e74d4a2 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -39,6 +39,10 @@ TEXT ${else}\ ${if_up wwp0s29u1u4i6}\ {\ + "full_text" : "",\ + "separator" : false\ + },\ + {\ "full_text" : "${addr wwp0s29u1u4i6}",\ "color" : "\#909737",\ "separator" : false\ diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 77efc65..e1472df 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -39,7 +39,7 @@ bindsym $mod+6 workspace 6 bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 -bindsym $mod+0 workspace 10 +bindsym $mod+0 workspace 0 bindsym Control+Mod1+Right workspace next_on_output bindsym Control+Mod1+Left workspace prev_on_output @@ -54,7 +54,7 @@ bindsym $mod+Shift+ampersand move container to workspace 6 bindsym $mod+Shift+slash move container to workspace 7 bindsym $mod+Shift+parenleft move container to workspace 8 bindsym $mod+Shift+parenright move container to workspace 9 -bindsym $mod+Shift+equal move container to workspace 10 +bindsym $mod+Shift+equal move container to workspace 0 bindsym $mod+r mode "resize" |