diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-04-02 08:27:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-02 08:27:24 +0700 |
commit | 50a0bad2997df44ba1c0285ac0296dc12bd04f07 (patch) | |
tree | 193ac964b3dd1d7b6060f7b31fec54232b852c09 /system/tbsm/README.SLACKWARE | |
parent | 37b91e23aedb710982426df7f40ce89583edb682 (diff) |
system/tbsm: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tbsm/README.SLACKWARE')
-rw-r--r-- | system/tbsm/README.SLACKWARE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/tbsm/README.SLACKWARE b/system/tbsm/README.SLACKWARE index d80360d4df..2a04e39c6a 100644 --- a/system/tbsm/README.SLACKWARE +++ b/system/tbsm/README.SLACKWARE @@ -1,6 +1,6 @@ -tbsm may run desktop sessions, such as dwm, without consolekit and dbus +tbsm may run desktop sessions, such as i3, without consolekit and dbus support. Thus, given that tbsm detects available .desktop files from /usr/share/xsessions, create a copy of the .desktop file and modify the Name and Exec lines as such: -Name=dwm-dbus -Exec=ck-launch-session dbus-launch --sh-syntax --exit-with-session dwm +Name=i3-dbus +Exec=ck-launch-session dbus-launch --sh-syntax --exit-with-session i3 |