|
@@ -64,9 +64,9 @@ bindsym $mod+v split v
|
64
|
64
|
bindsym $mod+f fullscreen
|
65
|
65
|
|
66
|
66
|
# change container layout (stacked, tabbed, toggle split)
|
67
|
|
-bindsym $mod+s layout stacking
|
68
|
|
-bindsym $mod+w layout tabbed
|
69
|
|
-bindsym $mod+e layout toggle split
|
|
67
|
+bindsym $mod+Shift+s layout stacking
|
|
68
|
+bindsym $mod+Shift+w layout tabbed
|
|
69
|
+bindsym $mod+Shift+d layout toggle split
|
70
|
70
|
|
71
|
71
|
# toggle tiling / floating
|
72
|
72
|
bindsym $mod+Shift+space floating toggle
|
|
@@ -156,6 +156,7 @@ bindsym $mod+o exec sudo service openvpn restart
|
156
|
156
|
bindsym $mod+i exec sudo service openvpn restart g75-internet
|
157
|
157
|
bindsym $mod+n exec netsoul
|
158
|
158
|
bindsym $mod+c exec chromium-browser
|
|
159
|
+bindsym $mod+e exec sudo dhclient eth0
|
159
|
160
|
|
160
|
161
|
bindsym $mod+p exec wakeserv4-alert.sh
|
161
|
162
|
|