Add shortcuts for screenshot on desktop
parent
3274afca4d
commit
c065e7353d
|
@ -201,11 +201,14 @@ exec --no-startup-id cadence-session-start --start
|
|||
# Automate port mapping for applications
|
||||
exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
||||
|
||||
exec thunderbird
|
||||
|
||||
# Set mouse acceleration
|
||||
exec_always --no-startup-id xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4
|
||||
|
||||
# Mail client
|
||||
exec thunderbird
|
||||
|
||||
# Screenshot
|
||||
# Save to file
|
||||
bindsym Print exec ~/.config/i3/scripts/screenshot.py -s
|
||||
bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s
|
||||
# Upload to Lychee
|
||||
bindsym Print exec ~/.config/i3/scripts/screenshot.py -u
|
Loading…
Reference in New Issue