mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 02:03:48 +01:00
add support for starting a file manager daemon using the WM
This commit is contained in:
parent
e4a6891101
commit
f41e2803e7
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue