2021-07-22 00:28:40 +0200 | redgloboli | (~redglobol@user/redgloboli) (Read error: Connection reset by peer) |
2021-07-22 00:29:19 +0200 | redgloboli | (~redglobol@user/redgloboli) |
2021-07-22 00:31:47 +0200 | <redgloboli> | hi, i'm new to xmonad and cannot figure out why the slash is not working within xmonad keybindings. everything else works. i got the slash as key on my numpad on my logitech g512. if i hit the slash button in a terminal or browser i see the slash written down, but it doesnt work in combination as a shortcut. if i press it in a terminal in combination with the windows key i get s/ . showkey says keycode 98. any hint in the right direction would be |
2021-07-22 00:31:47 +0200 | <redgloboli> | nice :) thx. |
2021-07-22 00:35:40 +0200 | <geekosaur> | the way we do keybindings, I'm not sure we bind both of them. especially since keypads behave somewhat weirdly in X11 |
2021-07-22 00:35:57 +0200 | <geekosaur> | does showkey show any modifiers? |
2021-07-22 00:38:28 +0200 | <geekosaur> | actually kP_Divide is different from / although terminals treat it the same. you would need a separate binding for it |
2021-07-22 00:39:28 +0200 | <geekosaur> | sorry xP_KP_Divide |
2021-07-22 00:39:37 +0200 | <redgloboli> | not in default mode. showkey -s show different results as it seems. showkey -a is also constantly printing the same. |
2021-07-22 00:39:45 +0200 | <geekosaur> | and might need to import Graphics.X11.Xlib.Types |
2021-07-22 00:41:36 +0200 | <geekosaur> | for example, I have both unbound here and emacs reports the one as "s-/" and the other as "s-kp-divide" |
2021-07-22 00:42:11 +0200 | <fizzie> | geekosaur: Still off by one: xK_KP_Divide. |
2021-07-22 00:42:34 +0200 | <fizzie> | (I cheated and checked the https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/src/XMonad.Util.EZConfig.html#special… list.) |
2021-07-22 00:42:37 +0200 | <geekosaur> | sorry. I shoulda looked it up first :) |
2021-07-22 00:42:56 +0200 | <geekosaur> | in any case you must separately bind it |
2021-07-22 00:44:51 +0200 | <fizzie> | https://0x0.st/-VgX.txt is what I get out of xev for / and the other /, and yeah, the keysyms seem different even though the translated strings are the same. |
2021-07-22 00:47:35 +0200 | <redgloboli> | ah nice, thank you very much, i needed the Graphics.X11.Xlib.Types import. works as expected :) |
2021-07-22 01:07:03 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Quit: Ping timeout (120 seconds)) |
2021-07-22 01:07:17 +0200 | deepy | (deepy@user/deepy) (Read error: Connection reset by peer) |
2021-07-22 01:07:33 +0200 | Solid | (~slot@xmonad/slotThe) (Quit: Connection reset by pear) |
2021-07-22 01:07:52 +0200 | Solid | (~slot@xmonad/slotThe) |
2021-07-22 01:07:55 +0200 | deepy | (deepy@user/deepy) |
2021-07-22 01:07:56 +0200 | haasn | (~nand@haasn.dev) (Remote host closed the connection) |
2021-07-22 01:08:15 +0200 | haasn | (~nand@haasn.dev) |
2021-07-22 01:09:13 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 01:14:36 +0200 | cjb | (~cjb@user/cjb) |
2021-07-22 01:36:12 +0200 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
2021-07-22 01:48:06 +0200 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) |
2021-07-22 01:49:43 +0200 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2021-07-22 01:50:53 +0200 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (Client Quit) |
2021-07-22 01:51:03 +0200 | aplainze1akind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2021-07-22 02:00:57 +0200 | berberman | (~berberman@user/berberman) (Ping timeout: 245 seconds) |
2021-07-22 02:01:15 +0200 | berberman | (~berberman@user/berberman) |
2021-07-22 04:02:51 +0200 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 265 seconds) |
2021-07-22 04:09:30 +0200 | td_ | (~td@muedsl-82-207-238-072.citykom.de) (Ping timeout: 240 seconds) |
2021-07-22 04:11:35 +0200 | td_ | (~td@94.134.91.91) |
2021-07-22 04:21:11 +0200 | cjb | (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
2021-07-22 04:22:09 +0200 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-07-22 05:00:02 +0200 | haasn | (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in) |
2021-07-22 05:01:25 +0200 | haasn | (~nand@haasn.dev) |
2021-07-22 05:22:17 +0200 | cjb | (~cjb@user/cjb) |
2021-07-22 06:21:58 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-07-22 06:24:47 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-07-22 07:03:30 +0200 | cjb | (~cjb@user/cjb) (Ping timeout: 246 seconds) |
2021-07-22 07:08:32 +0200 | cjb | (~cjb@user/cjb) |
2021-07-22 09:19:41 +0200 | ft | (~ft@shell.chaostreff-dortmund.de) (Quit: Reconnecting) |
2021-07-22 09:19:51 +0200 | ft | (~ft@shell.chaostreff-dortmund.de) |
2021-07-22 09:29:02 +0200 | cfricke | (~cfricke@user/cfricke) |
2021-07-22 09:49:44 +0200 | cjb | (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
2021-07-22 10:17:48 +0200 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2021-07-22 10:17:48 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2021-07-22 10:17:51 +0200 | allbery_b | geekosaur |
2021-07-22 10:25:28 +0200 | berberman_ | (~berberman@user/berberman) |
2021-07-22 10:26:18 +0200 | berberman | (~berberman@user/berberman) (Ping timeout: 240 seconds) |
2021-07-22 11:05:32 +0200 | scardinal | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) (Quit: leaving) |
2021-07-22 11:39:18 +0200 | mc47 | (~mc47@xmonad/TheMC47) |
2021-07-22 11:57:18 +0200 | scardinal | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) |
2021-07-22 11:59:15 +0200 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
2021-07-22 12:01:06 +0200 | jmct_ | (sid160793@id-160793.tinside.irccloud.com) (Ping timeout: 240 seconds) |
2021-07-22 12:02:15 +0200 | jmct_ | (sid160793@id-160793.tinside.irccloud.com) |
2021-07-22 13:02:49 +0200 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
2021-07-22 13:04:25 +0200 | flavum | (~flavum@user/flavum) |
2021-07-22 14:57:06 +0200 | bsima1 | (~bsima@simatime.com) |
2021-07-22 14:59:13 +0200 | bsima | (~bsima@simatime.com) (Ping timeout: 265 seconds) |
2021-07-22 15:11:55 +0200 | crist | (~galeoftru@109.100.46.219) |
2021-07-22 15:16:08 +0200 | Solid_ | (~slot@xmonad/slotThe) |
2021-07-22 15:18:09 +0200 | haasn` | (~nand@haasn.dev) |
2021-07-22 15:18:33 +0200 | wz1000_ | (~zubin@static.11.113.47.78.clients.your-server.de) |
2021-07-22 15:18:45 +0200 | eyenx | (~eyenx@eyenx.ch) (Ping timeout: 255 seconds) |
2021-07-22 15:18:46 +0200 | Solid | (~slot@xmonad/slotThe) (Ping timeout: 255 seconds) |
2021-07-22 15:18:47 +0200 | haasn | (~nand@haasn.dev) (Ping timeout: 255 seconds) |
2021-07-22 15:18:48 +0200 | dmwit | (~dmwit@pool-108-18-198-142.washdc.fios.verizon.net) (Ping timeout: 255 seconds) |
2021-07-22 15:18:49 +0200 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 255 seconds) |
2021-07-22 15:18:50 +0200 | eyenx | (~eyenx@eyenx.ch) |
2021-07-22 15:19:00 +0200 | dmwit | (~dmwit@pool-108-18-198-142.washdc.fios.verizon.net) |
2021-07-22 15:19:00 +0200 | haasn` | haasn |
2021-07-22 15:19:21 +0200 | Solid_ | Solid |
2021-07-22 16:11:05 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 16:13:14 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 16:21:26 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 16:23:36 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 16:31:45 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 16:33:56 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 16:39:28 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-07-22 16:40:17 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-07-22 16:42:14 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 16:44:22 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 16:52:21 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 16:54:31 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 17:02:39 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 17:04:48 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 17:12:42 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 17:14:51 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 17:30:59 +0200 | scardina1 | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) |
2021-07-22 17:31:54 +0200 | scardinal | (~supreme@87-59-138-136-cable.dk.customer.tdc.net) (Ping timeout: 252 seconds) |
2021-07-22 17:32:48 +0200 | scardina1 | scardinal |
2021-07-22 17:46:27 +0200 | bsima1 | bsima |
2021-07-22 17:51:44 +0200 | redgloboli | (~redglobol@user/redgloboli) (Quit: ended) |
2021-07-22 17:53:54 +0200 | redgloboli | (~redglobol@user/redgloboli) |
2021-07-22 18:00:09 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Remote host closed the connection) |
2021-07-22 18:02:35 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 18:49:10 +0200 | seschwar | (~seschwar@user/seschwar) |
2021-07-22 19:28:22 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
2021-07-22 19:31:11 +0200 | cyr4x3 | (~cyr4x3@139.47.123.87) |
2021-07-22 19:31:11 +0200 | cyr4x3 | (~cyr4x3@139.47.123.87) (Client Quit) |
2021-07-22 20:01:56 +0200 | <Solid> | liskin: oh that's a really neat fix |
2021-07-22 20:08:01 +0200 | <liskin> | wish I'd gotten to it earlier |
2021-07-22 20:08:27 +0200 | <liskin> | but my willpower/executive function are basically non-existent these days |
2021-07-22 20:08:56 +0200 | <liskin> | and I've just been sentenced to another 10 days of self-isolation after having isolated for 10 already |
2021-07-22 20:09:34 +0200 | <liskin> | I'll probably go mad entirely |
2021-07-22 20:14:33 +0200 | <Solid> | uff |
2021-07-22 20:14:46 +0200 | <Solid> | should've probably thought about it a bit more as well; sorry |
2021-07-22 20:15:31 +0200 | <Solid> | why the isolation though? |
2021-07-22 20:28:51 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Read error: Connection reset by peer) |
2021-07-22 20:31:14 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 20:51:30 +0200 | byorgey | (~byorgey@155.138.238.211) (Remote host closed the connection) |
2021-07-22 20:56:57 +0200 | backleet | (~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-07-22 21:04:03 +0200 | backleet | (~backleet@user/backleet) |
2021-07-22 21:04:17 +0200 | crist | (~galeoftru@109.100.46.219) (Ping timeout: 245 seconds) |
2021-07-22 21:24:15 +0200 | crist | (~galeoftru@109.100.46.219) |
2021-07-22 21:32:54 +0200 | backleet | (~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-07-22 21:40:51 +0200 | backleet | (~backleet@user/backleet) |
2021-07-22 22:01:41 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) (Ping timeout: 252 seconds) |
2021-07-22 22:06:06 +0200 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-07-22 22:19:22 +0200 | <liskin> | Travel + (likely false) positive test |
2021-07-22 22:31:44 +0200 | <Solid> | :/ |
2021-07-22 22:32:04 +0200 | <Solid> | didn't you have it a while ago and should still be immune? |
2021-07-22 22:55:31 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Read error: Connection reset by peer) |
2021-07-22 22:57:29 +0200 | crist | (~galeoftru@109.100.46.219) (Ping timeout: 268 seconds) |
2021-07-22 22:57:54 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-07-22 23:03:14 +0200 | <liskin> | sure, and also vaccinated |
2021-07-22 23:04:21 +0200 | <liskin> | neither protects against delta 100%, but we've had a lot of tests (had to because of the travel), and just one out of many came out positive |
2021-07-22 23:04:35 +0200 | <liskin> | no symptoms |
2021-07-22 23:05:07 +0200 | <liskin> | so either one of us is an asymptomatic carrier, or it was a false positive |
2021-07-22 23:09:14 +0200 | <yuu[m]> | Is the `|||` in layouts declaration a guard and an logical OR? |
2021-07-22 23:09:42 +0200 | <liskin> | it's a "choose" combinator |
2021-07-22 23:10:28 +0200 | <liskin> | https://xmonad.github.io/xmonad-docs/xmonad-0.16.9999/XMonad-Layout.html#t:Choose |
2021-07-22 23:14:31 +0200 | <yuu[m]> | liskin: oh, so this is xmonad specific. Thank you very much! |
2021-07-22 23:34:19 +0200 | ano | (~weechat@user/ano) |
2021-07-22 23:37:04 +0200 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-07-22 23:44:41 +0200 | crist | (~galeoftru@109.100.46.219) |