Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Xorg

Xinit

vim .xinitrc
session=${1:-xfce}

case $session in
	xfce|xfce4        ) exec startxfce4;;
	i3|i3wm           ) exec i3;;
	*                 ) exec $1;;
sac
startx ~/.xinitrc <xfce/i3/*>

xprofile

sudo pacman -S xorg-xev
xev
# Get your keyboard key's keycode

reference