⚙️ config(hypr): geeqie rule altered
This commit is contained in:
parent
2bc0a4980f
commit
f69504c0a5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue