Shell: X resolution reset.

Ranger: games shortcuts (iso mount, etc.)
master
Pierre Neidhardt 2013-02-02 01:23:05 +01:00
parent f78edb8e02
commit 30490fbedb
2 changed files with 8 additions and 1 deletions

View File

@ -44,7 +44,8 @@ map DD shell trash-put -- %s
## Extraction. Ranger uses '1l', but does not work when extension is not
## right. Using atools instead.
map ex shell aunpack -e %s
map exe shell aunpack -e %s
map exg shell aunpack -e %s -X "$HOME/games/"
## Git
map ega shell -w git add %s
@ -62,6 +63,10 @@ map es shell -w submarine %f
## Audio
map ea shell cmus-remote -P %s
## Mount iSO
map em shell fuseiso -p %f ~/iso
map eu shell fusermount -qu ~/iso
# Quick moves
map K move up=5
map J move down=5

View File

@ -92,6 +92,8 @@ alias xmorphsw='xrandr --output $(xrandr | grep "\<connected\>" | cut -f1 -d" ")
alias xmorphzo='xrandr --output $(xrandr | grep "\<connected\>" | cut -f1 -d" ") --scale 1.2x1.2'
alias xmorphzi='xrandr --output $(xrandr | grep "\<connected\>" | cut -f1 -d" ") --scale 0.8x0.8'
alias xres='xrandr -s $(xrandr | awk '"'"'/^ / {print $1;exit}'"'"')'
##==============================================================================
## Emacs
##==============================================================================