Change file explorer

master
Quentin Duchemin 2020-01-08 17:57:51 +01:00
parent a6126199c5
commit a45ce4dcd6
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 3 additions and 5 deletions

View File

@ -94,10 +94,8 @@ bindsym $mod+l exec --no-startup-id $Locker && sleep 1
# lock and suspend to RAM
bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend
# open explorer without last tabs
bindsym Mod4+e exec spacefm -n
# open explorer with last tabs (sym to Ctrl+T, Ctrl+Maj+T)
bindsym Mod4+Shift+e exec spacefm
# open Explorer
bindsym Mod4+e exec nemo
# screenshot and save to file
bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s

2
.zshrc
View File

@ -113,7 +113,7 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net
# Start ssh-agent and retain passphrase for 1 hour
# ssh-add is not used for convenience
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
eval "$(ssh-agent -s -t 3600)"
eval "$(ssh-agent -s -t 3600)" &>/dev/null
alias lt='ls -lath'
export PATH=${PATH}:~/picasoft/pass