From fcc9df0b13d5bbb9424a4fd2d2432c5c2da64112 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Sun, 18 Nov 2012 20:22:19 +0100 Subject: [PATCH] zsh: added 2 aliases to launch Xephyr with one or two screens --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 7be7d68..94b35ec 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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