diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 11:34:11 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 11:50:15 +0100 |
commit | 81c3ccaf4ececc6ac34f215a3c44e34197dd6dea (patch) | |
tree | b1469249f29e3aa5d54d15739e90489014f586f7 /i3 | |
parent | b5503ebe29748c26681aef930e6b7f005f64c2ea (diff) | |
download | dotfiles-81c3ccaf4ececc6ac34f215a3c44e34197dd6dea.tar.xz |
i3: Enable smart hiding of edge borders
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ set $mod Mod4 font pango:Inter UI Medium 12 floating_modifier $mod +hide_edge_borders smart bindsym $mod+Return exec termite bindsym $mod+Shift+q kill bindsym $mod+d exec --no-startup-id "/usr/bin/j4-dmenu-desktop --dmenu='dmenu -i -fn DejaVu\ Sans\ Mono\ 9' --term=/usr/bin/termite" |