Logs: liberachat/#xmonad
| 2022-05-27 01:49:33 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 02:03:30 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2022-05-27 02:24:16 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-05-27 03:27:14 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 246 seconds) |
| 2022-05-27 03:29:21 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-05-27 04:50:03 | × | jludwig quits (~justin@li657-110.members.linode.com) (Quit: ZNC - https://znc.in) |
| 2022-05-27 04:51:02 | → | jludwig joins (~justin@li657-110.members.linode.com) |
| 2022-05-27 04:52:25 | × | jludwig quits (~justin@li657-110.members.linode.com) (Changing host) |
| 2022-05-27 04:52:25 | → | jludwig joins (~justin@user/jludwig) |
| 2022-05-27 04:54:41 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-05-27 04:54:43 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-05-27 04:54:46 | allbery_b | is now known as geekosaur |
| 2022-05-27 05:00:50 | <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 | → | spaceseller joins (~spacesell@31.147.205.13) |
| 2022-05-27 05:13:10 | <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 | <[Leary]> | .bashrc runs on start of an interactive bash shell; only running upon opening a terminal is correct. |
| 2022-05-27 05:19:28 | × | spaceseller quits (~spacesell@31.147.205.13) (Remote host closed the connection) |
| 2022-05-27 05:22:34 | → | spaceseller joins (~spacesell@31.147.205.13) |
| 2022-05-27 05:23:42 | <[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 | <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 | <spaceseller> | or in xmonad.hs? |
| 2022-05-27 05:41:11 | <[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 | <[Leary]> | I meant startupHook in xmonad.hs, but there are any number of ways. |
| 2022-05-27 05:45:50 | <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 | <[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 | <spaceseller> | but xmonad somehow change it. |
| 2022-05-27 05:58:07 | → | aliosablack joins (~chomwitt@2a02:587:dc05:e000:904f:df51:bc87:e667) |
| 2022-05-27 06:03:10 | <[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 | <spaceseller> | ok, thank you very much. |
| 2022-05-27 06:09:48 | <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 | <spaceseller> | as well as in ~/.xinitrc |
| 2022-05-27 06:11:29 | <[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 | <spaceseller> | ok. So xmonad will not change it. Thnx |
| 2022-05-27 06:15:02 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 255 seconds) |
| 2022-05-27 06:15:50 | <spider_> | Solid: ah thank you |
| 2022-05-27 07:04:36 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-05-27 07:58:56 | × | spaceseller quits (~spacesell@31.147.205.13) (Remote host closed the connection) |
| 2022-05-27 08:15:22 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2022-05-27 08:36:25 | → | spaceseller joins (~spacesell@31.147.205.13) |
| 2022-05-27 08:39:10 | <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 | <spaceseller> | VC Keymap: croat |
| 2022-05-27 08:39:10 | <spaceseller> | X11 Layout: hr |
| 2022-05-27 08:39:40 | <spaceseller> | but in xmonad I didn't get diacritic characters |
| 2022-05-27 08:41:34 | <spaceseller> | like šđčćž |
| 2022-05-27 08:50:42 | × | spaceseller quits (~spacesell@31.147.205.13) (Quit: Leaving) |
| 2022-05-27 09:56:13 | × | cfricke quits (~cfricke@user/cfricke) (Read error: Connection reset by peer) |
| 2022-05-27 09:58:32 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-05-27 11:31:41 | × | Solid quits (~slot@xmonad/slotThe) (Quit: Connection reset by pear) |
| 2022-05-27 11:38:14 | → | Solid joins (~slot@xmonad/slotThe) |
| 2022-05-27 12:37:13 | → | cesarsl joins (~cesarsl@2804:2530:e114:8700:aaa1:59ff:fe75:4321) |
| 2022-05-27 12:42:33 | → | diep joins (~diep@2a04:c43:e00:6f28:4a9:38ff:fe00:2e4) |
| 2022-05-27 12:43:31 | × | cesarsl quits (~cesarsl@2804:2530:e114:8700:aaa1:59ff:fe75:4321) (Quit: WeeChat 3.5) |
| 2022-05-27 13:47:27 | tremon_ | is now known as tremon |
| 2022-05-27 14:11:11 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-05-27 14:38:52 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 14:40:29 | → | srz joins (~srz@157.92.6.58) |
| 2022-05-27 14:40:37 | → | srz_ joins (~srz@157.92.6.58) |
| 2022-05-27 14:42:07 | × | srz_ quits (~srz@157.92.6.58) (Remote host closed the connection) |
| 2022-05-27 14:42:08 | × | srz quits (~srz@157.92.6.58) (Remote host closed the connection) |
| 2022-05-27 15:14:34 | × | diep quits (~diep@2a04:c43:e00:6f28:4a9:38ff:fe00:2e4) (Remote host closed the connection) |
| 2022-05-27 15:27:59 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5) |
| 2022-05-27 16:00:32 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-05-27 16:20:03 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-05-27 16:53:17 | × | benin quits (~benin@183.82.205.79) (Ping timeout: 246 seconds) |
| 2022-05-27 16:54:35 | → | benin joins (~benin@2401:4900:2323:6c4b:5923:ae7:d378:d557) |
| 2022-05-27 17:05:58 | → | arjun joins (~arjun@user/arjun) |
| 2022-05-27 17:06:56 | → | benin8 joins (~benin@183.82.25.126) |
| 2022-05-27 17:08:58 | × | benin quits (~benin@2401:4900:2323:6c4b:5923:ae7:d378:d557) (Ping timeout: 258 seconds) |
| 2022-05-27 17:08:59 | benin8 | is now known as benin |
| 2022-05-27 17:20:38 | × | arjun quits (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-05-27 18:02:37 | stoned | is now known as Hash |
| 2022-05-27 18:31:55 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::ba9a) (Quit: Going elsewhere) |
| 2022-05-27 18:32:55 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-05-27 19:12:10 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 244 seconds) |
| 2022-05-27 19:45:29 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-05-27 19:45:58 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit) |
| 2022-05-27 19:46:51 | → | dcleonarski joins (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) |
| 2022-05-27 21:39:07 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-27 21:41:37 | × | dcleonarski quits (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) (Ping timeout: 260 seconds) |
| 2022-05-27 22:00:36 | × | jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-05-27 22:01:15 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2022-05-27 22:17:27 | × | aliosablack quits (~chomwitt@2a02:587:dc05:e000:904f:df51:bc87:e667) (Ping timeout: 240 seconds) |
| 2022-05-27 22:55:33 | → | stackdroid18 joins (14094@user/stackdroid) |
| 2022-05-27 23:15:21 | → | dcleonarski joins (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) |
| 2022-05-27 23:24:39 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-05-27 23:56:28 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-05-28 00:23:05 | × | dcleonarski quits (~user@2804:d51:479c:4300:c312:71c1:ee9b:86ea) (Remote host closed the connection) |
| 2022-05-28 00:51:28 | → | Xioulious joins (~yourname@193.32.249.139) |
| 2022-05-28 00:53:04 | <Xioulious> | does xmonad not play nicely with wine programs? got one installed and under i3 the program run normally, but on xmonad it seems like it completely freezes xmonad |
| 2022-05-28 00:53:16 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2022-05-28 01:00:42 | × | bla quits (~bla@79.191.250.31.ipv4.supernova.orange.pl) (Ping timeout: 276 seconds) |
| 2022-05-28 01:00:48 | → | blaa joins (~bla@79.191.83.216.ipv4.supernova.orange.pl) |
| 2022-05-28 02:04:06 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 258 seconds) |
| 2022-05-28 02:18:17 | <FernandoSchuindt> | Folks, any recommended stalonetray alternatives? |
| 2022-05-28 02:20:19 | <jao> | FernandoSchuindt, trayer works well for me |
| 2022-05-28 02:21:41 | <FernandoSchuindt> | jao: gonna try it, thanks! |
| 2022-05-28 02:23:02 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-05-28 02:28:07 | <jao> | FernandoSchuindt, no problem. In xmonad, i use it with https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Util-Hacks.html#g:3 |
| 2022-05-28 02:28:37 | <jao> | (not sure if that's released, i compile xmonad{-contrib} from their repos) |
| 2022-05-28 02:29:38 | <FernandoSchuindt> | that sounds ideal |
All times are in UTC.