Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 353 354 355 356 357 358 359 360 361 362 363 .. 397
39,606 events total
2021-05-05 21:41:07 mohab joins (~mohab@41.237.251.184)
2021-05-05 21:56:12 × mohab quits (~mohab@41.237.251.184) (Ping timeout: 240 seconds)
2021-05-05 21:57:23 mohab joins (~mohab@45.243.39.138)
2021-05-05 22:33:28 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
2021-05-05 22:49:07 × mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving)
2021-05-05 22:52:21 ADG1089 joins (~aditya@122.163.193.183)
2021-05-05 23:07:46 × mohab quits (~mohab@45.243.39.138) (Remote host closed the connection)
2021-05-05 23:42:08 × thc202 quits (~thc202@unaffiliated/thc202) (Quit: thc202)
2021-05-06 00:00:04 <kajzer> I guess there's something wrong with statusBar function (regarding that xmodmap problem I was talking about)
2021-05-06 00:01:05 <kajzer> here are the two configs,first one doesn't have that problem, second one has : https://imgur.com/a/vD6JSmj
2021-05-06 00:02:48 × ADG1089 quits (~aditya@122.163.193.183) (Quit: Konversation terminated!)
2021-05-06 00:03:01 <geekosaur> uh
2021-05-06 00:03:19 <geekosaur> it installs a handler but it's for mod-b, not the keypad
2021-05-06 00:03:56 <kajzer> maybe it's not statusBar but it's like that , 100%
2021-05-06 00:04:12 <kajzer> I'm just gessing it is
2021-05-06 00:04:17 <kajzer> guessing*
2021-05-06 00:05:35 <kajzer> there's nothing else actually, loghook only
2021-05-06 00:05:56 <geekosaur> and it shouldn't e possible to place a grab on an unassigned keycode, since xmonad's interface uses keysyms exclusively and maps them to keycodes just before registering the grab. suppose there might be a bug in that but I'd expect it to have more severe effects
2021-05-06 00:06:49 <kajzer> I see, but there it is, I might submit a bug or help in some other way if needed
2021-05-06 00:07:37 <kajzer> or someone else can try what's done in those configs, pretty easy changes to test out
2021-05-06 00:10:24 <kajzer> also, I tried git versions of xmonad and xmonad-contrib, no change, same thing happens
2021-05-06 00:12:05 <kajzer> I mean it's fine by me, I narrowed it down and know where the problem is, I know it's a pretty unique situation having that problem when xmodmap is used, but somehow it happens
2021-05-06 00:25:58 <geekosaur> I'm not seeing anything obviously wrong with grabKeys in the core, which is where this would be happening; it should be getting an empty list for the keycode and skipping it
2021-05-06 00:29:50 <kajzer> there's some relation with xmodmap somehow, if I don't disable some key then pressing that key doesn't affect anything, but if I disable that key and then press it, then it does
2021-05-06 00:30:41 <kajzer> i need those keys disabled, maybe xmodmap do things in a certain way but I don't know how else to disable keys
2021-05-06 00:30:51 <geekosaur> conceivably you'd need mod-q to make xmonad forget the key, but it shouldn't have been bound to begin with
2021-05-06 00:31:10 <geekosaur> xmodmap kinda breaks the modern rules, you're supposed to use xkb
2021-05-06 00:31:27 <geekosaur> it is possible that it's doing something wrong
2021-05-06 00:31:39 <geekosaur> but the key still shouldn't be bound to begin with
2021-05-06 00:32:14 <kajzer> I know, but somehow it is , that's the weird part
2021-05-06 00:32:59 <kajzer> I'll try xkb or some other method and then see if it still happens, but not now, tomorrow, will let you know if something happened
2021-05-06 00:35:59 <geekosaur> could you see if mouse-keys got enabled somehow? https://linuxreviews.org/HOWTO_use_the_numeric_keyboard_keys_as_mouse_in_XOrg
2021-05-06 00:38:48 <kajzer> i don't have "keypad:pointerkeys" in xorg keyboard conf
2021-05-06 00:42:37 <kajzer> besides, it's clear that there are two methods for xmobar in that config, one has that problem the other don't
2021-05-06 00:44:23 <kajzer> it's either statusbar or spawnpipe, or loghook
2021-05-06 00:44:41 <geekosaur> hrm
2021-05-06 00:44:55 <kajzer> lol
2021-05-06 00:45:11 <geekosaur> spawnPipe doesn't do anything with X11, it's MonadIO so it can be used without an extra liftIO
2021-05-06 00:45:18 <kajzer> it doesn't matter, i mean, it's probably only me who will face that issue
2021-05-06 00:45:51 <kajzer> ok, don't know how stuff works but i can see what works
2021-05-06 00:51:11 <geekosaur> Solid,I think you've been working with this stuff? it doesn't make a lot of sense to me that these configs should lead to this. https://imgur.com/a/vD6JSmj
2021-05-06 00:51:36 mohab joins (~mohab@45.243.39.138)
2021-05-06 00:54:08 oogeek joins (~szz_@138.199.22.215)
2021-05-06 00:54:36 <oogeek> kajzer Can you provide the config file you use for xmodmap, so that I can help test it out?
2021-05-06 00:57:21 <kajzer> geekosaur: I think those parts matter, I can paste the whole config, it's just lengthy that's all
2021-05-06 00:57:30 <kajzer> oogeek: xmonad config ?
2021-05-06 00:57:43 <geekosaur> ~/.Xmodmap, I think
2021-05-06 00:58:15 <kajzer> i don't use .Xmodmap , i run commands from the autostart shell script
2021-05-06 00:58:22 <oogeek> So if I can reproduce the issue, maybe it is really an issue. But we are gonna narrow it down, don't we.
2021-05-06 00:58:36 <oogeek> kajzer So can you provide the commands ?
2021-05-06 00:58:40 <kajzer> xmodmap -e 'keycode 90='
2021-05-06 00:58:52 <kajzer> xmodmap -e 'keycode 87='
2021-05-06 00:58:55 <kajzer> and so on ...
2021-05-06 00:58:56 <oogeek> can you use pastebin or something?
2021-05-06 00:59:02 <kajzer> 1 sec
2021-05-06 00:59:40 <kajzer> https://pastebin.com/ei4eRVQd
2021-05-06 00:59:51 <kajzer> but that doesn't matter, you can only test with one key
2021-05-06 01:00:00 <kajzer> pick one
2021-05-06 01:01:32 <oogeek> I will tell you once I test it out. As I have lots of work to do today, I have time in the evening.
2021-05-06 01:02:07 ADG1089 joins (~aditya@122.163.193.183)
2021-05-06 01:04:26 × oogeek quits (~szz_@138.199.22.215) (Quit: Lost terminal)
2021-05-06 01:05:49 <kajzer> here's the xmonad config : https://pastebin.com/8S9XerhP
2021-05-06 01:09:15 oogeek joins (~szz_@138.199.22.215)
2021-05-06 01:10:33 <oogeek> kajzer So by simply put the xmodmap in my .xinitrc using startx, it did work. However, after a few minutes, my xmonad or xorg will crash and return to tty screen. Will test the xmonad config later.
2021-05-06 01:10:46 <oogeek> xmodmap commands*
2021-05-06 01:11:18 <kajzer> you can launch those in the terminal
2021-05-06 01:11:44 <kajzer> i mean you issue that command once and it will remember it
2021-05-06 01:11:52 <kajzer> until you log out
2021-05-06 01:12:03 <oogeek> If I remember correctly, I also experience a crash just yesterday when you mentioned these command and I do a small test. No idea.
2021-05-06 01:12:37 <kajzer> hmm, i dont have crashes
2021-05-06 01:13:51 <kajzer> i have like small gaps around windows, and when I press that numpad key, which should be disabled, then nly up and down gaps are no more
2021-05-06 01:14:02 <kajzer> only*
2021-05-06 01:14:14 <kajzer> pretty weird
2021-05-06 01:14:46 × oogeek quits (~szz_@138.199.22.215) (Quit: leaving)
2021-05-06 01:15:31 davve joins (davve@bsd.douchedata.com)
2021-05-06 01:15:33 <kajzer> btw that xmonad config on pastebin works, you would have to comment out stuff and uncomment, like I showed in the picture
2021-05-06 01:15:38 × entropie quits (~mit@ip5f59973a.dynamic.kabel-deutschland.de) (Quit: "")
2021-05-06 01:15:50 × davve_ quits (davve@bsd.douchedata.com) (Read error: Connection reset by peer)
2021-05-06 01:16:48 × dminuoso quits (~dminuoso@unaffiliated/dminuoso) (Quit: ZNC 1.7.5 - https://znc.in)
2021-05-06 01:17:11 × rieper quits (~riepernet@sxbeta1.geo.uni-leipzig.de) (Remote host closed the connection)
2021-05-06 01:17:23 entropie joins (~mit@ip5f59973a.dynamic.kabel-deutschland.de)
2021-05-06 01:17:26 × tv quits (~tv@unaffiliated/tv) (Ping timeout: 240 seconds)
2021-05-06 01:17:37 ADG1089_ joins (~aditya@122.163.193.183)
2021-05-06 01:17:38 × ADG1089 quits (~aditya@122.163.193.183) (Remote host closed the connection)
2021-05-06 01:18:18 rieper joins (~riepernet@sxbeta1.geo.uni-leipzig.de)
2021-05-06 01:19:22 tv joins (~tv@unaffiliated/tv)
2021-05-06 01:20:04 dminuoso joins (~dminuoso@static.88-198-218-68.clients.your-server.de)
2021-05-06 01:32:54 × geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed)
2021-05-06 01:34:02 geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com)
2021-05-06 01:34:35 × ADG1089_ quits (~aditya@122.163.193.183) (Quit: Konversation terminated!)
2021-05-06 01:43:44 × kajzer quits (~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1)
2021-05-06 01:44:38 × entropie quits (~mit@ip5f59973a.dynamic.kabel-deutschland.de) (Ping timeout: 260 seconds)
2021-05-06 01:50:22 entropie joins (~mit@ip5f59973a.dynamic.kabel-deutschland.de)
2021-05-06 01:52:48 × mohab quits (~mohab@45.243.39.138) (*.net *.split)
2021-05-06 01:52:50 × Natch quits (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (*.net *.split)
2021-05-06 01:52:53 × jameekim2 quits (~jameekim@mx.nodaplife.me) (*.net *.split)
2021-05-06 01:52:53 × alex88 quits (~alex88@unaffiliated/alex88) (*.net *.split)
2021-05-06 01:52:55 × st13g quits (~quassel@47.90.246.232) (*.net *.split)
2021-05-06 01:52:55 × _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (*.net *.split)
2021-05-06 01:52:58 × pdxleif quits (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) (*.net *.split)
←Prev  Next→
Page 1 .. 353 354 355 356 357 358 359 360 361 362 363 .. 397

All times are in UTC.