From 2e5b5d18fe57cfc38238138ae88b8b9587dab5d1 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 28 Mar 2020 14:17:50 +0000 Subject: [PATCH] i3: don't run rofi-* in systemd For some reason, it breaks xclip in strange ways, possibly because the systemd unit closes and kills the xclip process --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 58e2917..1ffaccf 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -141,8 +141,8 @@ bindsym $mod+Ctrl+Shift+Return exec systemd-run-i3 i3-sensible-terminal --class bindsym $mod+l exec dm-tool switch-to-greeter bindsym $mod+space exec "pkill rofi; rofi -show run -sidebar-mode -terminal i3-sensible-terminal -normal-window -run-command 'systemd-run-i3 -n {cmd}'" bindsym $mod+Shift+p exec rofi-pass --root $(grep path ~/.config/gopass/config.yml | sed -E 's|^.*fs\+file://||g' | tr '\n' ':') | sed 's/:$//g' -bindsym $mod+Shift+e exec systemd-run-i3 -n rofi-emoji -bindsym $mod+Shift+i exec systemd-run-i3 -n rofi-fontawesome +bindsym $mod+Shift+e exec rofi-emoji +bindsym $mod+Shift+i exec rofi-fontawesome bindsym --release Print exec screenshot bindsym --release $mod+Print exec imgur-screenshot bindsym $mod+Shift+x exec systemd-run-i3 -n i3-sensible-terminal --class floating-term --hold -e /bin/echo "$(xprop -id $(xdotool getactivewindow))"