add support for starting a file manager daemon using the WM

This commit is contained in:
LordMZTE 2023-03-06 13:54:33 +01:00
parent e4a6891101
commit f41e2803e7
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
2 changed files with 6 additions and 0 deletions

View File

@ -224,6 +224,11 @@ exec conky
# wired notification daemon
exec wired
<! if opt.commands.file_manager_daemon then !>
# start file manager daemon
exec <% opt.commands.file_manager_daemon %>
<! end !>
# border toggle
bindsym $mod+b border toggle

View File

@ -18,6 +18,7 @@ opts.commands = {
email = "claws-mail",
calculator = "qalculate-gtk",
file_manager = "thunar",
file_manager_daemon = "thunar --daemon",
-- zenity-compatible dialoger
zenity = "yad",