From 342acec41182fb8b7749e5a9bbf6da858a51bc41 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 27 Mar 2024 12:31:20 -0400 Subject: [PATCH] hyprland/xfce: fixed incorrect/missing browser and terminal emulator for thunar --- home/hypr/default.nix | 3 +++ home/xfce/helpers.rc | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 home/xfce/helpers.rc diff --git a/home/hypr/default.nix b/home/hypr/default.nix index cba28a0b..62212abb 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -17,6 +17,7 @@ pyprland udiskie xdg-desktop-portal-hyprland + xfce.exo ]; wayland.windowManager.hyprland = { @@ -42,6 +43,8 @@ xdg.configFile."hypr/pyprland.toml".source = ./pyprland.toml; + xdg.configFile."xfce4/helpers.rc".source = ../xfce/helpers.rc; + home.pointerCursor = { gtk.enable = true; # x11.enable = true; diff --git a/home/xfce/helpers.rc b/home/xfce/helpers.rc new file mode 100644 index 00000000..c44f0cd7 --- /dev/null +++ b/home/xfce/helpers.rc @@ -0,0 +1,4 @@ +TerminalEmulator=alacritty +FileManager=thunar +WebBrowser=firefox +