mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 15:09:23 +02:00
i3: map mod+F12 to print screen
This commit is contained in:
parent
03cf30d43d
commit
21a885e1ec
1 changed files with 1 additions and 2 deletions
3
config
3
config
|
@ -132,9 +132,8 @@ bindsym XF86ScreenSaver exec --no-startup-id exec loginctl lock-session
|
|||
bindsym $mod+Delete exec --no-startup-id exec loginctl lock-session
|
||||
# print screen
|
||||
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+XF86Display exec --no-startup-id exec ~/.config/i3/bin/screenshot desktop
|
||||
bindsym $mod+F12 exec --no-startup-id exec ~/.config/i3/bin/screenshot window
|
||||
|
||||
# Quake window
|
||||
bindsym $mod+grave nop "quake-console:$term:QuakeConsole:0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue