From 45c1a1eb9ec247a6c9201483cfb45c7561c1d6a7 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Tue, 29 Jul 2025 01:43:35 +0200 Subject: [PATCH] farewell dolphin --- .memo/hyprland-ricing.txt | 5 +++-- hypr/hyprland/keybinds.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.memo/hyprland-ricing.txt b/.memo/hyprland-ricing.txt index 3b74940..a59dc2c 100644 --- a/.memo/hyprland-ricing.txt +++ b/.memo/hyprland-ricing.txt @@ -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 diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index cf40efc..be2a2eb 100755 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -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)