2024/04/10

2024-04-10 00:09:12 +0000sajenim(~sajenim@user/sajenim)
2024-04-10 02:52:29 +0000td_(~td@i53870916.versanet.de) (Ping timeout: 240 seconds)
2024-04-10 02:54:27 +0000td_(~td@i53870930.versanet.de)
2024-04-10 03:05:00 +0000defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 268 seconds)
2024-04-10 03:07:04 +0000defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70)
2024-04-10 03:11:43 +0000defjam(~defjam@2a02:c7e:2807:b900:f46c:8ad6:911f:9f70) (Ping timeout: 255 seconds)
2024-04-10 06:53:24 +0000 <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 06:58:35 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 06:59:31 +0000cfricke(~cfricke@user/cfricke)
2024-04-10 07:05:01 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 07:28:43 +0000 <geekosaur> yes, but it's painful. you probably want to use `additionalKeysP` instead of having to define Submaps yourself
2024-04-10 07:29:11 +0000 <geekosaur> note however that if you use control-a then no app can receive that key
2024-04-10 07:39:31 +0000 <geekosaur> if you really want to do it with `keys`, look at XMonad.Actions.Submap
2024-04-10 07:49:24 +0000 <deebo> what ever is easiest for someone that barely understands their xmonad config even now :)
2024-04-10 07:50:15 +0000 <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 07:51:12 +0000 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L221-L228
2024-04-10 07:54:13 +0000 <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 07:54:37 +0000 <deebo> oops had carriagereturn there, ^for my keys entry
2024-04-10 07:54:42 +0000 <geekosaur> additionalKeysP builds a tree of Submaps for you
2024-04-10 07:55:13 +0000 <deebo> down the line essentially the same thing, using one over other just preference? no big caveats?
2024-04-10 07:56:12 +0000 <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 07:56:25 +0000 <geekosaur> additionalKeysP is just a lot more convenient
2024-04-10 07:56:42 +0000 <geekosaur> we recommend it these days in the TUTORIAL over using keys
2024-04-10 07:56:48 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 07:59:02 +0000 <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 07:59:10 +0000 <deebo> but thanks, will look into additionalKeysP
2024-04-10 08:09:52 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 08:14:28 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 08:21:04 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 08:23:33 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 08:23:49 +0000ft(~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving)
2024-04-10 09:42:11 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 09:51:21 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 10:10:28 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2024-04-10 10:10:49 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752)
2024-04-10 10:11:13 +0000mekeor(~user@aftr-82-135-80-152.dynamic.mnet-online.de)
2024-04-10 10:56:46 +0000julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Ping timeout: 250 seconds)
2024-04-10 11:06:38 +0000sajenim(~sajenim@user/sajenim) (Quit: WeeChat 4.1.1)
2024-04-10 11:33:30 +0000hightower3(~hightower@250-4.dsl.iskon.hr)
2024-04-10 11:34:41 +0000ml|(~ml|@user/ml/x-5298235) (Ping timeout: 272 seconds)
2024-04-10 11:48:04 +0000ml|(~ml|@user/ml/x-5298235)
2024-04-10 12:18:21 +0000ml|(~ml|@user/ml/x-5298235) (Ping timeout: 252 seconds)
2024-04-10 12:31:33 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 12:32:20 +0000ml|(~ml|@user/ml/x-5298235)
2024-04-10 13:18:52 +0000ml|(~ml|@user/ml/x-5298235) (Ping timeout: 260 seconds)
2024-04-10 13:32:45 +0000ml|(~ml|@user/ml/x-5298235)
2024-04-10 13:41:59 +0000ChubaDuba(~ChubaDuba@5.166.235.58)
2024-04-10 14:10:12 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 260 seconds)
2024-04-10 14:16:18 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 14:23:25 +0000ChubaDuba(~ChubaDuba@5.166.235.58) (Quit: Leaving)
2024-04-10 14:29:48 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 268 seconds)
2024-04-10 14:43:26 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 14:48:02 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.1.2)
2024-04-10 15:04:59 +0000ml|(~ml|@user/ml/x-5298235) (Ping timeout: 252 seconds)
2024-04-10 15:19:03 +0000ml|(~ml|@user/ml/x-5298235)
2024-04-10 15:29:16 +0000ml|(~ml|@user/ml/x-5298235) (Ping timeout: 246 seconds)
2024-04-10 15:43:29 +0000ml|(~ml|@user/ml/x-5298235)
2024-04-10 16:24:04 +0000catman(~catman@user/catman) (Quit: WeeChat 4.3.0-dev)
2024-04-10 16:27:48 +0000catman(~catman@user/catman)
2024-04-10 17:01:16 +0000jeeeun8(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2024-04-10 17:02:41 +0000jeeeun8(~jeeeun@78.40.148.178)
2024-04-10 17:16:09 +0000ft(~ft@p4fc2a20e.dip0.t-ipconnect.de)
2024-04-10 17:38:13 +0000jeeeun8(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2024-04-10 17:41:58 +0000jeeeun8(~jeeeun@78.40.148.178)
2024-04-10 17:43:10 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 17:45:21 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 18:08:25 +0000ChubaDuba(~ChubaDuba@176.213.36.46)
2024-04-10 18:43:41 +0000catman(~catman@user/catman) (Quit: WeeChat 4.3.0-dev)
2024-04-10 18:44:56 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 18:51:57 +0000catman(~catman@user/catman)
2024-04-10 18:57:00 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 19:01:45 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 268 seconds)
2024-04-10 19:10:57 +0000ChubaDuba(~ChubaDuba@176.213.36.46) (Quit: Leaving)
2024-04-10 19:14:37 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 19:21:41 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 240 seconds)
2024-04-10 19:35:47 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 19:41:37 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 246 seconds)
2024-04-10 19:52:42 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 20:24:06 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 20:36:39 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 20:42:55 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 255 seconds)
2024-04-10 20:55:43 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 21:03:09 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 255 seconds)
2024-04-10 21:16:41 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3)
2024-04-10 21:33:48 +0000berberman(~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in)
2024-04-10 21:34:14 +0000berberman(~berberman@user/berberman)
2024-04-10 21:38:48 +0000hightower3(~hightower@250-4.dsl.iskon.hr) (Quit: Leaving)
2024-04-10 21:59:16 +0000mekeor(~user@aftr-82-135-80-152.dynamic.mnet-online.de) (Quit: beep beep sleep)
2024-04-10 23:41:31 +0000weitcis(~quassel@s-169-232-102-135.resnet.ucla.edu) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2024-04-10 23:57:10 +0000defjam(~defjam@2a02:c7e:2807:b900:3d3d:79db:f89f:97c3) (Ping timeout: 256 seconds)
2024-04-10 23:58:59 +0000weitcis(~quassel@s-169-232-102-135.resnet.ucla.edu)