feat: add copyq

This commit is contained in:
Klesh Wong 2022-05-15 22:53:41 +08:00
parent f635f18bc2
commit 421657c9da
2 changed files with 3 additions and 0 deletions

View File

@ -838,5 +838,6 @@ awful.spawn.with_shell("flameshot")
awful.spawn.with_shell("mpd") awful.spawn.with_shell("mpd")
awful.spawn.with_shell("blueman-applet") awful.spawn.with_shell("blueman-applet")
awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("nm-applet")
awful.spawn.with_shell("copyq")
-- }}} -- }}}

View File

@ -23,6 +23,7 @@ case "$UNAMEA" in
xdotool \ xdotool \
libnotify-bin \ libnotify-bin \
flameshot scrot \ flameshot scrot \
copyq \
thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler
# desktop notification # desktop notification
lnsf "$DIR/dunst/dunstrc" "$XDG_CONFIG_HOME/dunst/dunstrc" lnsf "$DIR/dunst/dunstrc" "$XDG_CONFIG_HOME/dunst/dunstrc"
@ -55,6 +56,7 @@ case "$UNAMEA" in
gnome-keyring libsecret \ gnome-keyring libsecret \
thunar gvfs-smb gvfs-mtp thunar-archive-plugin file-roller tumbler \ thunar gvfs-smb gvfs-mtp thunar-archive-plugin file-roller tumbler \
flameshot \ flameshot \
copyq \
alacritty alacritty
# ntp # ntp
sudo pacman -S --noconfirm --needed \ sudo pacman -S --noconfirm --needed \