diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index c254872..61f4fc5 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -213,11 +213,13 @@ in # if !laptop then "workspace 1,mpv" "float,org.kde.dolphin" "float,thunar" + "float,title:dadired" "float,com.system76.CosmicFiles" "float,org.freedesktop.impl.portal.desktop.kde" "float,nm-tray" "size 60% 60%,org.kde.dolphin" "size 60% 60%,thunar" + "size 60% 60%,title:dadired" "size 60% 60%,com.system76.CosmicFiles" "size 60% 60%,org.freedesktop.impl.portal.desktop.kde" "float,mpv" @@ -257,7 +259,7 @@ in "SUPERSHIFT,F,togglefloating," "SUPER,w,exec,rofi -i -show window" "SUPER,E,exec,/home/chris/bin/emacslof" - "SUPER,d,exec,emacsclient -c -e '(dired-jump)'" + "SUPER,d,exec,emacsclient -c -F '`(name . \"dadired\")' -e '(dired-jump)'" "SUPER,v,exec,cliphist list | rofi -p '󱃔 ' -dmenu -theme ~/.config/rofi/launchers-git/laptop-rbw-wayland.rasi | cliphist decode | wl-copy" "SUPER,B,exec,/home/chris/bin/fflof" "SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"