farewell dolphin

This commit is contained in:
2025-07-29 01:43:35 +02:00
parent 6d49a475b1
commit 45c1a1eb9e
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ full KDE Plasma 6 setup # not essential for sure
kcalc/kalc # calculator(s), what's the difference?
kcolorchooser # or hyprpicker
pipewire & friends
...
... # including other things I (may) have forgotten to list below
# hypr*
hyprland
@@ -19,8 +19,9 @@ hyprland-plugin-hyprexpo # scale workspaces and put them in a grid
# xdg-desktop-portal*
xdg-desktop-portal
xdg-desktop-portal-kde # Dolphin as file picker (for firefox, change value of widget.use-xdg-desktop-portal.file-picker in about:config if not working correctly)
xdg-desktop-portal-hyprland # not working with my Intel iGPU, but fine with NVIDIA dGPU
xdg-desktop-portal-gtk # for file picker
xdg-desktop-portal-gnome # why not?
# terminal emulator(s)
kitty # normal terminal

View File

@@ -4,7 +4,7 @@
#!
##! Apps
bind = Super, C, exec, code --password-store=gnome-libsecret # Launch VSCode (editor)
bind = Super, E, exec, dolphin --new-window # Launch Dolphin (file manager)
bind = Super, E, exec, nautilus --new-window # Launch file manager
bind = Super, W, exec, firefox --new-window # Launch Firefox
bind = Super, X, exec, kwrite # Launch GNOME Text Editor
bind = Super, B, exec, killall btop || ghostty -e btop # Launch btop (system monitor)