Logs: liberachat/#xmonad
| 2021-07-28 17:54:35 | <unrooted> | any examples of this applied in config? how those keys are named exactly? because this can be confusing between different WMs really |
| 2021-07-28 17:56:12 | <geekosaur> | there's a list in the documentation of XMonad.Util.EZConfig which also shows an example of how to use it |
| 2021-07-28 17:56:23 | <Air4x> | https://gitlab.com/dwt1/dotfiles/-/blob/master/.xmonad/xmonad.hs |
| 2021-07-28 18:03:48 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 258 seconds) |
| 2021-07-28 18:04:17 | <Air4x> | In case you can use Key Simbols defined here: https://hackage.haskell.org/package/X11-1.10/docs/Graphics-X11-Types.html#t:KeySym |
| 2021-07-28 18:06:02 | <liskin> | unrooted: touch to click is configured via xinput |
| 2021-07-28 18:06:36 | <liskin> | Media keys can be bound even without EZConfig, see my config. |
| 2021-07-28 18:13:23 | <Air4x> | Anyone know how named scratchpads work? Using customFloating with RationalRect I cannot center the window. |
| 2021-07-28 18:13:34 | <Air4x> | here my config: https://github.com/Air4x/Dotfiles/blob/master/.xmonad/xmonad.hs |
| 2021-07-28 18:14:19 | <geekosaur> | there's doCenterFloat from XMonad.Hooks.ManageHelpers |
| 2021-07-28 18:15:08 | <geekosaur> | the problem with RationalRect there is you're placing the top left of the window, not its center, anbd subtracting half the window's size from a RationalRect doesn't so anything sane |
| 2021-07-28 18:16:00 | <Air4x> | ok, thank you |
| 2021-07-28 18:16:02 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 18:18:04 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-28 18:27:27 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-28 18:31:11 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 18:33:02 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 245 seconds) |
| 2021-07-28 18:37:13 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 18:59:46 | × | Air4x quits (~mario@host-82-54-191-183.retail.telecomitalia.it) (Quit: WeeChat 3.2) |
| 2021-07-28 19:16:22 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 245 seconds) |
| 2021-07-28 19:21:33 | × | thaumavorio quits (~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-07-28 19:24:03 | → | kr1x joins (~kriket@170.249.0.122) |
| 2021-07-28 19:24:21 | → | thaumavorio joins (~thaumavor@thaumavor.io) |
| 2021-07-28 19:27:05 | × | kr1x quits (~kriket@170.249.0.122) (Client Quit) |
| 2021-07-28 19:27:21 | → | kr1x joins (~kriket@170.249.0.122) |
| 2021-07-28 19:37:27 | → | Air4x joins (~mario@host-82-54-191-183.retail.telecomitalia.it) |
| 2021-07-28 19:41:22 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-28 19:42:05 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 19:47:47 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-28 19:49:44 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 19:53:36 | <Air4x> | Guys I'm using doCenterFloat from Hooks.ManageHelpers but it doesn't work |
| 2021-07-28 19:54:12 | <Air4x> | the window is always opened on the top left angle of the screen |
| 2021-07-28 19:55:54 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-28 19:55:54 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 19:55:57 | allbery_b | is now known as geekosaur |
| 2021-07-28 19:57:47 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-28 19:57:47 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-28 19:57:51 | allbery_b | is now known as geekosaur |
| 2021-07-28 20:04:03 | × | gtc quits (~gtc@r190-0-146-165.ir-static.adinet.com.uy) (Quit: Leaving) |
| 2021-07-28 20:20:46 | × | qbt quits (~edun@user/edun) (Ping timeout: 272 seconds) |
| 2021-07-28 20:32:45 | ← | Air4x parts (~mario@host-82-54-191-183.retail.telecomitalia.it) (WeeChat 3.2) |
| 2021-07-28 20:39:14 | <unrooted> | <liskin "Media keys can be bound even wit"> mind linking? I keep loosing important things :(( |
| 2021-07-28 20:56:19 | <liskin> | unrooted: sure, now that I'm at a proper keyboard, here you go: https://github.com/liskin/dotfiles/blob/168775b0fcfb6f8d1c2191e7b868e5b636988401/.xmonad/xmonad.hs#L79-L88 |
| 2021-07-28 20:57:53 | <liskin> | (I've also written a blogpost about making media keys control the correct application: https://work.lisk.in/2020/05/06/linux-media-control.html, but it may be somewhat outdated at this point.) |
| 2021-07-28 21:06:27 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-28 21:06:48 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 21:14:46 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-28 21:21:04 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 21:28:28 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-07-28 21:37:46 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-28 21:38:23 | → | dschrempf joins (~dominik@mobiledyn-185-69-244-184.mrsn.at) |
| 2021-07-28 21:43:48 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-28 21:46:06 | × | cfricke quits (~cfricke@user/cfricke) (Client Quit) |
| 2021-07-28 21:53:32 | <unrooted> | thx |
| 2021-07-28 21:53:40 | <unrooted> | will def. Check it out |
| 2021-07-28 22:08:22 | × | dschrempf quits (~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2) |
| 2021-07-29 00:54:15 | → | mewfree[m] joins (~mewfreema@2001:470:69fc:105::c904) |
| 2021-07-29 00:54:22 | → | cjb joins (~cjb@user/cjb) |
| 2021-07-29 02:02:34 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2021-07-29 02:22:11 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-07-29 02:33:20 | × | dmwit quits (~dmwit@pool-108-18-198-142.washdc.fios.verizon.net) (Ping timeout: 255 seconds) |
| 2021-07-29 02:34:55 | → | dmwit joins (~dmwit@pool-108-18-198-142.washdc.fios.verizon.net) |
| 2021-07-29 02:59:48 | × | td_ quits (~td@muedsl-82-207-238-200.citykom.de) (Ping timeout: 265 seconds) |
| 2021-07-29 03:01:18 | → | td_ joins (~td@94.134.91.37) |
| 2021-07-29 03:18:57 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-29 03:20:24 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-29 04:08:47 | × | cjb quits (~cjb@user/cjb) (Ping timeout: 256 seconds) |
| 2021-07-29 04:16:31 | → | cjb joins (~cjb@user/cjb) |
| 2021-07-29 04:41:50 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-29 04:44:46 | → | cjb joins (~cjb@user/cjb) |
| 2021-07-29 04:57:17 | → | qbt joins (~edun@user/edun) |
| 2021-07-29 05:00:36 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-29 05:37:19 | → | cjb joins (~cjb@user/cjb) |
| 2021-07-29 07:29:57 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-29 07:43:46 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-29 08:17:30 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-29 08:17:31 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-29 08:17:33 | allbery_b | is now known as geekosaur |
| 2021-07-29 08:18:02 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 08:46:11 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
| 2021-07-29 08:46:41 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50) |
| 2021-07-29 09:05:41 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 09:06:19 | × | cfricke quits (~cfricke@user/cfricke) (Client Quit) |
| 2021-07-29 09:07:03 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 09:15:38 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
| 2021-07-29 09:17:15 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 09:17:51 | × | cfricke quits (~cfricke@user/cfricke) (Client Quit) |
| 2021-07-29 09:18:01 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 09:18:14 | × | cfricke quits (~cfricke@user/cfricke) (Client Quit) |
| 2021-07-29 09:18:57 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-07-29 09:41:28 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-29 09:43:51 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-07-29 10:30:11 | <Solid> | liskin: #314 looks fine to me; feel free to merge whenever you see fit |
| 2021-07-29 10:36:40 | × | MatrixTravelerbo quits (~voyagert2@2001:470:69fc:105::22) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | ServerStatsDisco quits (~serversta@2001:470:69fc:105::1a) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | TomasJakl[m] quits (~jaklttchn@2001:470:69fc:105::a42) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | rednaZ[m] quits (~r3dnazmat@2001:470:69fc:105::ba70) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | TAydner[m] quits (~taydinerm@2001:470:69fc:105::3e55) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | unrooted quits (~unrooted@2001:470:69fc:105::a4a) (Quit: Bridge terminating on SIGTERM) |
| 2021-07-29 10:36:40 | × | ms[m] quits (~msmatrixp@2001:470:69fc:105::2b48) (Quit: Bridge terminating on SIGTERM) |
All times are in UTC.