commit 49cd9e5eee5ad1c68fd723edae81c9c5d12eaab7
parent 0c96e1ead1885aac31acde4f73928e7c865bf910
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Sat,  9 May 2020 09:39:19 +0200

Changes aliases and gaps in i3

Diffstat:
Mdot_config/i3/config | 2+-
Mdot_config/zsh/aliases.tmpl | 5++---
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dot_config/i3/config b/dot_config/i3/config @@ -202,7 +202,7 @@ exec --no-startup-id xautolock -detectsleep -corners 0-00 -time 5 -locker "$HOME # borders and gaps for_window [class="^.*"] border pixel 2 -gaps inner 15 +gaps inner 10 smart_gaps on smart_borders on diff --git a/dot_config/zsh/aliases.tmpl b/dot_config/zsh/aliases.tmpl @@ -24,9 +24,8 @@ alias bvw="firefox $HOME/Documents/wiki/build/html/index.html" {{- if ne .chezmoi.hostname "fme-desktop" }} # Zsh aliases -alias -g l="|less" -alias -g e="|entr" -alias -g null="> /dev/null 2>&1" +alias -g L="|less" +alias -g NULL="> /dev/null 2>&1" {{- end }} # Chezmoi