ChanServ changed the topic of #river to: river - a dynamic tiling Wayland compositor || https://codeberg.org/river/river || channel logs: https://libera.irclog.whitequark.org/river/
catman has joined #river
yiyu has quit [Ping timeout: 260 seconds]
yiyu1 is now known as yiyu
<iiogama> So I recently ran updates on my machine (running NixOS), and now all of my web browsers don't have the focused border. They are all firefox-based browsers, and I think I saw somebody in here mention this issue earlier. I'm on river 0.3.0, anybody have any suggestions?
vess has quit [Quit: Client closed]
waleee has quit [Ping timeout: 240 seconds]
<leon-p> iiogama: it's a change in the default. river now respects a clients SSD vs CSD choice. Search the man-page for RULES. you can add ssd rules to force certain (or all) windows have server side deco
<iiogama> Thank you leon-p! I appreciate the info
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 245 seconds]
angry_vincent has joined #river
yiyu94 has joined #river
yiyu94 has quit [Quit: Client closed]
haliucinas has quit [Quit: .]
leopoldek has quit [Remote host closed the connection]
hmht has joined #river
vyivel has quit [Read error: Connection reset by peer]
vyivel has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
taeltydes has joined #river
haliucinas has joined #river
winter has joined #river
winter has quit [Quit: Client closed]
NickH has quit [Remote host closed the connection]
graves has quit [Ping timeout: 252 seconds]
graves has joined #river
taeltydes has quit [Remote host closed the connection]
taeltydes has joined #river
NickH has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 256 seconds]
waleee has joined #river
ThatGuestAgain has joined #river
<ThatGuestAgain> Hi. I just upgraded to 0.3.0 (for whatever reason I didn't notice the new version earlier). The new stacking order broke my workflow! Please add option to reenable spacebar heating! /s No, I'm glad I can now undo the workarounds I made for the odd old behaviour in the first place. Also nice new stuff! : ) Thank you all who are (or have been)
<ThatGuestAgain> working on this, I really appreciate it.
leopoldek has joined #river
catman has quit [Read error: Connection reset by peer]
catman has joined #river
leopoldek has quit [Remote host closed the connection]
ThatGuestAgain has quit [Quit: Client closed]
<ifreund> :)
waleee has quit [Quit: WeeChat 4.1.2]
taeltydes has quit [Changing host]
taeltydes has joined #river
taeltydes has quit [Remote host closed the connection]
hmht has quit [Ping timeout: 240 seconds]
andyrtr has quit [Quit: ZNC 1.9.0 - https://znc.in]
andyrtr has joined #river
notzmv has quit [Remote host closed the connection]
bunbun has joined #river
notzmv has joined #river
caughtquick has quit [Quit: The Lounge - https://thelounge.chat]
caughtquick has joined #river
bunbun has quit [Ping timeout: 260 seconds]
caughtquick has quit [Ping timeout: 245 seconds]
caughtquick has joined #river
bunbun has joined #river
bunbun has quit [Remote host closed the connection]
caughtquick has quit [Read error: Connection reset by peer]
taeltydes has joined #river
waleee has joined #river
leopoldek has joined #river
angry_vincent has quit [Ping timeout: 268 seconds]
taeltydes has quit [Changing host]
taeltydes has joined #river
taeltydes_ has joined #river
cathalo has joined #river
<cathalo> Wrote a little script that can replace a application launcher:
<cathalo> ```sh
<cathalo> #!/bin/sh
<cathalo> set -e
<cathalo> : ${XDG_DATA_DIRS:=/usr/local/share:/usr/share}
<cathalo> [ -z "$*" ] && exec foot -T launcher -a shl -L $0 -
<cathalo> run() {
<cathalo>   case "$1" in
<cathalo>     *.desktop) setsid -f nohup gtk-launch $(basename "$1") > /dev/null 2>&1 ;;
<cathalo>     *) setsid -f nohup "$1" > /dev/null 2>&1 ;;
<cathalo>   esac
<cathalo> }
<cathalo> run $((IFS=:; for p in $XDG_DATA_DIRS; do
<cathalo>     [ -d $p/applications ] && find -L $p/applications -type f -name *.desktop
<cathalo>   done;
<cathalo>   for p in $PATH; do
<cathalo>     find -L $p -type f -executable
<cathalo>   done) | sk --layout=reverse)
<cathalo> damn sending code is no good
cathalo has quit [Quit: Client closed]
<The_Buhs> Use a paste bin service like 0x0 or dpaste @cathalo
lordmzte8 has joined #river
lordmzte has quit [Ping timeout: 246 seconds]
lordmzte8 is now known as lordmzte
graves1 has joined #river
graves has quit [Remote host closed the connection]
catman has quit [Remote host closed the connection]
catman has joined #river