<chismoso>
river 0.2.0 on voidlinux. swayidle can not turn off display after specified time.
chismoso has quit [Quit: Leaving]
Ordoviz has joined #river
talismanick has joined #river
Ordoviz has quit [Ping timeout: 268 seconds]
<NickH>
What options (full commandline and/or contents of ~/.config/swayidle/config) are you using with swayidle?
notzmv has quit [Ping timeout: 268 seconds]
Ordoviz has joined #river
<uncomfyhalomacro>
chismoso: wdym?
<uncomfyhalomacro>
i do not think river supports swaymsg commands. if you want to turn off display, you can use leon-p's wlopm or use brightnessctl set to 0% with swayidle other subcommands instead of swaymsg
fitrh has joined #river
fitrh has quit [Ping timeout: 268 seconds]
notzmv has joined #river
chismoso has joined #river
<chismoso>
thanks everyone! replaced swaymsg with wlopm. now swayidle turns off display as expected.
chismoso has quit [Quit: Leaving]
snakedye has joined #river
entenel has quit [Quit: You have been kicked for being idle]
Ordoviz has quit [Ping timeout: 268 seconds]
notzmv has quit [Ping timeout: 268 seconds]
Ordoviz has joined #river
talismanick has quit [Ping timeout: 244 seconds]
<NikhilSingh[m]1>
unable to run timeshift-launcher
<n0r>
uncomfyhalomacro: This is an IRC Bridge, so the message probably is still visible over there.
<uncomfyhalomacro>
yeah. i always forgot. anyway it's nothing much anyway. just noise
norkki_ has joined #river
Nulo has quit [Ping timeout: 252 seconds]
fsx has quit [Ping timeout: 252 seconds]
smach has quit [Ping timeout: 252 seconds]
alebastr has quit [Ping timeout: 252 seconds]
norkki has quit [Ping timeout: 252 seconds]
Nosrep has quit [Ping timeout: 252 seconds]
Nosrep has joined #river
alebastr has joined #river
smach has joined #river
Nulo has joined #river
smach has quit [Ping timeout: 260 seconds]
waleee has joined #river
notzmv has quit [Ping timeout: 268 seconds]
notzmv has joined #river
smach has joined #river
smach has quit []
toni has joined #river
toni has left #river [#river]
Guest93 has joined #river
Guest93 has quit [Ping timeout: 252 seconds]
toni has joined #river
toni has left #river [#river]
toni has joined #river
toni has left #river [#river]
Guest61 has joined #river
<Guest61>
Hello, i have a issue with curor themes being inconsistent. I have "riverctl xcursor-theme Adwaita" set in my config file but some apps like yambar use the default blank x curor
<Guest61>
I also have a question about river flatpak/xdg-portals integration, i'm using alpine and when i use sway I set "XDG_CURRENT_DESKTOP=river:gnome" to get the correct file picker in flatpak but that doesnt work on river
<tleydxdy[m]>
yeah app pick their own cursor
<Guest61>
how do i force them to take my curor theme
<Guest61>
how do gnome and kde force it
<tleydxdy[m]>
you have to find out in the documentation of that app I guess
<Guest61>
do you know river handles portals/flatpak
<tleydxdy[m]>
luckily I only use flatpak for steam
<uncomfyhalomacro>
river can use portals through `xdg-desktop-portal-wlr`. You need to install it so you can use portals
<uncomfyhalomacro>
KDE and Gnome uses `xdg-desktop-portal-kde` and `xdg-desktop-portal-gnome`, respectively
<uncomfyhalomacro>
I wish there would be a DE-agnostic portal or something cause it is kind of iffy
<ifreund>
river actually does nothing specifically to integrate with these portals, it's all a pile of dbus stuff
<ifreund>
xdg-desktop-portal-wlr talks to river over the wlr-screencopy protocol for screensharing, but that's it
<uncomfyhalomacro>
hmm thanks for the clarification and correction