Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,983 events total
2023-01-28 03:48:37 doppo joins (~doppo@2604:180::e0fc:a07f)
2023-01-28 03:53:06 × doppo quits (~doppo@2604:180::e0fc:a07f) (Read error: Connection reset by peer)
2023-01-28 03:54:29 doppo joins (~doppo@2604:180::e0fc:a07f)
2023-01-28 05:42:10 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 260 seconds)
2023-01-28 05:53:44 qbt joins (~qbt@user/edun)
2023-01-28 06:51:54 × spider_ quits (~spider@vps-951ce37a.vps.ovh.ca) (Quit: WeeChat 3.5)
2023-01-28 07:04:39 × qbt quits (~qbt@user/edun) (Ping timeout: 260 seconds)
2023-01-28 07:30:08 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 248 seconds)
2023-01-28 07:35:49 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-01-28 07:43:13 qbt joins (~qbt@user/edun)
2023-01-28 07:46:45 fjMSX joins (~hypni2p@89-179-32-81.broadband.corbina.ru)
2023-01-28 07:47:00 × fjMSX quits (~hypni2p@89-179-32-81.broadband.corbina.ru) (Remote host closed the connection)
2023-01-28 07:51:28 × blaa quits (~bla@83.24.73.237.ipv4.supernova.orange.pl) (Ping timeout: 248 seconds)
2023-01-28 08:24:20 mc47 joins (~mc47@xmonad/TheMC47)
2023-01-28 08:50:52 themc47 joins (~mc47@xmonad/TheMC47)
2023-01-28 08:51:26 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 268 seconds)
2023-01-28 09:11:31 playback2396[m] joins (~playback2@2001:470:69fc:105::2:feb8)
2023-01-28 10:09:50 × themc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-01-28 10:26:31 × qbt quits (~qbt@user/edun) (Ping timeout: 252 seconds)
2023-01-28 10:47:28 qbt joins (~qbt@user/edun)
2023-01-28 10:56:00 × qbt quits (~qbt@user/edun) (Ping timeout: 248 seconds)
2023-01-28 11:00:38 fjMSX joins (~hypni2p@89-179-32-81.broadband.corbina.ru)
2023-01-28 11:00:54 × fjMSX quits (~hypni2p@89-179-32-81.broadband.corbina.ru) (Read error: Connection reset by peer)
2023-01-28 15:50:49 × telser quits (~quassel@user/telser) (Ping timeout: 260 seconds)
2023-01-28 15:51:03 telser joins (~quassel@user/telser)
2023-01-28 16:00:09 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle)
2023-01-28 16:50:21 × gdd quits (~gdd@2001:470:1f13:187:3a49:a5bc:2f91:2c4d) (Ping timeout: 265 seconds)
2023-01-28 16:50:51 gdd joins (~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5)
2023-01-28 17:12:59 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2023-01-28 17:43:50 qbt joins (~qbt@user/edun)
2023-01-28 17:48:40 × qbt quits (~qbt@user/edun) (Ping timeout: 252 seconds)
2023-01-28 17:50:09 qbt joins (~qbt@user/edun)
2023-01-28 17:51:25 mc47 joins (~mc47@xmonad/TheMC47)
2023-01-28 19:38:18 × qbt quits (~qbt@user/edun) (Ping timeout: 252 seconds)
2023-01-28 21:14:52 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-01-28 21:31:08 dissisor joins (~sergei@176.214.128.25)
2023-01-28 21:31:28 dissisor parts (~sergei@176.214.128.25) ()
2023-01-28 21:56:57 dissisor joins (~sergei@176.214.128.25)
2023-01-28 21:58:27 <dissisor> :-D
2023-01-28 21:58:36 dissisor parts (~sergei@176.214.128.25) ()
2023-01-28 21:58:41 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-01-29 00:12:51 × ghormoon quits (~ghormoon@ghorland.net) (Quit: ZNC - http://znc.in)
2023-01-29 00:20:55 ghormoon joins (~ghormoon@ghorland.net)
2023-01-29 00:29:11 <T_X> phew, found a workaround to use only my Alt_L and not Alt_R as mod1 for Xmonad... excerpt from my custom skb map: https://paste.linuxlounge.net/ZY
2023-01-29 00:29:50 <T_X> Alt_R is still listed in the xmodmap output. however looks like X is not emitting a mod1 anymore for it
2023-01-29 00:30:18 <T_X> and I seem to be able to use Alt_R in applications without problems now
2023-01-29 00:31:48 <T_X> it's still a bit weird that something like "xmodmap -e 'clear mod1'" or "xmodmap -e 'remove mod1 = Alt_R'" throw an error. I have the feeling that something in the "setxkbmap de neo" layout is broken
2023-01-29 00:32:22 <geekosaur> actually that's not too surprising. xmodmap is the old way to do it, and xkb can do things xmodmap doesn't understand
2023-01-29 00:32:37 <geekosaur> in which case you must use xkb to do what you want
2023-01-29 00:32:44 <T_X> I'm wondering if the "mod2 BadKey (0xcf)" confuses it
2023-01-29 00:32:46 <T_X> yeah, looks like
2023-01-29 00:33:19 <T_X> however I didn't find a super clean way to do something like the two xmodmap commands above in an xkb map
2023-01-29 00:33:52 <T_X> but setting "actions[Group1] = [ NoAction() ]" to Alt_R seems to work for now for me :D
2023-01-29 00:34:00 <T_X> eh
2023-01-29 00:34:06 <T_X> I mean "actions[Group1] = [ SetMods(modifiers=Alt_R) ]"
2023-01-29 00:35:12 <T_X> any usage of "modifier_map Mod1 { ... } " seems to only add to Mod1. but does not clear it
2023-01-29 00:36:23 <T_X> and anything I tried with the "override" or "replace" keywords did not seem to help. and to me in the code it looks like they are ignored and always the merge option is used for a modifier_map
2023-01-29 00:37:12 <T_X> and from https://www.x.org/wiki/XKB/ I couldn't make much sense either, on how to cleanly remove a key from a modX
2023-01-29 03:03:10 × banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 260 seconds)
2023-01-29 03:15:39 × td_ quits (~td@i53870921.versanet.de) (Ping timeout: 260 seconds)
2023-01-29 03:17:05 td_ joins (~td@i5387093F.versanet.de)
2023-01-29 03:25:45 banc joins (banc@gateway/vpn/protonvpn/banc)
2023-01-29 05:51:30 qbt joins (~qbt@user/edun)
2023-01-29 06:56:12 Guest58 joins (~Guest58@174-22-199-196.phnx.qwest.net)
2023-01-29 06:57:20 <Guest58> Can someone take a look at my post here: https://www.reddit.com/r/xmonad/comments/10o0toe/how_to_use_x_string_as_string_in_xmobar/?utm_source=share&utm_medium=web2x&context=3
2023-01-29 07:13:56 <Solid> You can't pair an `X String` with a normal `String`; where are you actually using formatFocused etc.?
2023-01-29 07:24:32 <Guest58> I am using it in the following function:
2023-01-29 07:24:33 <Guest58>     logTitlesM :: ScreenId -> Logger
2023-01-29 07:24:33 <Guest58>     logTitlesM sid = do
2023-01-29 07:24:34 <Guest58>         c <- withWindowSet $ return . W.screen . W.current
2023-01-29 07:24:34 <Guest58>         if sid == c then
2023-01-29 07:24:35 <Guest58>             logTitlesOnScreen sid formatFocused formatUnfocused
2023-01-29 07:24:35 <Guest58>         else
2023-01-29 07:24:36 <Guest58>             logTitlesOnScreen sid formatVisible formatUnfocused
2023-01-29 07:29:48 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-126-g90f4a96f: X.U.NamedActions: Do not discard all keybindings in addDescrKeys (2 days ago, 2 files, 7+ 1-) https://github.com/xmonad/xmonad-contrib/commit/90f4a96f933a
2023-01-29 07:29:50 <xmonadtrack> xmonad-contrib Tony Zorman {GitHub} * v0.17.1-129-g6fba8016: Merge pull request #796 from slotThe/fix/named-actions/key-overwriting (5 minutes ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/6fba80168df6
2023-01-29 07:31:44 × Guest58 quits (~Guest58@174-22-199-196.phnx.qwest.net) (Quit: Client closed)
2023-01-29 07:31:59 Guest58 joins (~Guest58@174-22-199-196.phnx.qwest.net)
2023-01-29 07:37:57 <Solid> Guest58: a `Logger` is nothing more but an `X (Maybe String)`, so you can do the whole window count thing inside of `lotTitlesM`
2023-01-29 07:39:12 <Solid> also note that `winc` only gets the number of windows of the _current_ (focused) screen, so you might not want to pass it to the other bars on the visible screens
2023-01-29 07:42:12 <Guest58> so would i just replace the formatFocused etc parts in ``logTitlesM`` with what I have in ppWindow?
2023-01-29 07:43:01 <Guest58> also thanks for the heads up on the current screen, im going to have to figure out how to make it work on my other screens
2023-01-29 07:51:24 × Guest58 quits (~Guest58@174-22-199-196.phnx.qwest.net) (Quit: Client closed)
2023-01-29 07:54:35 <Solid> ppWindow still doesn't typecheck, but since you're not doing anything that actually involves the current window in `winc`, you should be able to rewrite it relatively easily
2023-01-29 07:54:39 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds)
2023-01-29 07:54:58 <Solid> if you send me a code snippet that compiles (i.e., probably the full config) I could try to show you what I mean
2023-01-29 10:01:03 × qbt quits (~qbt@user/edun) (Ping timeout: 260 seconds)
2023-01-29 10:17:56 mc47 joins (~mc47@xmonad/TheMC47)
2023-01-29 11:07:25 × scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Quit: leaving)
2023-01-29 11:07:59 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 264 seconds)
2023-01-29 11:09:16 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-01-29 11:09:25 scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk)
2023-01-29 12:14:17 qbt joins (~qbt@user/edun)
2023-01-29 14:52:34 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-01-29 15:28:00 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 248 seconds)
2023-01-29 15:29:45 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-01-29 15:36:40 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2023-01-29 16:00:06 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle)
2023-01-29 16:05:33 × scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Quit: leaving)
2023-01-29 16:11:36 scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk)

All times are in UTC.