Integrating dmenu

Commit
416b7215cf2e49c53f9a642407cf2015516246a7
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
config-herbstluftwm-autostart.org
index 07dd6c1c..618228b9 100755..100755
@@ -15,7 +15,6 @@
15 15
16 16 {{{hl}}} is a manual tiling window manager. It has the particularity
17 17 of being configured via the ~herbstclient~ program.
18 Removed: hc keybind $Mod-p spawn dmenu_run_hlwm
19 18
20 19 #+begin_center
21 20 \Huge\textbf{Herbstluft}\\
@@ -47,7 +46,6 @@
47 46 plank &
48 47 #+END_SRC
49 48
50 Removed:
51 49 ** TODO Basic
52 50
53 51 We make {{{hl}}} execute code associated with the ~reload~ hook.
@@ -75,7 +73,7 @@
75 73 ** Basic
76 74
77 75 #+BEGIN_SRC shell
78 Removed: hc keybind $Mod-p spawn dmenu_run
76 Added: hc keybind $Mod-d spawn dmenu_run
79 77
80 78 hc keybind $Mod-Shift-q quit
81 79 hc keybind $Mod-Shift-r reload
@@ -187,7 +185,7 @@
187 185 hc keybind $Mod-Shift-f set_attr clients.focus.floating toggle
188 186 hc keybind $Mod-Shift-m set_attr clients.focus.minimized true
189 187 hc keybind $Mod-Control-m jumpto last-minimized
190 Removed: # hc keybind $Mod-p pseudotile toggle
188 Added: hc keybind $Mod-p pseudotile toggle
191 189 # The following cycles through the available layouts within a frame, but skips
192 190 # layouts, if the layout change wouldn't affect the actual window positions.
193 191 # I.e. if there are two windows within a frame, the grid layout is skipped.