| 2021-07-20 00:48:07 +0000 | <geekosaur> | so I'd been trying to avoid it because of all the downloads and registrations but I am now installing unity editor to see what's wrong with it. (watch it also work with ewmh…) |
| 2021-07-20 00:48:51 +0000 | <geekosaur> | I'd assumed it was a mono problem but you make it sound like not, unless they're using an older version or something |
| 2021-07-20 01:20:15 +0000 | aegon | (~mike@174.127.249.180) (Quit: leaving) |
| 2021-07-20 01:20:40 +0000 | aegon | (~mike@174.127.249.180) |
| 2021-07-20 01:50:53 +0000 | <geekosaur> | hm. I'm also considering trapping the key function returning (0,0) and substituting our default, since `def` can't be made to work there. comments? (https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Hooks/StatusBar.hs#L288) |
| 2021-07-20 01:52:16 +0000 | berberman | (~berberman@user/berberman) |
| 2021-07-20 01:52:18 +0000 | <geekosaur> | only problem I can think of is someone wanting to deliberately do nothing, but in that case I think they want withSB instead of withEasySB |
| 2021-07-20 01:52:43 +0000 | Guest35 | (~Guest35@2.57.169.23) (Ping timeout: 246 seconds) |
| 2021-07-20 01:53:17 +0000 | berberman_ | (~berberman@user/berberman) (Ping timeout: 255 seconds) |
| 2021-07-20 01:54:02 +0000 | <geekosaur> | (more correctly, `def` is going to expand to `const (0,0)` and there's no way to override it without an unreliable overlapping instance) |
| 2021-07-20 01:55:19 +0000 | <geekosaur> | so catch the (0,0) and do what they probably intended |
| 2021-07-20 01:56:41 +0000 | <geekosaur> | it's also conceivable they're doing something tricky that only works with their config, but in that case I think again they're better off defining it themself |
| 2021-07-20 02:00:25 +0000 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) |
| 2021-07-20 02:01:28 +0000 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Quit: No Ping reply in 180 seconds.) |
| 2021-07-20 02:04:01 +0000 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) |
| 2021-07-20 02:04:45 +0000 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2021-07-20 02:04:48 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 255 seconds) |
| 2021-07-20 02:05:47 +0000 | amirography | (~amirograp@static.82.147.251.148.clients.your-server.de) |
| 2021-07-20 02:07:55 +0000 | amirography | (~amirograp@static.82.147.251.148.clients.your-server.de) (Client Quit) |
| 2021-07-20 02:09:39 +0000 | amirography[m] | (~amirograp@2001:470:69fc:105::c365) |
| 2021-07-20 02:11:17 +0000 | td_ | (~td@muedsl-82-207-238-108.citykom.de) (Ping timeout: 255 seconds) |
| 2021-07-20 02:11:20 +0000 | <amirography[m]> | Hey all. Is there a way that I can make it obvious to my self which screen my focus is on? I'm using ScreensLayout to split my 55inch tv. However, I have trouble finding out which part has the focus at which moment. |
| 2021-07-20 02:13:07 +0000 | td_ | (~td@muedsl-82-207-238-004.citykom.de) |
| 2021-07-20 02:16:27 +0000 | <geekosaur> | not really without using a statusbar with some kind of screen-based config (say, https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L261-L279 except you probably aren't logging via pango) |
| 2021-07-20 02:19:02 +0000 | <geekosaur> | actually that's out of date with current xmonad but I haven't uploaded my local config yet |
| 2021-07-20 02:22:11 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2021-07-20 02:35:29 +0000 | <geekosaur> | https://paste.tomsmeding.com/jBwSteST is the current version of that code. shows title of current window, and focused workspace on each screen with each screen appropriately dimmed/highlighted. you'll want to replace "pango" with whatever statusbar you use |
| 2021-07-20 03:51:29 +0000 | aegon | (~mike@174.127.249.180) (Quit: leaving) |
| 2021-07-20 04:23:50 +0000 | Nahra` | (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
| 2021-07-20 04:25:46 +0000 | Nahra` | (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-07-20 04:27:27 +0000 | cjb | (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-20 04:40:33 +0000 | cjb | (~cjb@user/cjb) |
| 2021-07-20 05:13:29 +0000 | cjb | (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-20 06:10:44 +0000 | benin0369 | (~benin@183.82.177.8) (Ping timeout: 252 seconds) |
| 2021-07-20 06:15:15 +0000 | benin0369 | (~benin@183.82.204.103) |
| 2021-07-20 06:33:49 +0000 | benin0369 | (~benin@183.82.204.103) (Ping timeout: 265 seconds) |
| 2021-07-20 06:48:49 +0000 | berberman | (~berberman@user/berberman) (Ping timeout: 246 seconds) |
| 2021-07-20 06:49:32 +0000 | berberman | (~berberman@user/berberman) |
| 2021-07-20 06:56:15 +0000 | benin0369 | (~benin@183.82.176.216) |
| 2021-07-20 08:17:34 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2021-07-20 08:17:34 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-20 08:17:37 +0000 | allbery_b | geekosaur |
| 2021-07-20 10:53:14 +0000 | <amirography[m]> | <geekosaur "https://paste.tomsmeding.com/jBw"> Thanks! I will try your configs! |
| 2021-07-20 11:21:14 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-20 11:23:33 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-07-20 12:18:43 +0000 | redgloboli | (~redglobol@user/redgloboli) |
| 2021-07-20 12:28:27 +0000 | sagax | (~sagax@213.138.71.146) (Ping timeout: 258 seconds) |
| 2021-07-20 12:53:28 +0000 | benin03699 | (~benin@183.82.205.42) |
| 2021-07-20 12:55:32 +0000 | benin0369 | (~benin@183.82.176.216) (Ping timeout: 252 seconds) |
| 2021-07-20 12:55:32 +0000 | benin03699 | benin0369 |
| 2021-07-20 13:15:21 +0000 | DrRoot[m] | (~drroot85m@2001:470:69fc:105::c35e) |
| 2021-07-20 16:07:16 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-07-20 16:36:38 +0000 | berberman | (~berberman@user/berberman) (Ping timeout: 255 seconds) |
| 2021-07-20 17:22:51 +0000 | aegon | (~mike@174.127.249.180) |
| 2021-07-20 17:23:10 +0000 | aegon | (~mike@174.127.249.180) (Quit: leaving) |
| 2021-07-20 17:23:29 +0000 | aegon | (~mike@174.127.249.180) |
| 2021-07-20 17:58:12 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-07-20 18:03:27 +0000 | sagax | (~sagax@213.138.71.146) |
| 2021-07-20 18:06:10 +0000 | coldpress | (~coldpress@128.9.105.34.bc.googleusercontent.com) (Ping timeout: 272 seconds) |
| 2021-07-20 18:11:07 +0000 | coldpress | (~coldpress@128.9.105.34.bc.googleusercontent.com) |
| 2021-07-20 18:12:01 +0000 | benin0369 | (~benin@183.82.205.42) (Ping timeout: 246 seconds) |
| 2021-07-20 18:14:17 +0000 | benin0369 | (~benin@183.82.205.42) |
| 2021-07-20 18:42:19 +0000 | benin0369 | (~benin@183.82.205.42) (Ping timeout: 268 seconds) |
| 2021-07-20 18:56:46 +0000 | benin0369 | (~benin@106.198.95.190) |
| 2021-07-20 19:15:22 +0000 | aegon | (~mike@174.127.249.180) (Quit: leaving) |
| 2021-07-20 19:17:38 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2021-07-20 19:27:53 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-07-20 19:42:14 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-20 19:42:54 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-07-20 20:10:38 +0000 | spoonm | hayoung |
| 2021-07-20 20:10:44 +0000 | zarkone | (~user@p200300cdef39faf05f62d306a61f603f.dip0.t-ipconnect.de) |
| 2021-07-20 20:13:34 +0000 | <zarkone> | hi everyone! I have a very interesting behavior happen in my Xmonad. I decide to give a terminal emacs a try and noticed that whenever I switch back from another tag to the tag with terminal with open emacs inside, I got a character "I" send to emacs. This is reproducible in a couple of terminal emulators. Did anyone faced anything which looks similar? Thanks, -- and nice to meet you |
| 2021-07-20 20:14:49 +0000 | <liskin> | zarkone: that sounds like your terminal is sending focus in/out events and emacs doesn't understand them |
| 2021-07-20 20:15:43 +0000 | hayoung | spoonm |
| 2021-07-20 20:15:47 +0000 | <liskin> | the weird thing being that those events shouldn't be sent unless opted in |
| 2021-07-20 20:16:13 +0000 | <liskin> | it can be something else entirely |
| 2021-07-20 20:17:56 +0000 | <zarkone> | hi liskin , thanks, I'll try to check this |
| 2021-07-20 20:18:28 +0000 | T_X | (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer) |
| 2021-07-20 20:18:49 +0000 | <zarkone> | oh, you're right -- it is not a tag switch, but rather a focus switch |
| 2021-07-20 20:18:57 +0000 | <zarkone> | which triggers that |
| 2021-07-20 20:20:20 +0000 | abhixec_ | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-07-20 20:20:46 +0000 | <zarkone> | so it is basically types O when focus is out and types I when focus is in :D |
| 2021-07-20 20:20:55 +0000 | <zarkone> | which totally makes sense |
| 2021-07-20 20:21:04 +0000 | <zarkone> | but kind of not desired |
| 2021-07-20 20:21:14 +0000 | <zarkone> | thanks a lot, I'll try to dig into |
| 2021-07-20 20:22:37 +0000 | <liskin> | if you can reproduce this in multiple terminals, that means either emacs is doing something weird, or something else is telling the terminal to send those events to unsuspecting applications |
| 2021-07-20 20:24:10 +0000 | <liskin> | I saw this some time ago when vim didn't support those events natively and I had a plugin that issued the raw sequence for enabling those events and map the focus sequences as F21/F22 keys or something, and it'd glitch sometimes |
| 2021-07-20 20:24:37 +0000 | <liskin> | perhaps you have some sort of emacs extensions that does something like that? |
| 2021-07-20 20:26:07 +0000 | <zarkone> | could be -- that's also a brilliant idea -- will try with --no-init-file now! |
| 2021-07-20 20:27:37 +0000 | <zarkone> | ah! liskin, you've nailed it again -- naked emacs doesn't have it! |
| 2021-07-20 20:28:33 +0000 | <zarkone> | now I know where exactly to dig |
| 2021-07-20 20:28:37 +0000 | <zarkone> | thanks a lot once again! |
| 2021-07-20 20:28:39 +0000 | <liskin> | oh, cool :-) |
| 2021-07-20 20:29:02 +0000 | <zarkone> | two replies -- two hits. supper effective :D |
| 2021-07-20 20:30:34 +0000 | <zarkone> | oh -- I'm also on fire! the first _suspicious_ package I've commented disabled this |
| 2021-07-20 20:30:58 +0000 | <zarkone> | it was a key-chord mode |
| 2021-07-20 20:53:14 +0000 | zarkone | (~user@p200300cdef39faf05f62d306a61f603f.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-07-20 21:02:19 +0000 | abhixec_ | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-07-20 21:10:19 +0000 | benin0369 | (~benin@106.198.95.190) (Read error: Connection reset by peer) |
| 2021-07-20 21:12:14 +0000 | benin0369 | (~benin@46.244.28.118) |
| 2021-07-20 21:55:54 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-07-20 22:12:37 +0000 | sagax | (~sagax@213.138.71.146) (Ping timeout: 245 seconds) |
| 2021-07-20 22:21:23 +0000 | benin03693 | (~benin@46.244.28.58) |
| 2021-07-20 22:24:56 +0000 | benin0369 | (~benin@46.244.28.118) (Ping timeout: 255 seconds) |
| 2021-07-20 22:24:56 +0000 | benin03693 | benin0369 |
| 2021-07-20 22:58:15 +0000 | berberman | (~berberman@user/berberman) |
| 2021-07-20 23:04:26 +0000 | redgloboli | (~redglobol@user/redgloboli) (Quit: ended) |
| 2021-07-20 23:04:43 +0000 | redgloboli | (~redglobol@user/redgloboli) |
| 2021-07-20 23:09:30 +0000 | benin03693 | (~benin@106.198.95.190) |
| 2021-07-20 23:11:54 +0000 | benin0369 | (~benin@46.244.28.58) (Ping timeout: 265 seconds) |
| 2021-07-20 23:11:54 +0000 | benin03693 | benin0369 |
| 2021-07-20 23:25:59 +0000 | aegon | (~mike@174.127.249.180) |
| 2021-07-20 23:26:22 +0000 | aegon | (~mike@174.127.249.180) (Client Quit) |
| 2021-07-20 23:26:36 +0000 | aegon | (~mike@174.127.249.180) |