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
|
# Automate port mapping for applications
|
||||||
exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
||||||
|
|
||||||
exec thunderbird
|
|
||||||
|
|
||||||
# Set mouse acceleration
|
# Set mouse acceleration
|
||||||
exec_always --no-startup-id xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4
|
exec_always --no-startup-id xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4
|
||||||
|
|
||||||
|
# Mail client
|
||||||
|
exec thunderbird
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
# Save to file
|
# 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