Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread Kamil Cholewiński
On Wed, 03 Feb 2016, Martti Kühne wrote: > Seriously, if you don't like it, much of this isn't the fault of sl. > That GTK programs use a different paste buffer for ^Ins is completely > arbitrary and probably the wrong thing GTK does there, but now that > doesn't force sl software to succumb to th

Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread Martti Kühne
On Wed, Feb 3, 2016 at 10:17 AM, Kamil Cholewiński wrote: > > This is even weirder. It pastes primary selection in terminals, but > clipboard in surf or emacs. It's even more confusing, I will > purposefully pretend it doesn't exist. > Seriously, if you don't like it, much of this isn't the faul

Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread Kamil Cholewiński
On Wed, 03 Feb 2016, sta...@cs.tu-berlin.de wrote: > * Kamil Cholewiński 2016-02-03 10:05 >> On Wed, 03 Feb 2016, robin wrote: >> Middle click. >> [...] >> Yes, this is really confusing and frustrating, I have to reach for the >> mouse when otherwise dealing with an almost keyboard-only environmen

Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread stanio
* Kamil Cholewiński 2016-02-03 10:05 > On Wed, 03 Feb 2016, robin wrote: > Middle click. > [...] > Yes, this is really confusing and frustrating, I have to reach for the > mouse when otherwise dealing with an almost keyboard-only environment. try Shift-Insert cheers --s

Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread Kamil Cholewiński
On Wed, 03 Feb 2016, robin wrote: > The function clipboard(Client *c, const Arg *arg) > uses GDK_SELECTION_PRIMARY instead of GDK_SELECTION_CLIPBOARD. > > For me, thats a hassle. > How do i copy a uri to send to a friend? > > I changed it to use CLIPBOARD, but I am wondering: > Is there any good r

Re: [dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread Pickfire
On Wed, Feb 03, 2016 at 08:33:16AM +0100, robin wrote: The function clipboard(Client *c, const Arg *arg) uses GDK_SELECTION_PRIMARY instead of GDK_SELECTION_CLIPBOARD. For me, thats a hassle. How do i copy a uri to send to a friend? I changed it to use CLIPBOARD, but I am wondering: Is there an

[dev] [surf] Why yank to primary instead of clipboard?

2016-02-03 Thread robin
The function clipboard(Client *c, const Arg *arg) uses GDK_SELECTION_PRIMARY instead of GDK_SELECTION_CLIPBOARD. For me, thats a hassle. How do i copy a uri to send to a friend? I changed it to use CLIPBOARD, but I am wondering: Is there any good reason to use PRIMARY?