From 421657c9dad2c20b44d721a60d90ebd5439be7cb Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 15 May 2022 22:53:41 +0800 Subject: [PATCH] feat: add copyq --- gui/awesome/rc.lua | 1 + gui/basic.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index 5fe21d7..4466d09 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -838,5 +838,6 @@ awful.spawn.with_shell("flameshot") awful.spawn.with_shell("mpd") awful.spawn.with_shell("blueman-applet") awful.spawn.with_shell("nm-applet") +awful.spawn.with_shell("copyq") -- }}} diff --git a/gui/basic.sh b/gui/basic.sh index 05d2dda..8c7b666 100755 --- a/gui/basic.sh +++ b/gui/basic.sh @@ -23,6 +23,7 @@ case "$UNAMEA" in xdotool \ libnotify-bin \ flameshot scrot \ + copyq \ thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler # desktop notification lnsf "$DIR/dunst/dunstrc" "$XDG_CONFIG_HOME/dunst/dunstrc" @@ -55,6 +56,7 @@ case "$UNAMEA" in gnome-keyring libsecret \ thunar gvfs-smb gvfs-mtp thunar-archive-plugin file-roller tumbler \ flameshot \ + copyq \ alacritty # ntp sudo pacman -S --noconfirm --needed \