summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/rc.lua b/rc.lua
index c973e2b..63b2b20 100644
--- a/rc.lua
+++ b/rc.lua
@@ -712,13 +712,7 @@ clientkeys = awful.util.table.join(
awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end,
{description = "Set active client fullscreen", group = "client"}),
awful.key({ modkey, }, "c", function (c)
- if c.name == "Lecteur multimédia VLC" then
- awful.util.spawn_with_shell('sleep 0.3;xte "keydown Control_L" "keydown v" "keyup v" "keyup Control_L"')
- else
c:kill()
- end
-
-
end),
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle,
{description = "Set floating layout", group = "client"}),