mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
bindings: remove Mod+PrintScreen binding
It's not different than just PrintScreen.
This commit is contained in:
parent
c92a3fe90e
commit
79cd3ddef8
1 changed files with 0 additions and 4 deletions
|
@ -300,10 +300,6 @@ config.keys.client = awful.util.table.join(
|
||||||
c:raise()
|
c:raise()
|
||||||
end,
|
end,
|
||||||
"Maximize"),
|
"Maximize"),
|
||||||
|
|
||||||
|
|
||||||
-- Screenshot
|
|
||||||
awful.key({ modkey }, "Print", screenshot, "Screenshot")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
keydoc.group("Misc")
|
keydoc.group("Misc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue