add xcape as default package for x group

used to map capslock both to control (when pressed together with
other keys) and escape (when pressed on its own).
This commit is contained in:
Marty Oehme 2019-03-12 14:55:38 +01:00
parent ed71470287
commit 655967427f

View file

@ -3,6 +3,7 @@
,xorg-xauth,"manages X authentication settings."
,xclip,"allows for copying and pasting from the command line."
,xdotool,"provides window action utilities on the command line."
,xcape,"allows using keys for different things whether pressed on their own or with others. For example, map capslock to escape."
,i3-gaps,"is the main graphical user interface and window manager."
,i3blocks,"is the status bar block provider for i3."
,i3status,"is the status bar for i3."

1 xorg-server is the graphical server.
3 xorg-xauth manages X authentication settings.
4 xclip allows for copying and pasting from the command line.
5 xdotool provides window action utilities on the command line.
6 xcape allows using keys for different things whether pressed on their own or with others. For example, map capslock to escape.
7 i3-gaps is the main graphical user interface and window manager.
8 i3blocks is the status bar block provider for i3.
9 i3status is the status bar for i3.