Changed opening filemanager to be more application agnostic like before.

This commit is contained in:
2025-06-05 15:38:32 -04:00
parent 9ac5bf62c8
commit 7a43fcf680

View File

@@ -1,7 +1,7 @@
# key_binds.conf # key_binds.conf
# Set programs that you use # Set programs that you use
$fileManager = uwsm app -- org.kde.dolphin.desktop $fileManager = xdg-open "$HOME"
$menu = rofi -show drun -run-command "uwsm app -- {cmd}" $menu = rofi -show drun -run-command "uwsm app -- {cmd}"
#$menu = ags request -i launcher show #$menu = ags request -i launcher show
$screenshot = grim -g "$(slurp -d)" - | wl-copy $screenshot = grim -g "$(slurp -d)" - | wl-copy