add flameshot
This commit is contained in:
parent
924582ab6b
commit
29e388d0af
3 changed files with 19 additions and 7 deletions
7
home/private_dot_config/flameshot/flameshot.ini
Normal file
7
home/private_dot_config/flameshot/flameshot.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[General]
|
||||
contrastOpacity=188
|
||||
disabledGrimWarning=true
|
||||
drawColor=#0000ff
|
||||
jpegQuality=85
|
||||
savePath=/home/daylin/stuff/screenshots
|
||||
showSelectionGeometry=0
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)$
|
||||
|
|
Loading…
Reference in a new issue