Change file explorer
parent
a6126199c5
commit
a45ce4dcd6
|
@ -94,10 +94,8 @@ bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
||||||
# lock and suspend to RAM
|
# lock and suspend to RAM
|
||||||
bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend
|
bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend
|
||||||
|
|
||||||
# open explorer without last tabs
|
# open Explorer
|
||||||
bindsym Mod4+e exec spacefm -n
|
bindsym Mod4+e exec nemo
|
||||||
# open explorer with last tabs (sym to Ctrl+T, Ctrl+Maj+T)
|
|
||||||
bindsym Mod4+Shift+e exec spacefm
|
|
||||||
|
|
||||||
# screenshot and save to file
|
# screenshot and save to file
|
||||||
bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s
|
bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s
|
||||||
|
|
2
.zshrc
2
.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
|
# Start ssh-agent and retain passphrase for 1 hour
|
||||||
# ssh-add is not used for convenience
|
# ssh-add is not used for convenience
|
||||||
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
# 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'
|
alias lt='ls -lath'
|
||||||
export PATH=${PATH}:~/picasoft/pass
|
export PATH=${PATH}:~/picasoft/pass
|
||||||
|
|
Loading…
Reference in New Issue