Logs: liberachat/#xmonad
| 2021-10-15 01:40:13 | × | trillp quits (~trillp@69.233.98.238) (Ping timeout: 252 seconds) |
| 2021-10-15 01:40:56 | × | catman quits (~catman@user/catman) (Ping timeout: 265 seconds) |
| 2021-10-15 01:47:14 | → | trillp joins (~trillp@69.233.98.238) |
| 2021-10-15 01:55:39 | → | catman joins (~catman@user/catman) |
| 2021-10-15 02:00:34 | × | catman quits (~catman@user/catman) (Ping timeout: 252 seconds) |
| 2021-10-15 02:01:43 | → | catman joins (~catman@user/catman) |
| 2021-10-15 02:15:39 | × | trillp quits (~trillp@69.233.98.238) (Quit: nyaa~) |
| 2021-10-15 02:28:17 | <abhixec> | I am trying to understand the drawer layout I tried the code snippet that is provided in the doc but it doesn't yield the desired result or atleast what I think is desired result! |
| 2021-10-15 02:28:57 | <abhixec> | when I move to the layout rhythmbox still opens as a pane in a normal tall layout, shouldn't it be on top according to the document? |
| 2021-10-15 02:34:18 | <jakefromstatefar> | I don't use that, but I previewed that, and yes, it should... |
| 2021-10-15 02:35:12 | <jakefromstatefar> | mc47: in your xmonad config, where you pipe things to xmobar: `#2E3440:0` is used as the bg color, if I add `:0` to a color, it doesn't appear transparent... |
| 2021-10-15 02:35:24 | <jakefromstatefar> | Is this how you achieve your transparent xmobar approach? |
| 2021-10-15 02:35:30 | <jakefromstatefar> | Or, is that somewhere else? |
| 2021-10-15 02:35:45 | <jakefromstatefar> | I know that you also use an xpm icon, is that crucial? |
| 2021-10-15 02:39:55 | × | steve__ quits (~steve@ool-182c2aa4.dyn.optonline.net) (Ping timeout: 250 seconds) |
| 2021-10-15 02:47:52 | × | td_ quits (~td@94.134.91.160) (Ping timeout: 252 seconds) |
| 2021-10-15 02:49:36 | → | td_ joins (~td@muedsl-82-207-238-175.citykom.de) |
| 2021-10-15 03:52:55 | × | humky quits (~humky@user/humky) (Remote host closed the connection) |
| 2021-10-15 03:53:14 | → | humky joins (~humky@user/humky) |
| 2021-10-15 05:42:34 | → | g90[m] joins (~mitsukage@2001:470:69fc:105::b657) |
| 2021-10-15 05:50:26 | → | steve__ joins (~steve@ool-182c2aa4.dyn.optonline.net) |
| 2021-10-15 06:00:50 | → | qbt joins (~qbt@user/edun) |
| 2021-10-15 06:26:42 | → | benin joins (~benin@183.82.206.194) |
| 2021-10-15 06:34:21 | → | Armoletti^ joins (~armoletti@dyn70-177.yok.fi) |
| 2021-10-15 06:34:54 | × | Armoletti quits (~armoletti@dyn70-177.yok.fi) (Ping timeout: 245 seconds) |
| 2021-10-15 06:34:54 | × | joshproehl quits (~quassel@user/joshproehl) (Ping timeout: 245 seconds) |
| 2021-10-15 06:35:38 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2021-10-15 06:44:54 | <mc47[m]> | jakefromstatefarm I don't have transparency, it's completely broken in xmobar. I'm just matching the color of the background, and the xpm icon is just to achieve the rounded edges |
| 2021-10-15 06:57:40 | <Solid> | FOSSHuman[m]: if you use the git version, you could look at https://xmonad.github.io/xmonad-docs/xmonad-contrib-0.16.999/XMonad-Util-Hacks.html#v:trayAbovePanelEventHook |
| 2021-10-15 06:58:00 | <Solid> | it says that its for trayer but you can supply an arbitrary `Query' for the tray |
| 2021-10-15 07:14:05 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-10-15 07:27:29 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 265 seconds) |
| 2021-10-15 07:31:42 | <liskin> | it also says that it requires both to lower themselves reliably |
| 2021-10-15 07:32:14 | <liskin> | so I'm afraid it won't work, but it may perhaps be used as a starting point of a different solution for this |
| 2021-10-15 07:32:35 | <liskin> | also worth noting that manageHook won't fire for overrideredirect windows, so doLower in manageHook won't work either |
| 2021-10-15 07:32:40 | <FOSSHuman[m]> | <Solid> "FOSS Human: if you use the git..." <- Just added this to my config along with setting `lowerOnStart`, `overrideRedirect` in the XMobar config and setting `window_layer = bottom` in the stalonetray config file, same thing is happening... |
| 2021-10-15 07:32:42 | <liskin> | looks like a bug in stalonetray though |
| 2021-10-15 07:33:18 | <liskin> | or a misconfiguration thereof |
| 2021-10-15 07:34:07 | <Solid> | perhaps it also has an `-l` option, like trayer? |
| 2021-10-15 07:35:47 | <liskin> | there's only --window-layer, which won't work in xmonad |
| 2021-10-15 07:35:49 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-10-15 07:36:35 | <liskin> | but we could add a hack to X.U.Hacks that calls lowerWindow for EWMH bottom layer :-) |
| 2021-10-15 07:38:01 | <FOSSHuman[m]> | stalonetray xprop output: https://pastebin.com/JSatDTqq |
| 2021-10-15 07:41:27 | <liskin> | oh, that may not be an overrideredirect window, it's probably just doIgnored by manageDocks, so a doLower managehook may actually work |
| 2021-10-15 07:43:25 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-10-15 07:44:56 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection) |
| 2021-10-15 07:50:55 | × | catman quits (~catman@user/catman) (Ping timeout: 252 seconds) |
| 2021-10-15 08:03:37 | × | srk quits (~sorki@user/srk) (Ping timeout: 252 seconds) |
| 2021-10-15 08:03:59 | → | srk joins (~sorki@user/srk) |
| 2021-10-15 08:17:42 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-10-15 08:17:49 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-10-15 08:17:52 | allbery_b | is now known as geekosaur |
| 2021-10-15 08:24:31 | <Solid> | liskin: emacs tells me to ping you about #605 |
| 2021-10-15 09:26:29 | → | alternateved joins (~user@staticline-31-183-147-179.toya.net.pl) |
| 2021-10-15 09:40:18 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-10-15 10:33:58 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-10-15 10:38:19 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-10-15 11:05:42 | → | niemand joins (~niemand@p2e52f8e7.dip0.t-ipconnect.de) |
| 2021-10-15 11:19:42 | × | lisq quits (~quassel@lis.moe) (Quit: lisq) |
| 2021-10-15 11:20:55 | → | Guest60 joins (~Guest60@83.234.98.90) |
| 2021-10-15 11:21:23 | <Guest60> | hi, how to unmap all key bindings in xmonad? |
| 2021-10-15 11:21:56 | → | lis joins (~quassel@lis.moe) |
| 2021-10-15 11:22:03 | <geekosaur> | xmonad { … , keys = fromList [], … } |
| 2021-10-15 11:23:10 | <geekosaur> | actually hold on a moment |
| 2021-10-15 11:23:17 | <Guest60> | thanks, i will try! |
| 2021-10-15 11:24:04 | <geekosaur> | rightm it's actually const (fromList []) |
| 2021-10-15 11:24:41 | <geekosaur> | forgot it gets passed a copy of the config so it can retrieve the current modMask |
| 2021-10-15 11:25:31 | <Guest60> | oh |
| 2021-10-15 11:25:32 | <Guest60> | xmonad.hs:38:29: error: |
| 2021-10-15 11:25:33 | <Guest60> | Variable not in scope: |
| 2021-10-15 11:25:33 | <Guest60> | fromList |
| 2021-10-15 11:25:34 | <Guest60> | :: [a0] |
| 2021-10-15 11:25:34 | <Guest60> | -> XConfig Layout |
| 2021-10-15 11:25:35 | <Guest60> | -> Data.Map.Internal.Map (ButtonMask, KeySym) (X ()) |
| 2021-10-15 11:25:35 | <Guest60> | | |
| 2021-10-15 11:25:36 | <Guest60> | 38 | , keys = fromList [] |
| 2021-10-15 11:25:36 | <Guest60> | | ^^^^^^^^ |
| 2021-10-15 11:25:37 | <Guest60> | Please check the file for errors. |
| 2021-10-15 11:26:11 | <geekosaur> | hm, no, Data.Map iusn't imported for you by default. you also need the const thing I just mentioned |
| 2021-10-15 11:26:33 | <geekosaur> | impoirt qualified Data.Map as M, then it's const (M.fromList []) |
| 2021-10-15 11:26:40 | <geekosaur> | *import |
| 2021-10-15 11:28:15 | <Solid> | (obviously be careful starting xmonad in such a state :)) |
| 2021-10-15 11:29:09 | <Guest60> | xmonad.hs:41:30: error: |
| 2021-10-15 11:29:09 | <Guest60> | • Couldn't match expected type: XConfig Layout |
| 2021-10-15 11:29:10 | <Guest60> | -> M.Map (ButtonMask, KeySym) (X ()) |
| 2021-10-15 11:29:10 | <Guest60> | with actual type: M.Map k0 a0 |
| 2021-10-15 11:29:11 | <Guest60> | • Possible cause: ‘M.fromList’ is applied to too many arguments |
| 2021-10-15 11:29:11 | <Guest60> | In the ‘keys’ field of a record |
| 2021-10-15 11:29:12 | <Guest60> | In the second argument of ‘($)’, namely |
| 2021-10-15 11:29:12 | <Guest60> | ‘def |
| 2021-10-15 11:29:13 | <Guest60> | {modMask = myModMask, terminal = myTerminal, |
| 2021-10-15 11:29:13 | <Guest60> | borderWidth = myBorderWidth, normalBorderColor = myNormColor, |
| 2021-10-15 11:29:14 | <Guest60> | focusedBorderColor = myFocuColor, startupHook = myStartUpHook, |
| 2021-10-15 11:29:14 | <Guest60> | keys = (M.fromList [])}’ |
| 2021-10-15 11:29:15 | <Guest60> | In the expression: |
| 2021-10-15 11:29:15 | <Guest60> | xmonad |
| 2021-10-15 11:29:16 | <Guest60> | $ def |
| 2021-10-15 11:29:16 | <Guest60> | {modMask = myModMask, terminal = myTerminal, |
| 2021-10-15 11:29:17 | <Guest60> | borderWidth = myBorderWidth, normalBorderColor = myNormColor, |
| 2021-10-15 11:29:17 | <Guest60> | focusedBorderColor = myFocuColor, startupHook = myStartUpHook, |
All times are in UTC.