mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
i3: just invoke "flameshot gui" to get a screenshot
It seems flameshot keeps running in background even if we ask for a raw capture. No point in trying to avoid that.
This commit is contained in:
parent
dcad9cfbd3
commit
de6be5e89d
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -138,7 +138,7 @@ bindsym $mod+Shift+r restart
|
||||||
# Lock screen and print screen
|
# Lock screen and print screen
|
||||||
bindsym XF86ScreenSaver exec --no-startup-id exec xset s activate
|
bindsym XF86ScreenSaver exec --no-startup-id exec xset s activate
|
||||||
bindsym $mod+Delete exec --no-startup-id exec xset s activate
|
bindsym $mod+Delete exec --no-startup-id exec xset s activate
|
||||||
bindsym Print exec --no-startup-id "flameshot gui -r | xclip -selection clipboard -t image/png"
|
bindsym Print exec --no-startup-id flameshot gui
|
||||||
|
|
||||||
# Quake window
|
# Quake window
|
||||||
bindsym $mod+grave nop "quake-console:$term:QuakeConsoleNeedsUniqueName:0.3"
|
bindsym $mod+grave nop "quake-console:$term:QuakeConsoleNeedsUniqueName:0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue