aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-02-22 11:29:46 -0800
committerTrumeet <yuuta@yuuta.moe>2022-02-22 11:29:46 -0800
commit7bf5f6b230ba2ee2121f240f4845c64d18582ea3 (patch)
tree38dc19fe6441bf4acdf27fc63a50b2ac55f0cbbb
parent40704b086e927a7a6256da1ac0a7e02404bfe5de (diff)
downloadgists-7bf5f6b230ba2ee2121f240f4845c64d18582ea3.tar
gists-7bf5f6b230ba2ee2121f240f4845c64d18582ea3.tar.gz
gists-7bf5f6b230ba2ee2121f240f4845c64d18582ea3.tar.bz2
gists-7bf5f6b230ba2ee2121f240f4845c64d18582ea3.zip
SystemdGraphicalSession: Update readme
-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`.