From 6de8a74160124e0af37affa04715d32debcff533 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 15 Dec 2018 19:09:22 +0100 Subject: No vlc particularity --- rc.lua | 6 ------ 1 file changed, 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"}), -- cgit v1.2.3