myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 13da78aab21b1aa387e4f9c7fd5ea3a7345e1d17
parent aeb956fcd2fed33eff38778eb898f7135680e284
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 18 Oct 2015 18:42:01 +0200

xpass

Diffstat:
i3/config | 3+++
zsh/alias | 5+++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/i3/config b/i3/config @@ -9,6 +9,8 @@ # # Please see http://i3wm.org/docs/userguide.html for a complete reference! +# exec compton -CGb + set $mod Mod4 # font for window titles. ISO 10646 = Unicode @@ -27,6 +29,7 @@ bindsym $mod+Return exec "urxvtcd -e ~/bin/urxvt_startup" bindsym $mod+b exec "firefox" bindsym $mod+o exec "urxvtcd -e ~/bin/my-mutt" bindsym $mod+i exec "urxvtcd -e ~/bin_private/weechat" +bindsym $mod+Shift+s exec ~/bin/xpass # kill focused window bindsym $mod+Shift+c kill diff --git a/zsh/alias b/zsh/alias @@ -60,3 +60,8 @@ alias pingoo="ping google.com" alias ssh-copy-id='ssh-copy-id -o "ControlPath=/nowhere" -o "ControlMaster=no"' alias ww="vim -c 'VimwikiIndex'" +alias youtubedl='youtube-dl --restrict-filenames' + +alias nmcli="nmcli -p" +alias pass="echo 'use win-shift-s; aborted'; false" +