2024/04/10

2024-04-10 00:04:41 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 268 seconds)
2024-04-10 00:16:14 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 00:22:43 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 256 seconds)
2024-04-10 00:34:13 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 00:39:41 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 240 seconds)
2024-04-10 00:46:07 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 00:51:46 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 246 seconds)
2024-04-10 01:04:29 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 01:10:31 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 272 seconds)
2024-04-10 01:13:28 +0200mekeor(~user@2001:a61:10db:ae01:ee8e:7029:dae7:575c) (Ping timeout: 246 seconds)
2024-04-10 01:22:38 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 01:23:23 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Max SendQ exceeded)
2024-04-10 01:23:51 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 01:30:47 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 272 seconds)
2024-04-10 01:41:49 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 01:47:51 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 255 seconds)
2024-04-10 01:54:37 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 02:09:12 +0200sajenim(~sajenim@user/sajenim)
2024-04-10 04:52:29 +0200td_(~td@i53870916.versanet.de) (Ping timeout: 240 seconds)
2024-04-10 04:54:27 +0200td_(~td@i53870930.versanet.de)
2024-04-10 05:05:00 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 268 seconds)
2024-04-10 05:07:04 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 05:11:43 +0200defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 255 seconds)
2024-04-10 08:53:24 +0200 <deebo> does the 'keys' config support binds like "^a d" that for example screen uses? i guess there's a name for it but basically entering a command mode with ctrl-a, then pressing the command key itself
2024-04-10 08:58:35 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 08:59:31 +0200cfricke(~cfricke@user/cfricke)
2024-04-10 09:05:01 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 09:28:43 +0200 <geekosaur> yes, but it's painful. you probably want to use `additionalKeysP` instead of having to define Submaps yourself
2024-04-10 09:29:11 +0200 <geekosaur> note however that if you use control-a then no app can receive that key
2024-04-10 09:39:31 +0200 <geekosaur> if you really want to do it with `keys`, look at XMonad.Actions.Submap
2024-04-10 09:49:24 +0200 <deebo> what ever is easiest for someone that barely understands their xmonad config even now :)
2024-04-10 09:50:15 +0200 <deebo> i just want to do e.g. mod-shift-t for scratchpads, and then q,w,e,r... for different entries for example (
2024-04-10 09:51:12 +0200 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L221-L228
2024-04-10 09:54:13 +0200 <deebo> something diffent in keys vs additionalKeysP? i just msotly have entries like (myModmask, xK_p), spawn "rofi -show drun") , ((myModmask .|. shiftMask, xK_s), spawn "sleep 0.1;mate-screenshot -a")
2024-04-10 09:54:37 +0200 <deebo> oops had carriagereturn there, ^for my keys entry
2024-04-10 09:54:42 +0200 <geekosaur> additionalKeysP builds a tree of Submaps for you
2024-04-10 09:55:13 +0200 <deebo> down the line essentially the same thing, using one over other just preference? no big caveats?
2024-04-10 09:56:12 +0200 <geekosaur> the only caveat is that multiple `additionalKeysP`s build separate Submap trees that can't be integrated, b ut the same happens if you define Submaps twice on the same key
2024-04-10 09:56:25 +0200 <geekosaur> additionalKeysP is just a lot more convenient
2024-04-10 09:56:42 +0200 <geekosaur> we recommend it these days in the TUTORIAL over using keys
2024-04-10 09:56:48 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 09:59:02 +0200 <deebo> yeah i think at this point my config is like close to a decade old, and i just started by looking et some mate or gnome specific configs at that time
2024-04-10 09:59:10 +0200 <deebo> but thanks, will look into additionalKeysP
2024-04-10 10:09:52 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 10:14:28 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 10:21:04 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 10:23:33 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 10:23:49 +0200ft(~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving)
2024-04-10 11:42:11 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 11:51:21 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 12:10:28 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 12:10:49 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 12:11:13 +0200mekeor(~user@aftr-82-135-80-152.dynamic.mnet-online.de)
2024-04-10 12:56:46 +0200julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Ping timeout: 250 seconds)
2024-04-10 13:06:38 +0200sajenim(~sajenim@user/sajenim) (Quit: WeeChat 4.1.1)
2024-04-10 13:33:30 +0200hightower3(~hightower@250-4.dsl.iskon.hr)
2024-04-10 13:34:41 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 272 seconds)
2024-04-10 13:48:04 +0200ml|(~ml|@user/ml/x-5298235)
2024-04-10 14:18:21 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 252 seconds)
2024-04-10 14:31:33 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 14:32:20 +0200ml|(~ml|@user/ml/x-5298235)
2024-04-10 15:18:52 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 260 seconds)
2024-04-10 15:32:45 +0200ml|(~ml|@user/ml/x-5298235)
2024-04-10 15:41:59 +0200ChubaDuba(~ChubaDuba@5.166.235.58)
2024-04-10 16:10:12 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 260 seconds)
2024-04-10 16:16:18 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 16:23:25 +0200ChubaDuba(~ChubaDuba@5.166.235.58) (Quit: Leaving)
2024-04-10 16:29:48 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 268 seconds)
2024-04-10 16:43:26 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 16:48:02 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.1.2)
2024-04-10 17:04:59 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 252 seconds)
2024-04-10 17:19:03 +0200ml|(~ml|@user/ml/x-5298235)
2024-04-10 17:29:16 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 246 seconds)
2024-04-10 17:43:29 +0200ml|(~ml|@user/ml/x-5298235)
2024-04-10 18:24:04 +0200catman(~catman@user/catman) (Quit: WeeChat 4.3.0-dev)
2024-04-10 18:27:48 +0200catman(~catman@user/catman)
2024-04-10 19:01:16 +0200jeeeun8(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2024-04-10 19:02:41 +0200jeeeun8(~jeeeun@78.40.148.178)
2024-04-10 19:16:09 +0200ft(~ft@p4fc2a20e.dip0.t-ipconnect.de)
2024-04-10 19:38:13 +0200jeeeun8(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2024-04-10 19:41:58 +0200jeeeun8(~jeeeun@78.40.148.178)
2024-04-10 19:43:10 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 19:45:21 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 20:08:25 +0200ChubaDuba(~ChubaDuba@176.213.36.46)
2024-04-10 20:43:41 +0200catman(~catman@user/catman) (Quit: WeeChat 4.3.0-dev)
2024-04-10 20:44:56 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 20:51:57 +0200catman(~catman@user/catman)
2024-04-10 20:57:00 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 21:01:45 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 268 seconds)
2024-04-10 21:10:57 +0200ChubaDuba(~ChubaDuba@176.213.36.46) (Quit: Leaving)
2024-04-10 21:14:37 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 21:21:41 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 240 seconds)
2024-04-10 21:35:47 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 21:41:37 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 246 seconds)
2024-04-10 21:52:42 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 22:24:06 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 22:36:39 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 22:42:55 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 255 seconds)
2024-04-10 22:55:43 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 23:03:09 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 255 seconds)
2024-04-10 23:16:41 +0200defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 23:33:48 +0200berberman(~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in)
2024-04-10 23:34:14 +0200berberman(~berberman@user/berberman)
2024-04-10 23:38:48 +0200hightower3(~hightower@250-4.dsl.iskon.hr) (Quit: Leaving)
2024-04-10 23:59:16 +0200mekeor(~user@aftr-82-135-80-152.dynamic.mnet-online.de) (Quit: beep beep sleep)