aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 15:01:58 -0700
committerFuwn <[email protected]>2024-05-23 15:01:58 -0700
commitc5a35687df8582db328adf3d632398e475d4a20f (patch)
tree4ed5f3dc57871c193de24c19d4a354cbd31567d9
parentfeat(config.h): use kitty as primary terminal (diff)
downloadseiwm-c5a35687df8582db328adf3d632398e475d4a20f.tar.xz
seiwm-c5a35687df8582db328adf3d632398e475d4a20f.zip
feat(config.h): use clipcat as clipboard manager
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 01ae29b..90f35a6 100644
--- a/config.h
+++ b/config.h
@@ -232,7 +232,7 @@ static const Key keys[] = {
/* { MODKEY|ShiftMask, XK_comma, spawn, {.v = (const char*[]){ "mpc", "seek", "0%", NULL } } }, */
{ MODKEY, XK_period, spawn, {.v = (const char*[]){ "spt", "pb", "--next", NULL } } },
{ MODKEY|ShiftMask, XK_period, spawn, {.v = (const char*[]){ "spt", "pb", "--previous", NULL } } },
- { MODKEY, XK_c, spawn, {.v = (const char *[]){"rofi", "-modi", "\"clipboard:greenclip print\"", "-show", "clipboard", "-run-command", "'{cmd}'", NULL}}},
+ { MODKEY, XK_c, spawn, {.v = (const char *[]){"clipcat-menu", NULL}}},
{ MODKEY, XK_Left, focusmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_Left, tagmon, {.i = -1 } },