zsh: added 2 aliases to launch Xephyr with one or two screens

master
Guillaume Dott 2012-11-18 20:22:19 +01:00
parent 142604f152
commit fcc9df0b13
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ alias ls='ls --color=auto'
alias windows='sudo grub-reboot 2;sudo reboot'
alias youtube='quvi --exec "mplayer %u"'
alias poweroff='sudo poweroff'
alias xephyr-dualscreen='Xephyr -ac -br -noreset -screen 800x600 -screen 800x600 :1& DISPLAY=:1; setxkbmap fr bepo'
alias xephyr-onescreen='Xephyr -ac -br -noreset -screen 800x600 :1& DISPLAY=:1; setxkbmap fr bepo'
alias -s pdf=zathura
alias -s ps=gv