ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
talismanick has joined #river
notzmv has quit [Ping timeout: 272 seconds]
notzmv has joined #river
talismanick has quit [Ping timeout: 252 seconds]
Boots has joined #river
waleee has quit [Ping timeout: 264 seconds]
Boots has quit [Quit: Client closed]
talismanick has joined #river
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
tsraoien has quit [Ping timeout: 268 seconds]
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 276 seconds]
Pound_Hash has joined #river
<Pound_Hash> The wiki suggests `swaylock` as a possible screen locker
mon_aaraj has quit [Ping timeout: 245 seconds]
<Pound_Hash> But this app has a serious bug. Even after entering the correct password, the app says it's wrong.
<Pound_Hash> This has been reported here: https://github.com/NixOS/nixpkgs/issues/143365
<Pound_Hash> I keep getting locked out of my system when running `swaylock`
notzmv has quit [Ping timeout: 272 seconds]
<Pound_Hash> Can anyone confirm?
<Pound_Hash> If so, how about removing it from the wiki's suggested apps?
mon_aaraj has joined #river
notzmv has joined #river
<Pound_Hash> @NickH Thanks for the replies the other day
<Pound_Hash> @NickH I see them in the archives
mon_aaraj has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #river
snakedye has quit [Ping timeout: 245 seconds]
<Pound_Hash> It seems `waylock` doesn't accept my password either
<Pound_Hash> I don't have this problem on sway
Pound_Hash has quit [Quit: Pound_Hash]
Pound_Hash has joined #river
<Pound_Hash> After rebooting, `waylock` is working on river. I'm just going to leave it as is.
Pound_Hash has quit [Client Quit]
Pound_Hash has joined #river
tleydxdy[m] has joined #river
Pound_Hash has quit [Quit: Pound_Hash]
Pound_Hash has joined #river
<Pound_Hash> I figured it out. For posterity, I run `swayidle -w` and the commands of swayidle: `timeout <time> 'wlopm --toggle eDP-1' resume 'wlopm --toggle eDP-1'` and `timeout <time> 'setsid --fork waylock'`
Pound_Hash has quit [Client Quit]
tsraoien has joined #river
Pound_Hash has joined #river
<NikhilSingh[m]1> river not using scripts placed in my own bin folder and added to PATH have to define whole path to get it worked
Pound_Hash has quit [Ping timeout: 255 seconds]
tsraoien has quit [Ping timeout: 268 seconds]
Pound_Hash has joined #river
FallenGoddess has joined #river
FallenGoddess has quit [Client Quit]
snakedye has joined #river
phim[m] has quit [Quit: You have been kicked for being idle]
<dnkl> NikhilSingh[m]1: river is probably not seeing your modified PATH
Guest31 has joined #river
Guest31 has quit [Client Quit]
Pound_Hash has quit [Quit: Pound_Hash]
elshize has quit [Ping timeout: 245 seconds]
elshize has joined #river
mon_aaraj has quit [Ping timeout: 245 seconds]
fitrh has joined #river
mon_aaraj has joined #river
fitrh has quit [Remote host closed the connection]
fitrh has joined #river
fitrh has quit [Remote host closed the connection]
Nulo has quit [Read error: Connection reset by peer]
Nulo has joined #river
fitrh has joined #river
mon_aaraj has quit [Ping timeout: 245 seconds]
fitrh93 has joined #river
mon_aaraj has joined #river
fitrh93 has quit [Client Quit]
mon_aaraj has quit [Ping timeout: 244 seconds]
mon_aaraj has joined #river
snakedye has quit [Ping timeout: 268 seconds]
aryak has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
aryak has joined #river
snakedye has joined #river
fitrh has quit [Remote host closed the connection]
Nulo_ has joined #river
Nulo has quit [Ping timeout: 245 seconds]
Nulo_ is now known as Nulo
talismanick has quit [Quit: Using Circe, the loveliest of all IRC clients]
talismanick has joined #river
Pound_Hash has joined #river
<Pound_Hash> Hello everyone. Am I right to infer from the man pages that there's no way to change the border width of just the floating windows?
mon_aaraj has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #river
waleee has joined #river
mon_aaraj has quit [Ping timeout: 245 seconds]
waleee has quit [Client Quit]
mon_aaraj has joined #river
Pound_Hash has quit [Quit: Pound_Hash]
snakedye has quit [Ping timeout: 240 seconds]
Pound_Hash has joined #river
snakedye has joined #river
Pound_Hash has quit [Ping timeout: 244 seconds]
Pound_Hash has joined #river
mon_aaraj has quit [Ping timeout: 268 seconds]
<novakane> Pound_Hash: yes, border size is for all windows
<Pound_Hash> @novakane Thanks my local anesthetic
<novakane> xD
mon_aaraj has joined #river
Pound_Hash has quit [Quit: Pound_Hash]
elshize has quit [Ping timeout: 252 seconds]
elshize has joined #river
<NikhilSingh[m]1> dnkl any way to make river aware of the PATH as have sourced the PATH variable in top of the river file
<ifreund> NikhilSingh[m]1: PATH must be set in the environment when the river process is started
<ifreund> this is nothing unique to river, this is just how environment variables work on unix like systems
<NickH> NikhilSingh[m]1: If you are starting river in a way that doesn't get your normal PATH (eg from via river.desktop and GDM), you can set a PATH in your .config/river/init.
<NickH> Eg near the top I have PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/usr/games"
<NickH> This may still result in some things not being in the path for river spawn commands. One way to work around this is to pass the full path to the spawn command. Eg my init has lines like those in https://0x0.st/oeog.sh