Logs: freenode/#xmonad
| 2021-05-06 01:52:58 | × | dweller quits (~dweller@178.62.146.60) (*.net *.split) |
| 2021-05-06 01:52:59 | × | kidel quits (~kidel@kidel.wtf) (*.net *.split) |
| 2021-05-06 01:52:59 | × | marens quits (~quassel@unaffiliated/marens) (*.net *.split) |
| 2021-05-06 01:54:01 | → | mohab joins (~mohab@45.243.39.138) |
| 2021-05-06 01:54:01 | → | Natch joins (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-05-06 01:54:01 | → | jameekim2 joins (~jameekim@mx.nodaplife.me) |
| 2021-05-06 01:54:01 | → | alex88 joins (~alex88@unaffiliated/alex88) |
| 2021-05-06 01:54:01 | → | st13g joins (~quassel@47.90.246.232) |
| 2021-05-06 01:54:01 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-05-06 01:54:01 | → | kidel joins (~kidel@kidel.wtf) |
| 2021-05-06 01:54:01 | → | pdxleif joins (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) |
| 2021-05-06 01:54:01 | → | marens joins (~quassel@unaffiliated/marens) |
| 2021-05-06 01:54:01 | → | dweller joins (~dweller@178.62.146.60) |
| 2021-05-06 01:55:12 | → | hd joins (0e8bae32@14.139.174.50) |
| 2021-05-06 01:57:38 | × | mohab quits (~mohab@45.243.39.138) (Ping timeout: 246 seconds) |
| 2021-05-06 02:01:11 | → | mohab joins (~mohab@45.243.39.138) |
| 2021-05-06 02:03:31 | × | hd quits (0e8bae32@14.139.174.50) (Quit: Connection closed) |
| 2021-05-06 02:10:04 | × | Natch quits (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Read error: Connection reset by peer) |
| 2021-05-06 02:14:27 | → | Natch joins (~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-05-06 02:23:33 | × | theDon quits (~td@muedsl-82-207-238-245.citykom.de) (Ping timeout: 265 seconds) |
| 2021-05-06 02:25:06 | → | theDon joins (~td@muedsl-82-207-238-051.citykom.de) |
| 2021-05-06 02:33:03 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds) |
| 2021-05-06 02:56:26 | × | mohab quits (~mohab@45.243.39.138) (Ping timeout: 260 seconds) |
| 2021-05-06 03:26:42 | → | mohab joins (~mohab@45.243.39.138) |
| 2021-05-06 03:59:15 | × | mohab quits (~mohab@45.243.39.138) (Ping timeout: 265 seconds) |
| 2021-05-06 04:12:52 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-05-06 04:14:16 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-05-06 05:12:35 | <sundbry> | Hi fellas, does anyone know how I can program more than 10 workspaces on my xmonad? |
| 2021-05-06 05:13:29 | <Solid> | ?tell geekosaur the only thing wrong I can see is that the statusBar config applies the docks modifier twice, but that has nothing to do with keybindings... |
| 2021-05-06 05:13:29 | <lambdabot> | Consider it noted. |
| 2021-05-06 05:15:12 | <Solid> | sundbry: XConfig has a `workspaces` field, so you can just do `main = xmonad $ def { workspaces = ["1", "2", "however many you like"] }` |
| 2021-05-06 05:15:45 | <sundbry> | how would the key bindings be set for that? |
| 2021-05-06 05:16:37 | <Solid> | that depends on which keys you want to use for things beyond 1-9 :) |
| 2021-05-06 05:16:52 | <sundbry> | This looks like a clue https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Layout-IndependentScreens.html if I can decipher this Haskell :D |
| 2021-05-06 05:17:05 | <Solid> | it's definitely the wrong module |
| 2021-05-06 05:17:10 | <sundbry> | probably just alt-shift-1,2...0 |
| 2021-05-06 05:17:16 | <sundbry> | so another 10 |
| 2021-05-06 05:17:54 | <Solid> | you could do that, but that's the default keybindings for shifting windows to workspaces |
| 2021-05-06 05:18:05 | <sundbry> | whoops yes you are right |
| 2021-05-06 05:18:41 | <sundbry> | maybe <windows-key> -n |
| 2021-05-06 05:23:47 | <Solid> | you can probably just take the default definition of how to switch workspaces and add that to it |
| 2021-05-06 05:37:58 | <Solid> | interesting to see that someone actually uses meta as their modifier key though |
| 2021-05-06 05:49:31 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-05-06 05:50:33 | → | def_jam joins (~eblip@unaffiliated/eblip) |
| 2021-05-06 05:52:23 | × | eblip quits (~eblip@unaffiliated/eblip) (Ping timeout: 268 seconds) |
| 2021-05-06 05:57:16 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Ping timeout: 252 seconds) |
| 2021-05-06 06:03:48 | → | mohab joins (~mohab@45.243.39.138) |
| 2021-05-06 06:05:12 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-05-06 06:09:36 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-05-06 06:13:01 | × | mohab quits (~mohab@45.243.39.138) (Ping timeout: 260 seconds) |
| 2021-05-06 06:14:00 | → | mohab joins (~mohab@156.223.41.37) |
| 2021-05-06 06:16:53 | × | wonko7 quits (~wonko7@62.115.229.50) (Quit: See You Space Cowboy..) |
| 2021-05-06 06:30:20 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2021-05-06 07:03:59 | × | mohab quits (~mohab@156.223.41.37) (Ping timeout: 252 seconds) |
| 2021-05-06 07:11:39 | → | mohab joins (~mohab@41.44.63.66) |
| 2021-05-06 07:54:20 | → | notis joins (~notis@185.51.134.229) |
| 2021-05-06 07:56:51 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-05-06 08:07:28 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2021-05-06 08:14:41 | Liskni_si | has alt+F1-F12 and mod+F1-F12 which gives me 24 workspaces |
| 2021-05-06 08:19:53 | Solid | just uses the prompt for anything beyond 9 because there's no way he could remember 24 things :> |
| 2021-05-06 08:20:06 | <Solid> | out of curiosity, what do you have on mod + 0-9 then? |
| 2021-05-06 08:30:48 | <Liskni_si> | switching between windows |
| 2021-05-06 08:31:07 | <Liskni_si> | (window groups, actually) |
| 2021-05-06 08:31:31 | × | kelnoky quits (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
| 2021-05-06 08:34:42 | <Liskni_si> | I kind of understand why people use 0-9 instead of the F-keys, though; these modern laptop keyboards are crap and no longer have proper dedicated F-keys |
| 2021-05-06 08:35:16 | <Liskni_si> | mine still does, luckily, but I have no idea what I'm going to do once the old intel CPU is no longer good enough :-/ |
| 2021-05-06 08:55:54 | → | kajzer joins (~kajzer@unaffiliated/kajzer) |
| 2021-05-06 09:13:10 | → | oogeek joins (~szz_@138.199.22.215) |
| 2021-05-06 09:14:47 | → | stefur joins (~stefur@h-240-34.A328.priv.bahnhof.se) |
| 2021-05-06 09:41:45 | → | pmj joins (~pm@p4fe156fa.dip0.t-ipconnect.de) |
| 2021-05-06 09:49:17 | ← | pmj parts (~pm@p4fe156fa.dip0.t-ipconnect.de) ("WeeChat 3.1") |
| 2021-05-06 09:58:21 | → | pmj joins (~pm@p4fe156fa.dip0.t-ipconnect.de) |
| 2021-05-06 10:00:06 | × | oogeek quits (~szz_@138.199.22.215) (Ping timeout: 240 seconds) |
| 2021-05-06 10:02:15 | → | oogeek joins (~szz_@84.17.34.151) |
| 2021-05-06 11:11:18 | × | pmj quits (~pm@p4fe156fa.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-05-06 11:56:34 | → | geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
| 2021-05-06 12:27:54 | → | yiufung joins (~user@183178189045.ctinets.com) |
| 2021-05-06 13:05:44 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-05-06 13:19:11 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-05-06 13:35:16 | × | rieper quits (~riepernet@sxbeta1.geo.uni-leipzig.de) (Quit: No Ping reply in 180 seconds.) |
| 2021-05-06 13:35:23 | → | rieper joins (~riepernet@sxbeta1.geo.uni-leipzig.de) |
| 2021-05-06 13:41:41 | × | kelnoky quits (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1) |
| 2021-05-06 14:04:09 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 245 seconds) |
| 2021-05-06 14:16:57 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 265 seconds) |
| 2021-05-06 14:32:51 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2021-05-06 14:41:12 | → | rekahsoft joins (~rekahsoft@38.29.28.2) |
| 2021-05-06 14:48:27 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-05-06 14:57:13 | × | mc47 quits (~yecinem@89.246.239.190) (Read error: Connection reset by peer) |
| 2021-05-06 14:58:55 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-05-06 15:06:46 | × | oogeek quits (~szz_@84.17.34.151) (Quit: leaving) |
| 2021-05-06 15:09:54 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-05-06 15:16:47 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2021-05-06 15:23:11 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
| 2021-05-06 15:27:22 | × | rieper quits (~riepernet@sxbeta1.geo.uni-leipzig.de) (Quit: No Ping reply in 180 seconds.) |
| 2021-05-06 15:27:36 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
| 2021-05-06 15:27:38 | → | rieper joins (~riepernet@sxbeta1.geo.uni-leipzig.de) |
| 2021-05-06 15:40:03 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed) |
| 2021-05-06 15:42:06 | → | oogeek joins (~szz_@84.17.34.151) |
| 2021-05-06 15:43:10 | <oogeek> | kajzer So I have tested your config. I can reproduce your problem witht that config. Also, when I tried to use debugKeyEvents, my Xorg just crashes again. |
| 2021-05-06 15:47:55 | <oogeek> | kajzer I think maybe the problem is related to xmodmap itself. Not sure. |
All times are in UTC.