Merge branch 'user/okmans/fix-pcmanfm-daemon' into 'master'

Fix the pcmanfm-qt daemon start command

See merge request tile-os/tileos-settings-sway!11
This commit is contained in:
Aleksey Samoilov 2024-08-17 19:42:13 +00:00
commit cd1155de86

View file

@ -104,7 +104,7 @@ set $switch_toplevel '[ -f /usr/share/sway/scripts/switch-top-level.py ] && /usr
set $kanshi '[ -x "$(command -v kanshi)" ] && pkill kanshi; exec kanshi'
# Start PCmanFM-Qt as a daemon
set $pcmanfm_daemon '[ -x "$(command -v pcmanfm)" ] && pcmanfm-qt -d'
set $pcmanfm_daemon '[ -x "$(command -v pcmanfm-qt)" ] && pcmanfm-qt -d'
# Clipboard manager
set $cliphist_store '[ -x "$(command -v wl-paste)" ] && [ -x "$(command -v cliphist)" ] && wl-paste --watch cliphist store'