mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-30 18:34:00 +05:30
Improved media editing on hyprland
This commit is contained in:
parent
363cc405b9
commit
bd23b3785b
3 changed files with 16 additions and 3 deletions
|
@ -142,8 +142,9 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
|
|||
#-------------------------------------------
|
||||
# Images
|
||||
#-------------------------------------------
|
||||
mime ^image, has krita, X, flag f = krita "$@"
|
||||
mime ^image/svg, has inkscape, X, flag f = inkscape "$@"
|
||||
mime ^image, has pinta, X, flag f = pinta "$@"
|
||||
mime ^image, has krita, X, flag f = krita "$@"
|
||||
|
||||
#-------------------------------------------
|
||||
# Archives
|
||||
|
|
|
@ -315,6 +315,13 @@ in
|
|||
windowrulev2 = float,class:^(pokefinder)$
|
||||
windowrulev2 = float,class:^(Waydroid)$
|
||||
|
||||
windowrulev2 = float,class:^(blender)$
|
||||
windowrulev2 = float,class:^(org.inkscape.Inkscape)$
|
||||
windowrulev2 = float,class:^(pinta)$
|
||||
windowrulev2 = float,class:^(krita)$
|
||||
windowrulev2 = float,class:^(Gimp)
|
||||
windowrulev2 = float,class:^(Gimp)
|
||||
windowrulev2 = float,class:^(libresprite)$
|
||||
windowrulev2 = opacity 0.80,title:ORUI
|
||||
|
||||
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue