[Shell] Personal dotfiles and scripts to deploy them.
Integrating dmenu
config-herbstluftwm-autostart.org
@@ -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.