From 655967427f521a51b2a0950b58e67cd1808e4e60 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 12 Mar 2019 14:55:38 +0100 Subject: [PATCH] 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). --- .config/bootstrap/pkg/x.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/bootstrap/pkg/x.csv b/.config/bootstrap/pkg/x.csv index 3781719..cee4640 100644 --- a/.config/bootstrap/pkg/x.csv +++ b/.config/bootstrap/pkg/x.csv @@ -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."