mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
i3: add alternative shortcut for screenshots
Useful on odd keyboards.
This commit is contained in:
parent
8de3fee271
commit
2011bdc9fc
1 changed files with 2 additions and 0 deletions
2
config
2
config
|
@ -130,7 +130,9 @@ 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
|
||||||
# print screen
|
# print screen
|
||||||
bindsym Print exec --no-startup-id exec ~/.config/i3/bin/screenshot window
|
bindsym Print exec --no-startup-id exec ~/.config/i3/bin/screenshot window
|
||||||
|
bindsym XF86Display exec --no-startup-id exec ~/.config/i3/bin/screenshot window
|
||||||
bindsym $mod+Print exec --no-startup-id exec ~/.config/i3/bin/screenshot desktop
|
bindsym $mod+Print exec --no-startup-id exec ~/.config/i3/bin/screenshot desktop
|
||||||
|
bindsym $mod+XF86Display exec --no-startup-id exec ~/.config/i3/bin/screenshot desktop
|
||||||
|
|
||||||
# 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