[Shell] Personal dotfiles and scripts to deploy them.
Literato!
herbstluftwm-autostart.org
@@ -263,7 +263,7 @@
263
263
hc set always_show_frame on
264
264
hc set frame_bg_transparent on
265
265
hc set frame_transparent_width 5
266
Removed:
hc set frame_gap 4
266
Added:
hc set frame_gap 0
267
267
#+END_SRC
268
268
269
269
@@ -300,11 +300,27 @@
300
300
301
301
** Window appearance
302
302
303
Added:
Gap between windows, tiled in a frame.
304
Added:
303
305
#+BEGIN_SRC shell
304
306
hc set window_gap 24
307
Added:
#+END_SRC
308
Added:
309
Added:
We could reserve extra room on the edges of a given frame.
310
Added:
311
Added:
#+BEGIN_SRC shell
305
312
hc set frame_padding 0
313
Added:
#+END_SRC
314
Added:
315
Added:
If only one window exists in a given frame, no border gap is added. If
316
Added:
only one frame exists on a given monitor, no border gap is added.
317
Added:
318
Added:
#+BEGIN_SRC shell
306
319
hc set smart_window_surroundings on
307
320
hc set smart_frame_surroundings on
321
Added:
#+END_SRC
322
Added:
323
Added:
#+BEGIN_SRC shell
308
324
hc set mouse_recenter_gap 0
309
325
#+END_SRC
310
326