From 98cf88451894e3abfd6dc8644296f0cb36700235 Mon Sep 17 00:00:00 2001 From: caandt Date: Thu, 10 Oct 2024 23:48:32 -0500 Subject: [PATCH] add copyq --- config/awesome/rc.lua | 3 ++- config/sx/sxrc | 2 ++ home.nix | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index b2a09fe..13cde9b 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -356,7 +356,8 @@ globalkeys = gears.table.join( awful.key({ modkey }, "b", function() awful.spawn(browser) end, {description = "open browser"}), awful.key({ modkey }, "t", function() awful.spawn(file_manager) end, {description = "open file manager"}), awful.key({ modkey, "Shift" }, "s", function() awful.spawn("screenshot") end, {description = "screenshot"}), - awful.key({ modkey }, "v", function() awful.spawn("pavucontrol") end, {description = "audio settings"}) + awful.key({ modkey }, "c", function() awful.spawn("pavucontrol") end, {description = "audio settings"}), + awful.key({ modkey }, "v", function() awful.spawn("copyq toggle") end, {description = "clipboard manager"}) ) clientkeys = gears.table.join( diff --git a/config/sx/sxrc b/config/sx/sxrc index cefad52..123e853 100755 --- a/config/sx/sxrc +++ b/config/sx/sxrc @@ -44,4 +44,6 @@ mpd & anki & +copyq & + exec "${1:-awesome}" diff --git a/home.nix b/home.nix index 8ab6a67..b1ee2af 100644 --- a/home.nix +++ b/home.nix @@ -26,6 +26,7 @@ in sct maim xclip + copyq picom obs-studio screenkey