add flameshot

This commit is contained in:
Daylin Morgan 2024-11-18 16:26:11 -06:00
parent 924582ab6b
commit 29e388d0af
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 19 additions and 7 deletions

View file

@ -0,0 +1,7 @@
[General]
contrastOpacity=188
disabledGrimWarning=true
drawColor=#0000ff
jpegQuality=85
savePath=/home/daylin/stuff/screenshots
showSelectionGeometry=0

View file

@ -13,8 +13,10 @@ bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
bind = $mainMod, N, exec, $termStart --class="float.editor" -e notes-commit
bind = $mainMod, T, exec, $termStart --class="float.editor" -e zk ei
bind = $mainMod SHIFT, L, exec, hyprlock
bind = $mainMod, S,exec, grimblast copy area
bind = $mainMod SHIFT,S, exec, grimblast edit area
bind = $mainMod, S, exec, flameshot gui
bind = $mainMod SHIFT, S, exec, flameshot screen
# bind = $mainMod, S,exec, grimblast copy area
# bind = $mainMod SHIFT,S, exec, grimblast edit area
bind = $mainMod, D, exec, makoctl dismiss
bind = $mainMod, C, exec, google-chrome-stable

View file

@ -1,9 +1,5 @@
windowrulev2 = tile,class:(Vivaldi-stable)
# prevent flameshot from requesting fullscreen
# windowrulev2 = nofullscreenrequest,class:^(flameshot)$,title:^(flameshot)
# windowrulev2 = float,class:^(flameshot)$,title:^(flameshot)
windowrulev2 = float,class:^(MultiViewer for F1)$
# notes-editor rules
@ -13,4 +9,11 @@ windowrulev2 = size 80% 80% ,class:^(float.editor)$
windowrulev2 = dimaround, class:^(float.editor)$
windowrulev2 = animation popin 50%, class:^(float.editor)$
# noanim isn't necessary but animations with these rules might look bad. use at your own discretion.
windowrulev2 = noanim, class:^(flameshot)$
windowrulev2 = float, class:^(flameshot)$
windowrulev2 = move 0 0, class:^(flameshot)$
windowrulev2 = pin, class:^(flameshot)$
# set this to your leftmost monitor id, otherwise you have to move your cursor to the leftmost monitor
# before executing flameshot
windowrulev2 = monitor 1, class:^(flameshot)$