diff options
-rwxr-xr-x | bin/menu | 4 | ||||
-rw-r--r-- | etc/guix/home.scm | 1 | ||||
-rw-r--r-- | etc/i3/config | 1 |
3 files changed, 5 insertions, 1 deletions
@@ -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 |