From 225eeafcea67d63a608f9c666faf2a2ef014be4a Mon Sep 17 00:00:00 2001 From: delta Date: Mon, 19 Jan 2026 06:30:33 +0100 Subject: sync: electric boogaloo --- .config/awesome/misc/keys.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/awesome/misc/keys.lua') diff --git a/.config/awesome/misc/keys.lua b/.config/awesome/misc/keys.lua index b36808b..b7dc4c4 100644 --- a/.config/awesome/misc/keys.lua +++ b/.config/awesome/misc/keys.lua @@ -12,6 +12,7 @@ local mpris = require "ui.statusbar.panel.widgets.mpris" local playerctl = require "services.playerctl" local powermenu = require "ui.powermenu" local qbind = require "quarrel.bind" +local dnd = require "services.dnd" local recording = { false, "" } @@ -371,4 +372,11 @@ awful.keyboard.append_global_keybindings { group = "misc", desc = "scroll up/down", }, + qbind { + mods = qbind.mods.M, + triggers = "`", + press = function() + dnd.dnd = not dnd.dnd + end + } } -- cgit v1.2.3