aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-16 12:51:29 -0300
committerEuAndreh <eu@euandre.org>2022-10-16 12:52:03 -0300
commitc3d09372f579a1badebeef21a78f7a583af158d2 (patch)
treef38f04f6f2a5fc2bbf6c3f9abe71226a8cb5f07b
parentetc/guix/home.scm: WIP implementation of poweralertd service (diff)
downloaddotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.gz
dotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.xz
Temporarily use greenclip over clipmenu
-rwxr-xr-xbin/menu4
-rw-r--r--etc/guix/home.scm1
-rw-r--r--etc/i3/config1
3 files changed, 5 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index 6f9ab9f..9f1fe09 100755
--- a/bin/menu
+++ b/bin/menu
@@ -120,7 +120,9 @@ case "$ACTION" in
bins | show 'bins' | sh
;;
clipboard)
- clipmgr -l | show 'clipboard' | copy
+ greenclip print | show 'clipboard' | copy
+ notify-send -t 5000 -u low -- \
+ "oiwjef" 'copied to clipboard'
;;
yubikey)
CHOICE="$(ykman oath accounts list | show 'OTP')"
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index e3bdaca..46daa2f 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -438,6 +438,7 @@
xmessage
dmenu
clipmenu
+ greenclip
httpd ;; for htpasswd
weechat
diff --git a/etc/i3/config b/etc/i3/config
index 9637c28..83e9b50 100644
--- a/etc/i3/config
+++ b/etc/i3/config
@@ -24,6 +24,7 @@ exec nm-applet
exec blueman-applet
exec poweralertd
exec dunst
+exec greenclip daemon
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status