Home freenode/#xmonad: Logs Calendar

Logs on 2020-12-06 (freenode/#xmonad)

00:05:28 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 260 seconds)
00:09:33 × daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Ping timeout: 260 seconds)
00:20:53 Rockj joins (~rockj@2001:67c:550:feed::1)
01:02:15 × notis quits (~notis@185.51.134.222) (Read error: Connection reset by peer)
01:10:29 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
01:28:23 × thunderrd quits (~thunderrd@183.182.110.8) (Remote host closed the connection)
02:08:53 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
02:11:42 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
02:22:42 thunderrd joins (~thunderrd@183.182.110.8)
02:26:19 × ces quits (~ces@fsf/member/ces) (Quit: WeeChat 3.0)
02:31:25 × s00pcan quits (~chris@075-133-056-178.res.spectrum.com) (Ping timeout: 264 seconds)
02:32:58 s00pcan joins (~chris@107.181.165.217)
03:00:22 et09 joins (~et09@unaffiliated/endolphin)
03:33:13 × theDon quits (~td@muedsl-82-207-238-039.citykom.de) (Ping timeout: 264 seconds)
03:34:41 theDon joins (~td@94.134.91.74)
04:03:49 materiyolo joins (~materiyol@112.204.171.225)
04:05:39 × dxld quits (~dxld@rush.pub.dxld.at) (Quit: Bye)
04:08:50 dxld joins (~dxld@rush.pub.dxld.at)
05:04:48 <Hash> Hey guys, how would I go about middle click drag floating window, isntead of having to always press mod4 and using left click
05:05:03 <Hash> I'm tryin to figure this out, i have ezconfig also
05:08:17 <Hash> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Actions-AfterDrag.html I think this is it?
05:24:42 × hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection)
05:24:58 hexo joins (~hexo@gateway/tor-sasl/hexo)
05:56:13 <Hash> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Doc-Extending.html
05:56:23 <Hash> i just found this
05:56:29 <Hash> cool
06:00:57 × dxld quits (~dxld@rush.pub.dxld.at) (Quit: Bye)
06:02:04 dxld joins (~dxld@rush.pub.dxld.at)
06:04:13 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 260 seconds)
06:05:56 × sfrique quits (~sfrique@189.122.177.88) (Ping timeout: 260 seconds)
06:09:42 <Hash> ((0,button2), (\w -> focus w >> mouseMoveWindow w))
06:09:46 <Hash> I got it!
06:11:47 palo1 joins (~weechat@c-base/crew/palo)
06:14:46 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 256 seconds)
06:14:46 palo1 is now known as palo
06:23:51 Rockj joins (~rockj@2001:67c:550:feed::1)
06:29:01 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 272 seconds)
06:30:48 Rockj joins (~rockj@2001:67c:550:feed::1)
06:42:10 × et09 quits (~et09@unaffiliated/endolphin) (Ping timeout: 246 seconds)
06:44:18 <Hash> Is it possible to do this to only floted windows and not tiled windows?
06:59:16 × ddellacosta quits (dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
07:22:16 × doct0rhu quits (~orctarorg@pool-72-88-158-154.nwrknj.fios.verizon.net) (Remote host closed the connection)
07:27:49 notis joins (~notis@185.51.134.222)
08:02:27 <Solid> Hash: something like this http://ix.io/2GPg might work (not tested)
08:02:52 <Solid> actually you need some imports for that
08:03:42 <Solid> http://ix.io/2GPh like this
08:03:59 <Hash> I Se
08:12:51 <Hash> https://bpa.st/GWUQ
08:12:55 <Hash> I get these following errors
08:13:08 <Hash> says butto 2 type not matched
08:14:50 × wz1000 quits (~wz1000@static.11.113.47.78.clients.your-server.de) (Ping timeout: 256 seconds)
08:20:34 <Hash> , ((0, button2), (\w -> whenX (gets $ M.member w . W.floating . windowset) $ focus w >> mouseMoveWindow w)
08:20:50 <Solid> are you inserting them in the same place that the above `((0,button2), (\w -> focus w >> mouseMoveWindow w))` worked?
08:21:55 <Hash> https://bpa.st/NJLQ
08:22:06 <Hash> I had missed a opening ( before \w
08:22:12 <Hash> now I get this message
08:22:20 <Hash> i'll paste my file
08:22:38 <Hash> https://bpa.st/3LWA
08:22:48 wz1000 joins (~wz1000@static.11.113.47.78.clients.your-server.de)
08:24:34 <Hash> Oh whhops
08:24:36 <Hash> I see
08:24:42 <Hash> I think I forgot a few more parent at the end
08:24:44 <Hash> sigh
08:24:46 <Solid> 1. you are missing a closing parenthesis now
08:25:21 <Solid> 2. you are trying to insert mouse bindings where keybord bindings go
08:25:37 <Hash> Oh
08:25:51 <Hash> oops
08:26:53 <Hash> ty
08:27:59 <Hash> Oh dang. This kills middle click mouse paste. :/
08:28:28 <Solid> you can use S-Ins for that ;)
08:28:55 <Hash> , ((0, xK_Insert), pasteSelection)
08:29:06 <Hash> Sometimes that conflcts with insert mode
08:58:12 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
09:02:51 mc47 joins (~yecinem@89.246.239.190)
09:03:14 × mc47 quits (~yecinem@89.246.239.190) (Client Quit)
09:43:24 malook joins (~Thunderbi@5.109.206.38)
09:45:50 × abhixec quits (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
10:06:15 × malook quits (~Thunderbi@5.109.206.38) (Quit: malook)
10:09:13 × jchia quits (~jchia@58.32.35.91) (Read error: Connection reset by peer)
10:09:42 daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no)
10:11:49 jchia joins (~jchia@45.32.62.73)
10:12:50 × jchia quits (~jchia@45.32.62.73) (Remote host closed the connection)
10:13:15 mc47 joins (~yecinem@89.246.239.190)
10:13:29 jchia joins (~jchia@45.32.62.73)
10:14:31 × jchia quits (~jchia@45.32.62.73) (Remote host closed the connection)
10:15:17 jchia joins (~jchia@45.32.62.73)
10:16:18 × jchia quits (~jchia@45.32.62.73) (Remote host closed the connection)
10:17:11 jchia joins (~jchia@58.32.35.91)
10:24:29 tensegrist joins (~swann@2400:6180:0:d1::6aa:b001)
10:27:52 × tensegrist quits (~swann@2400:6180:0:d1::6aa:b001) (Client Quit)
10:28:41 tensegrist joins (b28016fd@178.128.22.253)
10:31:59 <tensegrist> i'm trying to use NoFrillsDecoration from xmonad-contrib but it seems to break any layout i apply it to and turn it into `Full`
10:33:24 <tensegrist> i also tried the `SideDecoration` snippet here and it seems to have the same effect: https://github.com/xmonad/xmonad/issues/152
10:35:26 <tensegrist> my config is basically the stock one: https://pastebin.com/FXEvNz0V
10:42:17 <Solid> tensegrist: does it work with `noFrillsDeco shrinkText def` ?
10:43:53 <tensegrist> no but i just got it to work by manually specifying a `fontName` in the theme
10:44:07 <Solid> ah, font issues
10:44:10 <Solid> always fun :>
10:44:34 <tensegrist> i see text though
10:45:20 <tensegrist> i guess i have to use some shrinker that removes it
11:11:36 × sm[m] quits (simonmicma@gateway/shell/matrix.org/x-pnthkezdxbpznobc) (Ping timeout: 246 seconds)
11:11:37 × psibi[m] quits (psibimatri@gateway/shell/matrix.org/x-fwlwdjhmyjruyuan) (Ping timeout: 244 seconds)
11:11:41 × psamim quits (samimpmatr@gateway/shell/matrix.org/x-krmmfkjnfdrrbytd) (Ping timeout: 244 seconds)
11:11:41 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-ucrtzpurrvrdgbsf) (Ping timeout: 244 seconds)
11:11:58 × PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-pgpiepqlttziknti) (Ping timeout: 260 seconds)
11:12:32 × By_JumperX4[m] quits (byjumperx4@gateway/shell/matrix.org/x-yjosxwdsozvadbij) (Ping timeout: 260 seconds)
11:12:38 × CRTified[m] quits (schnecfkru@gateway/shell/matrix.org/x-pojsifoicrnfbiru) (Ping timeout: 268 seconds)
11:22:50 × ericsagnes quits (~ericsagne@2405:6580:0:5100:cd57:3434:c0d0:b946) (Ping timeout: 264 seconds)
11:25:54 <mc47> Hello, I'm trying to refactor the test-suite for xmonad-contrib, and
11:26:53 <mc47> I'm not sure what's the best way to go about it: in the ideal case, we'd have a single test-suite that you could run
11:27:45 <mc47> However, there are some dependencies to the Instances and Utils modules in the core package
11:28:43 <mc47> the current solution says to symlink the files, which is less than ideal.. I'm thinking whether copy-pasting these files in xmonad-contrib would be a good idea
11:28:52 <mc47> since they are not exposed by the xmonad package
11:28:59 sm[m] joins (simonmicma@gateway/shell/matrix.org/x-tslfcdwovccelfgc)
11:32:12 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-hfgocjsopdawrtek)
11:34:15 ericsagnes joins (~ericsagne@2405:6580:0:5100:5e7a:6b93:86d8:5cb1)
11:34:23 psamim joins (samimpmatr@gateway/shell/matrix.org/x-flynuotvhbmrlxjh)
11:34:37 psibi[m] joins (psibimatri@gateway/shell/matrix.org/x-obshrmiualxxdpje)
11:40:57 seschwar joins (~seschwar@unaffiliated/seschwar)
11:43:56 PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-zegdpocllywoosgz)
11:47:42 By_JumperX4[m] joins (byjumperx4@gateway/shell/matrix.org/x-rfwizjkmmxybnvls)
11:48:20 CRTified[m] joins (schnecfkru@gateway/shell/matrix.org/x-vrozfuovpxunwnos)
11:52:56 × materiyolo quits (~materiyol@112.204.171.225) (Ping timeout: 240 seconds)
11:53:33 <mc47> If anyone has another idea, please let me now (I'll be logging out, I'll check the logs later)
11:56:30 × tensegrist quits (b28016fd@178.128.22.253) (Remote host closed the connection)
11:59:52 × mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving)
12:05:26 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 264 seconds)
12:12:48 <Solid> I'm not sure I follow; could we not just expose these files?
12:13:29 × daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Ping timeout: 256 seconds)
12:24:24 Rockj joins (~rockj@2001:67c:550:feed::1)
12:29:17 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 246 seconds)
12:39:51 Rockj joins (~rockj@2001:67c:550:feed::1)
12:52:19 mc47 joins (~yecinem@89.246.239.190)
12:54:25 <mc47> Solid Not sure, they live in the test-suite which is not part of the library (I'm a noob when it comes to cabal, so maybe I'm missing something here)
12:56:28 <mc47> that's the part I'm not sure about; but after copying them to xmonad-contrib and adding some stuff, the test-suite works quite well
13:02:15 <Solid> ah I see, the test-suite in cabal doesn't support the exposed-modules field
13:03:02 <Solid> in that case I think copying the over sounds fine
13:03:07 <Solid> s/the/them/
13:03:38 <Solid> they're not really part of the library as such, so I think moving them there just so we can export them sounds wrong somehow
13:04:10 <mc47> I agree. We also don't need everything there, so I'll probably only take the things I need
13:04:43 × incertia quits (~incertia@d4-50-26-103.nap.wideopenwest.com) (Ping timeout: 246 seconds)
13:04:53 <Solid> souns good to me :)
13:04:58 <Solid> ergh, I can't type today
13:05:22 <mc47> haha all good :) Awesome, hopefully I manage to submit a PR in these couple of days
13:12:38 <Liskni_si> personally I don't like copying stuff like this as it makes maintenance harder, so at least add a comment to at least one side of it :-)
13:19:43 <mc47> Liskni_si I agree that this is in general bad, but considering the circumstances, it makes sense: The module Instances provides Arbitrary Instances for QuickCheck, and the module Utils provides some basic helper functions, that I don't think will change
13:20:34 <mc47> Last commit on both is 7 years old
13:20:40 <Liskni_si> mc47: yes, "personally I don't like" and "in this case it's objectively better to do it" are compatible :-)
13:21:38 <mc47> hahaha right :)
13:34:25 daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no)
13:36:42 × sagax quits (~sagax_nb@213.138.71.146) (Remote host closed the connection)
13:49:20 × daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Ping timeout: 260 seconds)
14:00:56 × jchia quits (~jchia@58.32.35.91) (Read error: Connection reset by peer)
14:01:26 jchia joins (~jchia@58.32.35.91)
14:04:00 daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no)
14:24:23 et09 joins (~et09@unaffiliated/endolphin)
14:26:33 sagax joins (~sagax_nb@213.138.71.146)
14:29:46 <Solid> as always the hardest thing about programming is naming things... or in this case knowing where to put things
14:30:14 <Solid> I have written `filterOutWs :: [WorkspaceId] -> [WindowSpace] -> [WindowSpace]` in order to replace the beautifully named `namedScratchpadFilterOutWorkspace`; problem is I don't know where to put it...
14:32:15 <Solid> the respective -PP variant fits nicely in in X.H.DynamicLog but that one surely does not
14:44:14 × hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection)
14:44:59 hexo joins (~hexo@gateway/tor-sasl/hexo)
14:51:36 × rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 240 seconds)
14:58:03 × dxld quits (~dxld@rush.pub.dxld.at) (Quit: Bye)
15:00:13 geekosaur joins (ae68c070@cpe-174-104-192-112.neo.res.rr.com)
15:01:58 dxld joins (~dxld@rush.pub.dxld.at)
15:21:13 × s00pcan quits (~chris@107.181.165.217) (Ping timeout: 246 seconds)
15:22:47 × ericsagnes quits (~ericsagne@2405:6580:0:5100:5e7a:6b93:86d8:5cb1) (Ping timeout: 244 seconds)
15:23:21 s00pcan joins (~chris@075-133-056-178.res.spectrum.com)
15:23:35 rotaerk joins (rotaerk@2600:3c02::f03c:91ff:fe70:4a45)
15:26:33 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 260 seconds)
15:32:36 et09 parts (~et09@unaffiliated/endolphin) ()
15:35:06 ericsagnes joins (~ericsagne@2405:6580:0:5100:fba4:3346:4adb:38f7)
15:47:16 Rockj joins (~rockj@2001:67c:550:feed::1)
16:11:46 × s00pcan quits (~chris@075-133-056-178.res.spectrum.com) (Remote host closed the connection)
16:15:12 × mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection)
16:22:30 × sperber quits (~sperber@freebsd/developer/sperber) (Quit: be gone...)
16:28:09 sperber_ joins (~sperber@frozen-zone.org)
16:33:59 × sperber_ quits (~sperber@frozen-zone.org) (Quit: be gone...)
16:37:11 sperber joins (~sperber@freebsd/developer/sperber)
16:39:29 sperber_ joins (~sperber@frozen-zone.org)
16:42:00 × sperber quits (~sperber@freebsd/developer/sperber) (Ping timeout: 260 seconds)
17:00:27 sfrique joins (~sfrique@189.122.177.88)
17:00:58 rabliatu joins (~quassel@107.158.96.139)
17:31:06 abhixec joins (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net)
18:05:03 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 272 seconds)
18:20:02 × wagle quits (~wagle@quassel.wagle.io) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
18:20:34 wagle joins (~wagle@quassel.wagle.io)
18:20:38 Rockj joins (~rockj@2001:67c:550:feed::1)
18:34:50 × Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 264 seconds)
18:45:41 × notis quits (~notis@185.51.134.222) (Quit: WeeChat 2.9)
18:49:28 notis joins (~notis@185.51.134.222)
19:03:02 × berberman quits (~berberman@unaffiliated/berberman) (Ping timeout: 264 seconds)
19:03:32 berberman joins (~berberman@unaffiliated/berberman)
19:06:38 <Hash> https://bpa.st/JIHA Good morning. This is my xmonad.hs config. I have a strange issue. I was trying to setup a layout for gimp, which works, shift gimp to WS 6 and set layout. But now, gimp spawns infinite toolbox windows which get tabbed and pc becomes unusable until I kill gimp
19:10:18 Rockj joins (~rockj@2001:67c:550:feed::1)
19:20:51 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Quit: ZNC 1.8.2 - https://znc.in)
19:22:43 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
19:32:26 × ericsagnes quits (~ericsagne@2405:6580:0:5100:fba4:3346:4adb:38f7) (Ping timeout: 264 seconds)
19:34:48 <geekosaur> sounds to me like gimp really wants its toolbox to be floated and otherwise left alone
19:37:55 <Hash> I tested this in many other wm
19:37:57 <Hash> same result
19:38:12 <Hash> Found some help in #gimp
19:38:22 × abhixec quits (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net) (Quit: leaving)
19:40:38 malook joins (~Thunderbi@5.109.206.38)
19:40:48 abhixec joins (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net)
19:43:11 × nullheroes quits (~danielvu@168.235.66.22) (Quit: WeeChat 2.9)
19:43:40 × malook quits (~Thunderbi@5.109.206.38) (Client Quit)
19:44:30 ericsagnes joins (~ericsagne@2405:6580:0:5100:a371:8651:d375:8998)
19:46:44 × notis quits (~notis@185.51.134.222) (Ping timeout: 260 seconds)
19:49:59 <Hash> A
19:50:10 <Hash> Actually in gimp 2.10 there is no need to manage windows
19:50:28 <Hash> The default one window setting is nice. It's just one window with docks on sides and main window in middle
19:50:44 <Hash> , className =? "gimp-2.10" --> doIgnore
19:50:58 <Hash> I am doing this now, and only shifting the Window to workspace 6
19:51:01 <Hash> Cool.
19:52:17 sperber_ parts (~sperber@frozen-zone.org) ()
19:52:23 sperber joins (~sperber@freebsd/developer/sperber)
20:17:48 doct0rhu joins (~orctarorg@pool-72-88-158-154.nwrknj.fios.verizon.net)
20:18:28 doctorhu joins (~orctarorg@pool-72-88-158-154.nwrknj.fios.verizon.net)
20:25:18 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
20:26:41 × doctorhu quits (~orctarorg@pool-72-88-158-154.nwrknj.fios.verizon.net) (Quit: Leaving)
20:44:34 <daphnis> what named-scratchpad managehook must be used for fullscreen?
21:25:26 <geekosaur> (customFloating $ RationalRect 0 0 1 1)
21:26:00 <geekosaur> probably W.RationalRect (I use it enough to import unqualified)
21:29:02 Nahra joins (~Nahra@unaffiliated/nahra)
21:32:55 × geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Remote host closed the connection)
22:02:31 × doct0rhu quits (~orctarorg@pool-72-88-158-154.nwrknj.fios.verizon.net) (Quit: Leaving)
22:07:13 × Nahra quits (~Nahra@unaffiliated/nahra) (Quit: leaving)
22:16:03 × daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Quit: leaving)
22:41:33 × dxld quits (~dxld@rush.pub.dxld.at) (Quit: Bye)
22:43:41 dxld joins (~dxld@rush.pub.dxld.at)
22:50:56 × abhixec quits (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
23:15:03 gwern parts (~gwern@wikipedia/Gwern) ()
23:33:30 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
23:39:30 abhixec joins (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net)

All times are in UTC on 2020-12-06.