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("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")
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user