From 510ef8e178929cf5e0c7fd5a5120fecf5f1b79f2 Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 5 Mar 2024 14:48:59 +0100 Subject: idk anymore --- .config/awesome/ui/conductor/init.lua | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to '.config/awesome/ui/conductor') diff --git a/.config/awesome/ui/conductor/init.lua b/.config/awesome/ui/conductor/init.lua index b5ac82b..e6fe552 100644 --- a/.config/awesome/ui/conductor/init.lua +++ b/.config/awesome/ui/conductor/init.lua @@ -3,24 +3,6 @@ local q = require "quarrel" local qui = require "quarrel.ui" local qvars = require "quarrel.vars" -awful.keygrabber { - keybindings = { - awful.key { - modifiers = qvars.mods.A, - key = "Tab", - on_press = awful.client.focus.history.previous - }, - awful.key { - modifiers = qvars.mods.AS, - key = "Tab", - on_press = awful.client.focus.history.next - }, - }, - -- Note that it is using the key name and not the modifier name. - stop_key = "Mod1", - stop_event = "release", - -- start_callback = awful.client.focus.history.disable_tracking, - stop_callback = awful.client.focus.history.enable_tracking, - export_keybindings = true, - autostart = true -} +local conductor = {} + +return conductor -- cgit v1.2.3