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/
notzmv has quit [*.net *.split]
snakedye has quit [*.net *.split]
eShaev9z_ has quit [*.net *.split]
aryak has quit [*.net *.split]
boombim has quit [*.net *.split]
emersion has quit [*.net *.split]
emersion has joined #river
eShaev9z has joined #river
notzmv has joined #river
boombim has joined #river
snakedye has joined #river
aryak has joined #river
waleee has quit [Ping timeout: 255 seconds]
waleee has joined #river
notzmv has quit [Ping timeout: 244 seconds]
waleee has quit [Ping timeout: 255 seconds]
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 268 seconds]
notzmv has joined #river
snakedye has quit [Ping timeout: 268 seconds]
Ordoviz has joined #river
fitrh has joined #river
fitrh has quit [Read error: Connection reset by peer]
fitrh has joined #river
fitrh_ has joined #river
fitrh has quit [Ping timeout: 260 seconds]
snakedye has joined #river
fitrh_ has quit [Read error: Connection reset by peer]
fitrh has joined #river
waleee has joined #river
Ordoviz has quit [Ping timeout: 260 seconds]
Ordoviz has joined #river
waleee has quit [Ping timeout: 244 seconds]
waleee has joined #river
smach has joined #river
<uncomfyhalomacro> dnkl. are your projects moving from codeberg to sourcehut? just asking for confirmation since I packaged most of your tools in openSUSE.
<dnkl> uncomfyhalomacro: no, but I'm using it as a mirror, and to use their CI
<uncomfyhalomacro> oh cool. thanks!
daurnimator has quit [Ping timeout: 255 seconds]
daurnimator has joined #river
waleee has quit [Ping timeout: 268 seconds]
daurnimator has quit [Ping timeout: 268 seconds]
daurnimator has joined #river
fitrh has quit [Quit: fitrh]
notzmv has quit [Ping timeout: 268 seconds]
gbrlsnchs has joined #river
gbrlsnchs has quit [Client Quit]
gbrlsnchs has joined #river
LemanR has joined #river
<LemanR> hey all, quick Q&A. Should this command work
<LemanR> riverctl map normal Super+Alt Left send-layout-cmd rivertile "main#-ratio -0.05"
<LemanR> wait I see the typo
<LemanR> the # after main, I was moving things around and making things into comments and what not
LemanR has quit [Client Quit]
LemanR has joined #river
<LemanR> These two arn't working but am I right to assume it's because I am attempting to use symbols instead of letters?
<LemanR> riverctl map normal Super+Alt = send-layout-cmd rivertile "main-count +1"
<LemanR> riverctl map normal Super+Alt - send-layout-cmd rivertile "main-count -1"
<LemanR> nvm, I think the assumption is correct, if this is bash script then I probably shouldn't be able to use = and - like I am attempting here
<gbrlsnchs> I think it's Equal and Minus respectively, but I'm not 100% sure
<LemanR> wonder if I can escape in this config so replacing = with \= and what not
<gbrlsnchs> I don't think so
<gbrlsnchs> almost sure you need to use the respective key names
<LemanR> i didn't consider that option, probably the most obvious option but I don't work in any software field so it didn't occur to me lol
smach has quit []
<LemanR> btw, can I use tho names listed in xkbcommon-keysyms.h file? this is the file that defines xkb_key names as that other number (for example the 'other number' 0xff60 is defined as XKB_KEy_Select) so in my script can I use XKB_KEY_Select as the name or do I have to go to a different file to find the name. I'd rather use the XKB version as it has the
<LemanR> number with it and I believe those numbers work as well as I've been using those
<LemanR> guess I can take a command that already works and try the xkb name to see if I can use that name.
<n0r> LemanR: Man riverctl says "Keys are specified by their XKB keysym name. See /usr/include/xkbcommon/xkbcommon-keysyms.h for the complete list."
<novakane> you can also use wev to get the name https://git.sr.ht/~sircmpwn/wev
<LemanR> That's weird because I can use some other version of the name. For example instead of needing to type XKB_KEY_RETURN I have a command that simply has Return which also works.
<LemanR> that's why I was wondering, btw the river github was where I first got introduced to this keysyms file which is apparently very useful to have so thanks for having this in the github :D
<LemanR> brb restarting river real quick
LemanR has quit [Quit: Client closed]
LemanR has joined #river
waleee has joined #river
<LemanR> this is where I get confused with the naming. this does not work
<LemanR> riverctl map normal Super+Alt XKB_KEY_Return zoom
<LemanR> but
<LemanR> riverctl map normal Super+Alt Return zoom
<LemanR> does work
notzmv has joined #river
<LemanR> the first one (the longer name) is how my keysym file shows the name of the return key, not the shorter version. Does bash 'chop off' the XKB_KEY_ part when someone uses bash?
<LemanR> sorry if this seems nit-picky but knowing exactly what names are going to work in this config file (which is just a bash script so I assume should just follow bash scripting rules) avoids confusing when understanding how this software is working.
<novakane> LemanR: that is just how xkbxommon names works afaik, just use name without the prefix or use wev
LemanR has quit [Quit: Client closed]
LemanR has joined #river
<LemanR> @novakane so for my learning, will this naming convention be language specific (like some languages like Bash 'want' Return instead of XKB_KEY_Return when coding, while other languages 'want' the long version instead?)
<LemanR> granting/assuming the language in question uses the keysym.h file lol
<novakane> bash doesn't really use anything, afaik that is the officials name use everywhere for configuration but river does the translation of the key codes
<LemanR> omg just found out I can change individual commands by just typing them into the terminal XD love the feature (I know I have to put them in init it make it persistent)
<LemanR> but the bash thing is just confusing, I'll dive down that rabbit whole when I have more time lol
<LemanR> for now I know how to use the naming convention for what I'm doing so we good lol
NiedsPus has joined #river
NiedsPus has quit [Client Quit]
Ordoviz has quit [Quit: WeeChat 3.6]
LemanR has quit [Quit: Client closed]