|
@@ -27,14 +27,6 @@ font pango:DejaVu Sans Mono 11
|
27
|
27
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
28
|
28
|
floating_modifier $mod
|
29
|
29
|
|
30
|
|
-# kill focused window
|
31
|
|
-bindsym $mod+Shift+q kill
|
32
|
|
-
|
33
|
|
-# start dmenu (a program launcher)
|
34
|
|
-# There also is the (new) i3-dmenu-desktop which only displays applications
|
35
|
|
-# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
36
|
|
-# installed.
|
37
|
|
-
|
38
|
30
|
# change focus
|
39
|
31
|
bindsym $mod+h focus left
|
40
|
32
|
bindsym $mod+j focus down
|
|
@@ -141,12 +133,11 @@ mode "mark" {
|
141
|
133
|
bindsym Return mode "default"
|
142
|
134
|
}
|
143
|
135
|
|
|
136
|
+
|
144
|
137
|
# reload the configuration file
|
145
|
138
|
#bindsym $mod+Shift+c reload
|
146
|
139
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
147
|
140
|
bindsym $mod+Shift+r restart
|
148
|
|
-# exit i3 (logs you out of your X session)
|
149
|
|
-bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit' 'i3-msg exit'"
|
150
|
141
|
|
151
|
142
|
|
152
|
143
|
bindsym $mod+r mode "resize"
|