Logs: liberachat/#xmonad
| 2021-12-18 09:17:36 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-12-18 09:17:39 | allbery_b | is now known as geekosaur |
| 2021-12-18 10:46:15 | <noex> | liskin: nice :) |
| 2021-12-18 11:16:33 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-12-18 13:39:52 | <Vermoot> | Hi all |
| 2021-12-18 13:40:10 | <Vermoot> | It's been a while, and I still haven't found a way to make this work: |
| 2021-12-18 13:40:43 | <Vermoot> | I use IndependentScreens and I'd like to be able to cycle (like CycleWS) through workspaces on the currently focused screen |
| 2021-12-18 13:41:18 | <Vermoot> | Other people have been able to do it but for some reason their solutions didn't do it for me (see here https://www.reddit.com/r/xmonad/comments/qmjxmh/cyclews_only_on_current_screen_with_independent/hob0u1t/?context=10000 ) |
| 2021-12-18 13:59:39 | <noex> | anyone have an example of a startup hook I can look at? looking to use spawnonce to open some applications but for some reason most people don't seem to be doing this |
| 2021-12-18 14:00:13 | <Vermoot> | Here's mine, super simple https://github.com/Vermoot/dotfiles/blob/linux/xmonad/xmonad.hs#L106 |
| 2021-12-18 14:00:38 | <noex> | Vermoot: nice thanks! |
| 2021-12-18 14:16:51 | <noex> | hmm i was kind of wanting to do something like this: spawnOnce "alacritty -e nemoutt" --> doShift "2" |
| 2021-12-18 14:17:02 | <noex> | it doesn't like me shifting it to that workspace there though |
| 2021-12-18 14:38:38 | <Vermoot> | noex, I think this is what you're looking for https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Util-SpawnOnce.html#v:spawnOnOnce |
| 2021-12-18 14:40:07 | <noex> | Vermoot: perfact, thanks. i was looking at a different page. |
| 2021-12-18 15:40:00 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!) |
| 2021-12-18 15:42:12 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-18 15:58:23 | × | ml| quits (~ml|@user/ml/x-5298235) (Quit: WeeChat 3.3) |
| 2021-12-18 17:01:14 | → | ebray187 joins (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) |
| 2021-12-18 18:00:05 | × | benin quits (~benin@183.82.27.121) (Ping timeout: 252 seconds) |
| 2021-12-18 18:00:34 | → | benin joins (~benin@183.82.27.121) |
| 2021-12-18 18:15:39 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!) |
| 2021-12-18 18:17:17 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-18 18:22:19 | × | ebray187 quits (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) (Quit: Konversation terminated!) |
| 2021-12-18 18:22:56 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 2021-12-18 18:27:47 | <noex> | spawnOnOnce spawned everything, but it completely ignored the workspaces and just spawned everything on the first workspace |
| 2021-12-18 18:28:26 | <geekosaur> | did you forget manageSpawn? |
| 2021-12-18 18:29:42 | <noex> | i guess so. i don't see that in this documentation though. |
| 2021-12-18 18:32:11 | <geekosaur> | no, it's documented in SpawnOn, not SpawnOnce |
| 2021-12-18 18:32:25 | <geekosaur> | it should point there since it's using SpawnOn |
| 2021-12-18 18:32:58 | <noex> | oh, i see |
| 2021-12-18 18:33:55 | <noex> | nice, that makes sense. going to retry with that manage hook |
| 2021-12-18 18:34:08 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!) |
| 2021-12-18 18:35:24 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-18 18:35:32 | <noex> | geekosaur: beautiful :) thank you |
| 2021-12-18 18:37:41 | <geekosaur> | https://github.com/xmonad/xmonad-contrib/issues/663 |
| 2021-12-18 18:40:11 | <noex> | nice. yeah, it's not super intuitive, but works great once you know. |
| 2021-12-18 18:40:42 | <noex> | i got a student at my university to use xmonad after he complained about KDE for like a month https://i.imgur.com/Q5DX9zP.png |
| 2021-12-18 18:46:37 | × | Vermoot quits (~vermoot@89-158-106-112.rev.numericable.fr) (Remote host closed the connection) |
| 2021-12-18 18:47:51 | <geekosaur> | kind of a pity none of the spawn… functions can easily add manageSpawn for you. unless the new ExtensibleConfig stuff can do it |
| 2021-12-18 18:52:11 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-12-18 19:49:55 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
| 2021-12-18 19:51:11 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-12-18 20:28:56 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-rc1) |
| 2021-12-18 20:41:49 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-12-18 20:47:01 | → | catman joins (~catman@user/catman) |
| 2021-12-18 20:47:15 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-12-18 20:54:37 | × | Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2021-12-18 20:56:32 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 2021-12-18 21:34:36 | × | benin quits (~benin@183.82.27.121) (Ping timeout: 256 seconds) |
| 2021-12-18 21:57:16 | × | yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 2021-12-18 21:58:10 | → | benin joins (~benin@183.82.27.121) |
| 2021-12-18 22:20:22 | → | yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2021-12-18 22:48:38 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-12-18 23:17:58 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.3) |
| 2021-12-18 23:29:31 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-12-18 23:31:57 | × | obimod quits (~obimod@gateway/vpn/pia/obimod) (Remote host closed the connection) |
| 2021-12-18 23:33:40 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-12-19 01:04:12 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::745c) |
| 2021-12-19 01:36:10 | → | noex_ joins (~null@ip68-13-181-143.om.om.cox.net) |
| 2021-12-19 01:36:12 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Read error: Connection reset by peer) |
| 2021-12-19 01:57:50 | noex_ | is now known as noex |
| 2021-12-19 02:45:30 | × | benin quits (~benin@183.82.27.121) (Ping timeout: 260 seconds) |
| 2021-12-19 02:52:13 | → | benin joins (~benin@183.82.27.121) |
| 2021-12-19 03:03:14 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds) |
| 2021-12-19 03:20:50 | × | td_ quits (~td@94.134.91.199) (Ping timeout: 256 seconds) |
| 2021-12-19 03:21:58 | × | obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 256 seconds) |
| 2021-12-19 03:22:26 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-12-19 03:22:39 | → | td_ joins (~td@muedsl-82-207-238-128.citykom.de) |
| 2021-12-19 03:59:00 | × | noex quits (~null@ip68-13-181-143.om.om.cox.net) (Quit: :q!) |
| 2021-12-19 04:00:02 | → | noex joins (~null@ip68-13-181-143.om.om.cox.net) |
| 2021-12-19 04:13:11 | × | noex quits (~null@ip68-13-181-143.om.om.cox.net) (Quit: :q!) |
| 2021-12-19 04:13:40 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-19 04:16:57 | × | mvk quits (~mvk@2607:fea8:5cdd:f000::745c) (Ping timeout: 240 seconds) |
| 2021-12-19 05:06:45 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::745c) |
| 2021-12-19 08:12:57 | × | mvk quits (~mvk@2607:fea8:5cdd:f000::745c) (Ping timeout: 240 seconds) |
| 2021-12-19 09:00:08 | × | antilambda[m] quits (~antilambd@2001:470:69fc:105::a2b) (Quit: You have been kicked for being idle) |
| 2021-12-19 09:00:08 | × | mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Quit: You have been kicked for being idle) |
| 2021-12-19 09:16:55 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer) |
| 2021-12-19 09:17:35 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-12-19 09:28:28 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-12-19 10:11:50 | × | lazyrat quits (~lazycat@user/lazycat) (Quit: ZNC - https://znc.in) |
| 2021-12-19 10:14:12 | → | lazycat joins (~lazycat@user/lazycat) |
| 2021-12-19 10:23:46 | → | Nahra joins (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-12-19 10:32:17 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-12-19 10:49:44 | → | Guest13 joins (~Guest13@host-87-12-144-70.business.telecomitalia.it) |
| 2021-12-19 10:50:40 | × | Guest13 quits (~Guest13@host-87-12-144-70.business.telecomitalia.it) (Client Quit) |
| 2021-12-19 15:01:46 | → | gdd joins (~gdd@129.199.146.230) |
| 2021-12-19 15:26:45 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-rc1) |
| 2021-12-19 15:27:06 | → | catman joins (~catman@user/catman) |
| 2021-12-19 15:49:15 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-12-19 16:41:05 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::917a) |
| 2021-12-19 16:52:59 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!) |
| 2021-12-19 16:53:17 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-19 16:58:56 | × | x88x88x quits (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb) (Read error: Connection reset by peer) |
| 2021-12-19 17:07:54 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!) |
| 2021-12-19 17:09:13 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-12-19 20:30:55 | ormaaj2 | is now known as ormaaj |
| 2021-12-19 20:44:33 | × | mc47 quits (~mc47@xmonad/TheMC47) (Quit: Leaving) |
| 2021-12-19 21:14:54 | ← | FOSSHuman[m] parts (~lol111mat@2001:470:69fc:105::1:ad7) () |
All times are in UTC.