dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c04c6d0fddc5f0e99c2ec8ae27b36d936c8bf508
parent 37018c0ce9436c7bd57540cf0a052db5a1937b48
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat,  8 Dec 2018 16:44:22 +0100

Add gaps

Diffstat:
Mlinks/.i3/config | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/links/.i3/config b/links/.i3/config @@ -8,6 +8,9 @@ set $alt Mod1 font xft:PragmataPro 9 +gaps inner 10 +gaps outer 0 + # Window style # normal: default border, window title # 1pixel: 1 pixel border, no window title @@ -80,8 +83,7 @@ bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right # split in horizontal orientation -bindsym $alt+l split h -#bindsym $mod+Control+l split h +bindsym $mod+Control+l split h # split in vertical orientation #bindsym $alt+j split v @@ -187,6 +189,8 @@ bar { } # auto-start programs +exec --no-startup-id unclutter +#exec --no-startup-id xcompmgr exec --no-startup-id nm-applet exec --no-startup-id i3-msg 'workspace 2; exec firefox; layout tabbed' exec --no-startup-id i3-msg 'workspace 1; exec urxvt -e tmux-utility.sh'