<leon-p>
not having integration between foreign-toplevel-control and tags was a bit of a missed opportunity, we could have bars changing tag names based on the windows on that tag
<TheAnachron>
Heh, that's true. but then again, river is all about "We include what we use" and not "lets build everything and see what is used".
<TheAnachron>
You're always smarter in the aftergame
<Nickli>
don't think i have heard about a WM change name on tag/workspaces based on what's in them
<leon-p>
I know there are sway scripts that do so
<leon-p>
if you work "dynamically", meaning instead of heaving pre-defined tags for specific windows you just open what you need wherever you are, it's very useful
<Nickli>
true
<Nickli>
that's almost window focus rather than tag focus
<Nickli>
was attempting to setup yazi in wezterm as a floating tag of it's own, but there was some issue with "wezterm start --class" seemingly not setting an app-id
elshize has joined #river
ptrckd has quit [Ping timeout: 240 seconds]
ptrckd has joined #river
adv8tor has quit [Quit: Quit]
Franciman2 has joined #river
<Franciman2>
hello
<Franciman2>
how can I set the river output?
<Franciman2>
i want to duplicate my output eDP-1 to output DP-2
<leon-p>
output configration is kanshi or wlr-randr, however that doesn't cover duplication
<leon-p>
most people use wl-mirror for duplicating screens
<Franciman2>
oh thanks a lot
<leon-p>
(also note that if you are trying to duplicate the screen for a presentation, good presenting software (libreoffice, pdfpc) can actually make use of multiple outputs to f.e. show notes or an overview over all slides, which is infintely more useful than merely duplicating the screen)
<Franciman2>
sadly my laptop's display broke
<leon-p>
then, instead of duplicating it, why not simply disable it?
<Franciman2>
uhm i tried, but then yambar is not drawn on the other display
<Franciman2>
maybe because i need to reboot after disabling it?
<leon-p>
sounds like a yambr configuration issue, you shouldn't need to reboot after changing output configuration
<leon-p>
rebooting after output changes is so 90s
<Franciman2>
lol
elshize has quit [Ping timeout: 244 seconds]
Guest85 has joined #river
Guest85 has quit [Quit: Client closed]
gera has quit [Quit: gera]
gera has joined #river
Nickli has quit [Read error: Connection reset by peer]
Nickli has joined #river
isonat has joined #river
isonat has quit [Client Quit]
Franciman2 has quit [Quit: WeeChat 4.4.3]
notzmv has joined #river
elshize has joined #river
WeirdPenguin has joined #river
<WeirdPenguin>
Hi! I'm currently trying to limit the Wacom tablet to only one monitor (DP-1). libinput lists both pad and pen, i probably only need to limit the pad. Is there way to do this with riverctl? If not can you redirect me? Thanks.
<leon-p>
WeirdPenguin: in the riverctl man page search for "map-to-output"
<WeirdPenguin>
leon-p Thank you, I will look into it right away.
WeirdPenguin has quit [Quit: Client closed]
WeirdPenguin has joined #river
<WeirdPenguin>
I added this to init /// riverctl input "Wacom Intuos S 2 Pad" map-to-output DP-1 /// for both pad and pen. however nothing changed when i relogin. Did I use it correctly? That's the name libinput gave me but I don't know if I should use a more technical name.
<The_Buhs>
WeirdPenguin: try the name from `riverctl list-inputs`
<The_Buhs>
Maybe?
<WeirdPenguin>
The_Buhs Didn't know riverctl can also list inputs. Let me try.
<leon-p>
riverctl can do a lot of things, I recommend reading the man page
<leon-p>
serious effort went into writing the documentation and reading it should always be the first step when you encounter an issue / a question
<WeirdPenguin>
The_Buhs It only lists the pen as this /// tablet-1386-827-Wacom_Intuos_S_2_Pen /// Adding it like that worked. Thank you.
<WeirdPenguin>
leon-p I really appreciate the efforts. Though sometimes I feel overwhelmed and need examples. Thank you for the help.