all repos — dotfiles @ 2e22b147400c0c3e187a0087a14160007436624d

linux dotfiles

update i3 and zshrc
prithugoswami prithugoswami524@gmail.com
Tue, 22 May 2018 08:23:23 +0530
commit

2e22b147400c0c3e187a0087a14160007436624d

parent

e2c7f07f60a8c604c5c445507fc9862a88c9c81a

2 files changed, 6 insertions(+), 3 deletions(-)

jump to
M .zshrc.zshrc

@@ -76,7 +76,6 @@ # Add wisely, as too many plugins slow down shell startup.

plugins=( git vi-mode - emoji adb )

@@ -121,3 +120,5 @@ # export ARCHFLAGS="-arch x86_64"

# ssh # export SSH_KEY_PATH="~/.ssh/rsa_id" + +source alias.sh
M i3/configi3/config

@@ -68,12 +68,14 @@ bindsym $mod+F3 exec urxvt -e "ranger"

bindsym $mod+Shift+F3 exec gksu pcmanfm bindsym $mod+F5 exec terminal -e 'mocp' bindsym $mod+t exec --no-startup-id pkill compton +bindsym $mod+b exec --no-startup-id urxvt -e "ranger" bindsym $mod+Ctrl+t exec --no-startup-id compton -b #bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'" + +# Screenshot bindsym Print exec --no-startup-id i3-scrot bindsym $mod+Print --release exec --no-startup-id i3-scrot -w bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s -bindsym $mod+Ctrl+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf bindsym $mod+Ctrl+x --release exec --no-startup-id xkill focus_follows_mouse no

@@ -105,7 +107,7 @@

# workspace back and forth (with/without active container) workspace_auto_back_and_forth no bindsym $mod+Tab workspace back_and_forth -bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth +bindsym $mod+Shift+Tab move container to workspace back_and_forth; workspace back_and_forth # split orientation bindsym $mod+m split h