Edward Liu

Commit
7d30925262024dfec53c5c2a8329c5a198b8365a
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
herbstluftwm-autostart.org
index 8057097e..7cdd41cb 100755..100755
@@ -85,6 +85,15 @@
85 85 #+END_SRC
86 86
87 87
88 Added: ** Basic interaction with {{{hl}}}
89 Added:
90 Added: #+BEGIN_SRC shell
91 Added: hc keybind $Mod-Shift-q quit
92 Added: hc keybind $Mod-Shift-r reload
93 Added: hc keybind $Mod-Shift-c close
94 Added: #+END_SRC
95 Added:
96 Added:
88 97 ** Open programs interactively
89 98
90 99 #+BEGIN_SRC shell
@@ -92,12 +101,10 @@
92 101 #+END_SRC
93 102
94 103
95 Removed: ** Basic interaction with {{{hl}}}
104 Added: ** Close focused window or remove frame
96 105
97 106 #+BEGIN_SRC shell
98 Removed: hc keybind $Mod-Shift-q quit
99 Removed: hc keybind $Mod-Shift-r reload
100 Removed: hc keybind $Mod-Shift-c close
107 Added: hc keybind $Mod-q close_or_remove
101 108 #+END_SRC
102 109
103 110
@@ -110,6 +117,15 @@
110 117 #+END_SRC
111 118
112 119
120 Added: ** Start common applications
121 Added:
122 Added: We assign shortcuts to commonly used applications.
123 Added:
124 Added: #+BEGIN_SRC shell
125 Added: hc keybind $Mod-e spawn "emacsclient -nc -s main"
126 Added: #+END_SRC
127 Added:
128 Added:
113 129 ** Movement
114 130
115 131 Basic movement in tiling and floating mode focusing clients.
@@ -170,7 +186,6 @@
170 186 hc keybind $Mod-Control-Up resize up +$resizestep
171 187 hc keybind $Mod-Control-Right resize right +$resizestep
172 188 #+END_SRC
173 Removed:
174 189
175 190
176 191 ** Tags