summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-15 19:09:22 +0100
committerache <ache@ache.one>2018-12-15 19:09:22 +0100
commit6de8a74160124e0af37affa04715d32debcff533 (patch)
treecc2cf50211f7d3ae158e5a2363c56ef887ba4689
parentAlsa to pulse (diff)
No vlc particularity
-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"}),