diff options
author | EuAndreh <eu@euandre.org> | 2022-10-16 12:51:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-16 12:52:03 -0300 |
commit | c3d09372f579a1badebeef21a78f7a583af158d2 (patch) | |
tree | f38f04f6f2a5fc2bbf6c3f9abe71226a8cb5f07b | |
parent | etc/guix/home.scm: WIP implementation of poweralertd service (diff) | |
download | dotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.gz dotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.xz |
Temporarily use greenclip over clipmenu
-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 |