qtile: add new-window flag to file-manager

This commit is contained in:
Guilherme Rugai Freire 2021-12-19 00:29:49 -03:00
parent 7abc01633a
commit 152168bdac
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -20,7 +20,7 @@ ALT = "mod1"
TERMINAL = "alacritty"
LAUNCHER = "rofi -icon-theme 'Paper' -show-icons -show drun"
WEB = "firefox"
FILE_MANAGER = "pcmanfm --no-desktop"
FILE_MANAGER = "pcmanfm --no-desktop -n"
CLIPBOARD_MANAGER = "rofi -modi \"clipboard:greenclip print\" -show clipboard -run-command '{cmd}'"
SCREENSHOT = "gnome-screenshot"
SCREENSHOT_UTILITY = "gnome-screenshot -i"