feat: add copyq
This commit is contained in:
parent
f635f18bc2
commit
421657c9da
|
@ -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")
|
||||
|
||||
-- }}}
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user