aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SystemdGraphicalSession/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/README.md b/SystemdGraphicalSession/README.md
index b82668f..c987c5d 100644
--- a/SystemdGraphicalSession/README.md
+++ b/SystemdGraphicalSession/README.md
@@ -9,6 +9,7 @@ graphical-session.target
-> xdg-desktop-autostart.target # XDG Autostart (slice: app. In fact daemons like blueman-applet should be in background slice)
-> xrdb.service # xrdb merge
-> notification-daemon.service # libnotify daemon (alias: deadd-notification-center, slice: app)
+ -> xbindkeys.service # Keyboard shortcuts (slice: session)
User programs (e.g. xterm, rofi and their children) are started under separate scopes. I'm not sure if that's light enough.
@@ -17,3 +18,5 @@ Environment variables are managed by `environment.d(5)`.
To start: `systemctl --user start --wait gui-session.target` (put in your `.xinitrc`).
To be continued. This configuration has flaws.
+
+Keyboard shortcuts are managed by `xbindkeys.service`.