tadly / rofi-wrapper

Collection of rofi dmenu wrapper I wrote
GNU General Public License v3.0
9 stars 1 forks source link

gpaste script doesnt run on i3? #2

Open thepenguinthatwants opened 5 years ago

thepenguinthatwants commented 5 years ago

Hi!

I am quite curious about how you run your rofi scripts.

I think our wrapper really helps on using gpaste instead of other tools by the wrapper. For some reasons I cant get it to run by bindsym but it works if I run by terminal.

bindsym $mod+c exec /home/scripts/gpaste.sh

tadly commented 5 years ago

Hm... how very odd. I do use it on i3 myself

bindsym $mod+g exec .bin/rofi-gpaste -bw $border

you did set the executable flag for the script?

chmod +x /home/scripts/gpaste.sh