| 2022-05-27 00:02:20 +0000 | tremon | tremon_ |
| 2022-05-27 00:51:17 +0000 | stackdroid18 | (14094@user/stackdroid) (Quit: hasta la vista... tchau!) |
| 2022-05-27 00:54:45 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-05-27 00:56:17 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 01:10:00 +0000 | benin | (~benin@183.82.205.79) |
| 2022-05-27 01:31:15 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-05-27 01:34:35 +0000 | bla | (~bla@79.191.246.243.ipv4.supernova.orange.pl) (Ping timeout: 256 seconds) |
| 2022-05-27 01:36:03 +0000 | bla | (~bla@79.191.250.31.ipv4.supernova.orange.pl) |
| 2022-05-27 01:49:33 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 02:03:30 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2022-05-27 02:24:16 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-05-27 03:27:14 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 246 seconds) |
| 2022-05-27 03:29:21 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-05-27 04:50:03 +0000 | jludwig | (~justin@li657-110.members.linode.com) (Quit: ZNC - https://znc.in) |
| 2022-05-27 04:51:02 +0000 | jludwig | (~justin@li657-110.members.linode.com) |
| 2022-05-27 04:52:25 +0000 | jludwig | (~justin@li657-110.members.linode.com) (Changing host) |
| 2022-05-27 04:52:25 +0000 | jludwig | (~justin@user/jludwig) |
| 2022-05-27 04:54:41 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-05-27 04:54:43 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2022-05-27 04:54:46 +0000 | allbery_b | geekosaur |
| 2022-05-27 05:00:50 +0000 | <Solid> | spider_: index pretty much just does what you did by hand above: `maybe [] W.integrate . W.stack . W.workspace . W.current` |
| 2022-05-27 05:06:39 +0000 | spaceseller | (~spacesell@31.147.205.13) |
| 2022-05-27 05:13:10 +0000 | <spaceseller> | ok, i solved everything in xmonad as I wished, except one wierd thing about keyboard. Namely, I put 'setxkbmap hr' in .bashrc file. I got wished keyboard layout but after I open terminal. Till then I have 'ch'. With xfce I don't have the problem |
| 2022-05-27 05:17:32 +0000 | <[Leary]> | .bashrc runs on start of an interactive bash shell; only running upon opening a terminal is correct. |
| 2022-05-27 05:19:28 +0000 | spaceseller | (~spacesell@31.147.205.13) (Remote host closed the connection) |
| 2022-05-27 05:22:34 +0000 | spaceseller | (~spacesell@31.147.205.13) |
| 2022-05-27 05:23:42 +0000 | <[Leary]> | You can run a script in your startup hook instead. I'm not sure about putting it in ... what was it, .bash_profile? |
| 2022-05-27 05:37:16 +0000 | <spaceseller> | Not sure what do you mean by that. LightDM shows hr, xfce the same, only xmonad shows 'ch'. You mean start as a service, systemctl? |
| 2022-05-27 05:37:50 +0000 | <spaceseller> | or in xmonad.hs? |
| 2022-05-27 05:41:11 +0000 | <[Leary]> | spaceseller: I mean that xfce or lightdm or whatnot are running your .bashrc when in principle they actually shouldn't. |
| 2022-05-27 05:41:27 +0000 | <[Leary]> | I meant startupHook in xmonad.hs, but there are any number of ways. |
| 2022-05-27 05:45:50 +0000 | <spaceseller> | ok, so what is your suggestion, to delete it from .bashrc and put it into xmonad.hs? I thought that it needs to be before lightdm. |
| 2022-05-27 05:49:50 +0000 | <[Leary]> | If you need it before lightdm then it's well out of xmonad's domain; that's system or lightdm configuration. I'm surprised putting it in .bashrc ever worked. |
| 2022-05-27 05:57:12 +0000 | <spaceseller> | but xmonad somehow change it. |
| 2022-05-27 05:58:07 +0000 | aliosablack | (~chomwitt@2a02:587:dc05:e000:904f:df51:bc87:e667) |
| 2022-05-27 06:03:10 +0000 | <[Leary]> | I presume xfce ran .bashrc on login, as said before. That should be the only difference, which is why I suggested running a script on xmonad's startup. But if you want to setxkbmap before xmonad or xfce have even started, it shouldn't have much to do with either of them. |
| 2022-05-27 06:08:02 +0000 | <spaceseller> | ok, thank you very much. |
| 2022-05-27 06:09:48 +0000 | <spaceseller> | where then you suggest to put it before xmonad or xfce? I tried in /etc/X11/xinit/xinitrc without effect. |
| 2022-05-27 06:10:12 +0000 | <spaceseller> | as well as in ~/.xinitrc |
| 2022-05-27 06:11:29 +0000 | <[Leary]> | It all depends on your system and how you start X. Best to ask in the channel for your distro (or google). |
| 2022-05-27 06:12:30 +0000 | <spaceseller> | ok. So xmonad will not change it. Thnx |
| 2022-05-27 06:15:02 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 255 seconds) |
| 2022-05-27 06:15:50 +0000 | <spider_> | Solid: ah thank you |
| 2022-05-27 07:04:36 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-05-27 07:58:56 +0000 | spaceseller | (~spacesell@31.147.205.13) (Remote host closed the connection) |
| 2022-05-27 08:15:22 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2022-05-27 08:36:25 +0000 | spaceseller | (~spacesell@31.147.205.13) |
| 2022-05-27 08:39:10 +0000 | <spaceseller> | just to let you know I need to put the setxkmap in the StartupHook in xmonad.hs. Namely my localectl was System Locale: LANG=en_US.UTF-8 |
| 2022-05-27 08:39:10 +0000 | <spaceseller> | VC Keymap: croat |
| 2022-05-27 08:39:10 +0000 | <spaceseller> | X11 Layout: hr |
| 2022-05-27 08:39:40 +0000 | <spaceseller> | but in xmonad I didn't get diacritic characters |
| 2022-05-27 08:41:34 +0000 | <spaceseller> | like šđčćž |
| 2022-05-27 08:50:42 +0000 | spaceseller | (~spacesell@31.147.205.13) (Quit: Leaving) |
| 2022-05-27 09:56:13 +0000 | cfricke | (~cfricke@user/cfricke) (Read error: Connection reset by peer) |
| 2022-05-27 09:58:32 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-05-27 11:31:41 +0000 | Solid | (~slot@xmonad/slotThe) (Quit: Connection reset by pear) |
| 2022-05-27 11:38:14 +0000 | Solid | (~slot@xmonad/slotThe) |
| 2022-05-27 12:37:13 +0000 | cesarsl | (~cesarsl@2804:2530:e114:8700:aaa1:59ff:fe75:4321) |
| 2022-05-27 12:42:33 +0000 | diep | (~diep@2a04:c43:e00:6f28:4a9:38ff:fe00:2e4) |
| 2022-05-27 12:43:31 +0000 | cesarsl | (~cesarsl@2804:2530:e114:8700:aaa1:59ff:fe75:4321) (Quit: WeeChat 3.5) |
| 2022-05-27 13:47:27 +0000 | tremon_ | tremon |
| 2022-05-27 14:11:11 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-05-27 14:38:52 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 14:40:29 +0000 | srz | (~srz@157.92.6.58) |
| 2022-05-27 14:40:37 +0000 | srz_ | (~srz@157.92.6.58) |
| 2022-05-27 14:42:07 +0000 | srz_ | (~srz@157.92.6.58) (Remote host closed the connection) |
| 2022-05-27 14:42:08 +0000 | srz | (~srz@157.92.6.58) (Remote host closed the connection) |
| 2022-05-27 15:14:34 +0000 | diep | (~diep@2a04:c43:e00:6f28:4a9:38ff:fe00:2e4) (Remote host closed the connection) |
| 2022-05-27 15:27:59 +0000 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.5) |
| 2022-05-27 16:00:32 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-05-27 16:20:03 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-05-27 16:53:17 +0000 | benin | (~benin@183.82.205.79) (Ping timeout: 246 seconds) |
| 2022-05-27 16:54:35 +0000 | benin | (~benin@2401:4900:2323:6c4b:5923:ae7:d378:d557) |
| 2022-05-27 17:05:58 +0000 | arjun | (~arjun@user/arjun) |
| 2022-05-27 17:06:56 +0000 | benin8 | (~benin@183.82.25.126) |
| 2022-05-27 17:08:58 +0000 | benin | (~benin@2401:4900:2323:6c4b:5923:ae7:d378:d557) (Ping timeout: 258 seconds) |
| 2022-05-27 17:08:59 +0000 | benin8 | benin |
| 2022-05-27 17:20:38 +0000 | arjun | (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-05-27 18:02:37 +0000 | stoned | Hash |
| 2022-05-27 18:31:55 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) (Quit: Going elsewhere) |
| 2022-05-27 18:32:55 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-05-27 19:12:10 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 244 seconds) |
| 2022-05-27 19:45:29 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-05-27 19:45:58 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit) |
| 2022-05-27 19:46:51 +0000 | dcleonarski | (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) |
| 2022-05-27 21:39:07 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 21:41:37 +0000 | dcleonarski | (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) (Ping timeout: 260 seconds) |
| 2022-05-27 22:00:36 +0000 | jeeeun | (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-05-27 22:01:15 +0000 | jeeeun | (~jeeeun@78.40.148.178) |
| 2022-05-27 22:17:27 +0000 | aliosablack | (~chomwitt@2a02:587:dc05:e000:904f:df51:bc87:e667) (Ping timeout: 240 seconds) |
| 2022-05-27 22:55:33 +0000 | stackdroid18 | (14094@user/stackdroid) |
| 2022-05-27 23:15:21 +0000 | dcleonarski | (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) |
| 2022-05-27 23:24:39 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-05-27 23:56:28 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |