mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
sway: simplify flameshot bindings, add flameshot dotfiles
This commit is contained in:
13
dotfiles/desktop/.config/flameshot/flameshot.ini
Normal file
13
dotfiles/desktop/.config/flameshot/flameshot.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
copyPathAfterSave=false
|
||||
disabledTrayIcon=true
|
||||
drawColor=#4a90d9
|
||||
drawThickness=3
|
||||
filenamePattern=%Y-%m-%d_%H-%M-%S
|
||||
savePath=/home/fscotto/Pictures/Screenshots
|
||||
savePathFixed=true
|
||||
showDesktopNotification=true
|
||||
useGrimAdapter=true
|
||||
showHelp=false
|
||||
showSidePanelButton=true
|
||||
startupLaunch=false
|
||||
@@ -141,10 +141,10 @@ bindsym $mod+Shift+x exec ~/.config/sway/scripts/lockscreen
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
# Screenshot
|
||||
# Print → flameshot GUI (annotations, save + clipboard via portal)
|
||||
# Print → flameshot GUI
|
||||
# Shift+Print → grim+slurp region → clipboard
|
||||
# Alt+Print → grim focused output → clipboard
|
||||
bindsym Print exec flameshot gui --path "$HOME/Pictures/Screenshots" --clipboard
|
||||
bindsym Print exec flameshot gui
|
||||
bindsym Shift+Print exec ~/.config/sway/scripts/screenshot region
|
||||
bindsym Alt+Print exec ~/.config/sway/scripts/screenshot output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user