From a45ce4dcd69a38d3276eee3e295e8b5bd796b83e Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 8 Jan 2020 17:57:51 +0100 Subject: [PATCH] Change file explorer --- .config/i3/config_common | 6 ++---- .zshrc | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 075d7e9..389f698 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -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 diff --git a/.zshrc b/.zshrc index 54c1fc8..198ac8f 100644 --- a/.zshrc +++ b/.zshrc @@ -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