summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-08-16 09:42:37 +0200
committerAnton Khirnov <anton@khirnov.net>2021-08-16 09:42:37 +0200
commit02b5c6122ee1fee4e655fc6790c7cd0c7be9dc7d (patch)
treedb134ec54cde551dd68344c23c905eaec14dfc4b /dotfiles
parent2fc4ebd66ae0abce87574020bfaff14db022087a (diff)
Xsession: start fbxkb/parcellite
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xsession6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/Xsession b/dotfiles/Xsession
index 45c1c27..0ee6946 100644
--- a/dotfiles/Xsession
+++ b/dotfiles/Xsession
@@ -3,6 +3,12 @@
# screen locker
xscreensaver &
+# keyboard layout indicator
+fbxkb &
+
+# clipboard manager
+parcellite &
+
# on FIDO HW key add/remove, update the SSH agent
udev_match --subsystem=hidraw --match=ACTION=remove --match=ID_FIDO_TOKEN=1 ssh_sk_clean &
udev_match --subsystem=hidraw --match=ACTION=add --match=ID_FIDO_TOKEN=1 "ssh-add -K" &