diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index e2c78a7f..4dd0d258 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -5,14 +5,14 @@ windowrulev2 = workspace 22 silent,class:^(discord)$ ## Base Rules -$center-float = class:^(center-float)$|^(file-roller)$|^(.*easyeffects.*)$ +$center-float = class:^(center-float)$|^(file-roller)$|^(.*easyeffects.*)$|^(Geeqie)$ windowrulev2 = float,$center-float windowrulev2 = size 70% 70%,$center-float windowrulev2 = center 1,$center-float ## Float Rules -windowrule = float, xfce-polkit|galculator|wleave|Geeqie|title:Open File|title:Open Folder|title:branchdialog|nwg-look|nm-connection-editor +windowrule = float, xfce-polkit|galculator|wleave|title:Open File|title:Open Folder|title:branchdialog|nwg-look|nm-connection-editor ## Workspaces diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index e92b84e4..ffc7fa76 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -21,7 +21,7 @@ archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }] pdf = [{ exec = 'zathura "$1"', desc = "Open" }] text = [{ exec = '$EDITOR "$@"', block = true }] image = [ - { exec = 'geeqie --class center-float "$@"', desc = "Open" }, + { exec = 'geeqie "$@"', desc = "Open" }, { exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" }, ] video = [