2020/12/21

2020-12-21 00:21:02 +0000wonko7(~wonko7@2a01:e35:2ffb:7040:4535:f480:7dff:b3b5) (Ping timeout: 264 seconds)
2020-12-21 00:26:55 +0000mc47(~yecinem@89.246.239.190) (Remote host closed the connection)
2020-12-21 00:27:49 +0000notis(~notis@185.51.134.229) (Ping timeout: 264 seconds)
2020-12-21 00:45:51 +0000eb0t_eb0t
2020-12-21 00:46:21 +0000ryjm(sid383513@gateway/web/irccloud.com/x-bskhgqtqitkmfuiz) (Ping timeout: 258 seconds)
2020-12-21 00:46:51 +0000lally(sid388228@gateway/web/irccloud.com/x-qptpvlldxpkwwzmr) (Ping timeout: 272 seconds)
2020-12-21 00:47:31 +0000ryjm(sid383513@gateway/web/irccloud.com/x-huoudwukmzlpfarr)
2020-12-21 00:48:21 +0000lally(sid388228@gateway/web/irccloud.com/x-kigisbxmlrdxghtz)
2020-12-21 00:51:43 +0000xaltsc(~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds)
2020-12-21 00:52:34 +0000seschwar(~seschwar@unaffiliated/seschwar) (Quit: :wq)
2020-12-21 00:57:39 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2020-12-21 00:57:39 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358) (*.net *.split)
2020-12-21 00:57:39 +0000arzano(~arzano@gentoo/developer/arzano) (*.net *.split)
2020-12-21 00:57:39 +0000Bruners(lasseb@gateway/shell/tihlde/x-prbtsfnrzpsykjsd) (*.net *.split)
2020-12-21 00:57:39 +0000fr33domlover(~fr33domlo@fsf/member/fr33domlover) (*.net *.split)
2020-12-21 00:57:39 +0000jtcs_(~jtcs@vmi359854.contaboserver.net) (*.net *.split)
2020-12-21 01:17:54 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2020-12-21 01:17:54 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358)
2020-12-21 01:17:54 +0000arzano(~arzano@gentoo/developer/arzano)
2020-12-21 01:17:54 +0000Bruners(lasseb@gateway/shell/tihlde/x-prbtsfnrzpsykjsd)
2020-12-21 01:17:54 +0000fr33domlover(~fr33domlo@fsf/member/fr33domlover)
2020-12-21 01:17:54 +0000jtcs_(~jtcs@vmi359854.contaboserver.net)
2020-12-21 01:18:11 +0000annihilannic(~anni@galaxy4.net)
2020-12-21 01:20:37 +0000kmicu(~k@mail.baranowi.cz) (Ping timeout: 264 seconds)
2020-12-21 01:20:44 +0000kmicu(~k@mail.baranowi.cz)
2020-12-21 01:26:44 +0000 <annihilannic> first time trying xmonad today, how do I change alt-tab behaviour to use a 'most-recently-used' stack? looking at XMonda.ActionsCycleWindows but it seems to be for cycling the window content, not the focus
2020-12-21 01:30:20 +0000 <annihilannic> Also how can I change the workspace switching to use ctrl-alt-<n> instead of alt-<n> (which I use for switching irssi channels)
2020-12-21 01:34:08 +0000styledash(~styledash@157.230.173.136) (Quit: The Lounge - https://thelounge.chat)
2020-12-21 01:34:51 +0000styledash(~styledash@157.230.173.136)
2020-12-21 01:46:14 +0000 <vrs> most people use mod4 (the windows key) as mod key to avoid exactly this issue, too many applications use alt
2020-12-21 01:50:42 +0000 <vrs> I would've expected CycleWindows to solve your problem, but I've never used it and your reading seems right
2020-12-21 02:02:41 +0000 <annihilannic> vrs: makes sense, do you have a reference for how to change xmonad.hs to do that? I'm trying to get my head around the extensions documenation, but this haskell... is hurting my OCD tendencies
2020-12-21 02:02:54 +0000 <annihilannic> vrs: lines beginning with commas.... yeurgh!
2020-12-21 02:02:54 +0000Ristovski(~364e20076@unaffiliated/ristovski) (Quit: 0)
2020-12-21 02:03:29 +0000 <vrs> you needn't do that, it's just an idiom that makes the commas line up with the { and }
2020-12-21 02:03:38 +0000 <vrs> you can do traditional commas too
2020-12-21 02:03:55 +0000 <vrs> to use the win key, modMask = mod4Mask
2020-12-21 02:04:26 +0000 <vrs> (next to where you also set the terminal)
2020-12-21 02:07:24 +0000 <annihilannic> I'm not sure what you mean by 'next to where you also set the terminal'. I'm starting from the vanilla xmonad.hs which was delivered with the CentOS xmonad 0.11 package: https://termbin.com/pvuk
2020-12-21 02:11:44 +0000[Ristovski](~364e20076@unaffiliated/ristovski)
2020-12-21 02:14:05 +0000 <annihilannic> Trying to get my head around http://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Doc-Extending.html#g:9 - the example of a complete xmonad.hs at the end of 'Adding key bindings' looks quite different to the one I'm starting with.
2020-12-21 02:17:03 +0000 <annihilannic> It recommends using XMonad.Util.CustomKeys but I don't seem to have xmonad-contrib, nor is it in the repository xmonad came from, strangely.
2020-12-21 02:18:16 +0000 <annihilannic> Perhaps xmonad-0.11 is too old for these docs to be relevant.
2020-12-21 02:23:59 +0000 <annihilannic> I'm thinking i3wm may be a better choice for my first foray into tiling WM, seems the bar is set lower there. ;-)
2020-12-21 02:24:23 +0000 <vrs> https://hastebin.com/fovukaqupo.rb
2020-12-21 02:24:44 +0000 <coldpress> annihilannic: it's a simple text config, which is good, but also bad
2020-12-21 02:25:28 +0000 <annihilannic> coldpress: Yeah, I can see that, good discussion here: https://www.reddit.com/r/xmonad/comments/4c1ukl/why_is_i3_getting_more_popular_than_xmonad/
2020-12-21 02:26:03 +0000 <vrs> I believe you ought to be able to replace desktopConfig with desktopConfig { modMask = mod4Mask }
2020-12-21 02:26:44 +0000 <annihilannic> vrs: I'm assuming I can't replace my entire config with that? oh, okay, I'll try that.
2020-12-21 02:27:25 +0000 <annihilannic> What value are those existing importas for Gnome/Kde/etc. if I'm not currently running them. Does running applications belonging to those DEs within xmonad benefit from some of those settings?
2020-12-21 02:27:25 +0000 <vrs> yeah my config is 400 lines overall, and I'm somewhat rusty as I've written most of it 5 years ago
2020-12-21 02:28:22 +0000 <annihilannic> Can I reload config on the fly?
2020-12-21 02:28:34 +0000 <vrs> mod+q
2020-12-21 02:29:05 +0000 <annihilannic> Hmm... no change.
2020-12-21 02:30:23 +0000 <vrs> desktopConfig is just a default config with some support for ewmh (fullscreen support etc) and status bars it seems https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/src/XMonad.Config.Desktop.html#deskto…
2020-12-21 02:34:37 +0000 <annihilannic> Hrm... okay, my next thought was log out and log in again. How do you log out?? :-)
2020-12-21 02:34:50 +0000 <annihilannic> xmonad --restart seems to do nothing
2020-12-21 02:35:06 +0000 <vrs> xmonad --restart will do just that, it'll take over all existing windows
2020-12-21 02:36:17 +0000 <annihilannic> ... and presumably I should see a fresh new 'xmonad' process running, but I don't?
2020-12-21 02:37:03 +0000 <vrs> if you see the window borders flicker, then it's working
2020-12-21 02:37:06 +0000 <By_JumperX4[m]> <annihilannic "Hrm... okay, my next thought was"> mod + shift + q
2020-12-21 02:37:06 +0000 <By_JumperX4[m]> also check `xmonad --recompile`
2020-12-21 02:37:06 +0000 <By_JumperX4[m]> to see if there is problems
2020-12-21 02:37:29 +0000 <vrs> ohh do you have xmessage installed?
2020-12-21 02:37:44 +0000 <vrs> that is kind of critical for seeing compile errors if you recompile via mod+q
2020-12-21 02:38:06 +0000 <vrs> also try the following https://hastebin.com/ufuniyoduc.swift
2020-12-21 02:38:28 +0000 <annihilannic> xmonad --recompile did not complain. mod-shift-q certainly worked though, kind of like killing X
2020-12-21 02:38:42 +0000 <vrs> yes, mod-shift-q is quit
2020-12-21 02:38:50 +0000 <annihilannic> yes, xmessage is installed.
2020-12-21 02:43:33 +0000 <annihilannic> vrs: that minimal config has done the trick, thanks
2020-12-21 02:46:35 +0000 <annihilannic> haha mod-l somehow still passes through to my windows host (running CentOS in a virtualbox VM) and locks the screen
2020-12-21 02:52:55 +0000 <Hash> annihilannic: hi
2020-12-21 02:53:05 +0000 <annihilannic> Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -> DWORD DisableLockWorkstation = 1... problem solved.
2020-12-21 02:53:19 +0000cyber(~cyber@217.138.213.188)
2020-12-21 02:53:51 +0000 <annihilannic> Hi Hash, thanks for coming over, vrs and By_JumperX4[m] have been helping me a lot already
2020-12-21 02:54:00 +0000cyber(~cyber@217.138.213.188) ()
2020-12-21 02:54:18 +0000 <Hash> https://termbin.com/ldic
2020-12-21 02:54:29 +0000 <Hash> Here's my xmonad.hs if that helps
2020-12-21 02:55:03 +0000 <annihilannic> Thanks, useful reference. Are you on 0.16?
2020-12-21 02:55:15 +0000 <Hash> No idea. Whatever is in Ubuntu 20.04
2020-12-21 02:55:33 +0000sagax(~sagax_nb@213.138.71.146)
2020-12-21 02:55:36 +0000 <Hash> I am on 0.15
2020-12-21 02:55:42 +0000 <annihilannic> CentOS 7 delivers 0.11, which I suspect is quite a few years old now.
2020-12-21 02:55:48 +0000 <Hash> Ooof very
2020-12-21 02:56:15 +0000 <Hash> https://xmonad.org/intro.html
2020-12-21 02:56:34 +0000 <Hash> You could do cabal method
2020-12-21 02:56:43 +0000 <annihilannic> Not sure I'm missing out on anything important though. No published repos seem to have more than 0.12, so ... okay, will look at that.
2020-12-21 02:57:09 +0000 <Hash> Basically you will use cabal package manager and install xmonad or buld it yourself with stack
2020-12-21 02:57:59 +0000 <Hash> https://brianbuccola.com/how-to-install-xmonad-and-xmobar-via-stack/ this may also shed light on how to build it
2020-12-21 02:59:24 +0000 <Hash> http://wiki.haskell.org/Xmonad/Installing_xmonad#From_Hackage
2020-12-21 02:59:57 +0000 <Hash> https://www.haskell.org/platform/ grab the latest Haskell here
2020-12-21 03:00:05 +0000 <Hash> I don't know CentOS
2020-12-21 03:00:10 +0000 <Hash> Or how old it is
2020-12-21 03:00:40 +0000 <vrs> well you're in luck, the config format has hardly changed since 0.11
2020-12-21 03:01:22 +0000 <By_JumperX4[m]> I'm having such an issue with xmobar... in the StdinReader, it says it could not parse string : <fc=yellow> blah blah blah instead of actually showing my workspaces numbers (sending confs in next message)
2020-12-21 03:01:44 +0000 <vrs> the biggest change is that newer versions use `def` for default values and 0.11 does not, it usually has a type specific one
2020-12-21 03:01:55 +0000 <annihilannic> CentOS 7, releaseed 2014, so.. not new. Clone of Red Hat Enterprise Linux, designed to be a stable software set so it doesn't get updated very aggressively.
2020-12-21 03:01:55 +0000 <By_JumperX4[m]> xmonad.hs : https://paste.ramle.be/uvohobifib.sql
2020-12-21 03:02:41 +0000 <Hash> And just Run StdinReader ?
2020-12-21 03:02:41 +0000 <By_JumperX4[m]> xmobarrc : https://paste.ramle.be/meyehuwonu.pl
2020-12-21 03:03:02 +0000 <By_JumperX4[m]> PS : running xmonad 0.15
2020-12-21 03:03:36 +0000 <By_JumperX4[m]> Hash: I'm pretty new to xmonad, not really sure of what you're asking me ^^
2020-12-21 03:03:41 +0000 <Hash> Hang on nop
2020-12-21 03:03:43 +0000 <Hash> np
2020-12-21 03:03:55 +0000 <Hash> template ="%StdinReader% Cpu Temp: %tcpu%C %cpu% Mem: %memory% %swap%} %date%{" You're not using any format strings
2020-12-21 03:04:22 +0000 <Hash> your log hook is fin
2020-12-21 03:04:23 +0000 <Hash> fine
2020-12-21 03:04:56 +0000 <By_JumperX4[m]> I think I understand
2020-12-21 03:04:59 +0000 <By_JumperX4[m]> I have to tell him how to read the crap xmonad sends him
2020-12-21 03:05:02 +0000 <Hash> I don't know xmobar in detail but I see potential problem that you probably need to use format strings to display the stdinreader
2020-12-21 03:05:06 +0000 <Hash> or anything
2020-12-21 03:05:11 +0000 <Hash> I dont' know this, let me test
2020-12-21 03:05:23 +0000 <Hash> template = "<fc=#FE6BD2>%StdinReader%</fc>}{☀<fc=#8888FF>%KBDU%</fc> ♶ <fc=#C273FE>%coretemp%</fc> ⚛ <fc=#A6FE4E>%memory%</fc> <fc=#FE0101>%swap%</fc> <fc=#5BD8FE>%enp4s0%</fc> - <fc=#FE7FFE>%date%</fc>"
2020-12-21 03:05:25 +0000 <By_JumperX4[m]> (I actually have no idea of how to do that)
2020-12-21 03:05:27 +0000 <Hash> That's my template string if that helps
2020-12-21 03:06:06 +0000 <By_JumperX4[m]> `<fc=#FE6BD2>%StdinReader%</fc>`
2020-12-21 03:06:12 +0000 <By_JumperX4[m]> I assume I have to copy/paste this part
2020-12-21 03:06:36 +0000 <Hash> Not sure. But why it is complaining about this <fc=yellow>
2020-12-21 03:06:41 +0000 <Hash> When that's not even in your template string
2020-12-21 03:07:35 +0000 <By_JumperX4[m]> and then put white everywhere
2020-12-21 03:07:36 +0000 <By_JumperX4[m]> idk
2020-12-21 03:07:42 +0000 <Hash> https://termbin.com/b9fa this is my xmboarrc
2020-12-21 03:07:51 +0000 <Hash> Please compare and contrast
2020-12-21 03:08:02 +0000 <Hash> Also, you can replace a few of your things with xmobar plugins
2020-12-21 03:08:31 +0000 <By_JumperX4[m]> I didn't knew xmobar had plugins
2020-12-21 03:08:38 +0000 <Hash> You have read the docs at all?
2020-12-21 03:09:05 +0000 <Hash> https://hackage.haskell.org/package/xmobar
2020-12-21 03:09:13 +0000 <By_JumperX4[m]> not everything, just tried to get working workspaces and clocks, the rest is not vital ^^
2020-12-21 03:09:16 +0000 <Hash> There is a ridiculous amount of plugins
2020-12-21 03:09:27 +0000 <Hash> I see
2020-12-21 03:09:45 +0000 <Hash> What do you mean 'get workspaces working' in xmobar?
2020-12-21 03:09:58 +0000 <Hash> StdInreader shows the curent workspace, not all of them
2020-12-21 03:10:23 +0000 <By_JumperX4[m]> actually I don't have workspaces displayed
2020-12-21 03:10:32 +0000 <By_JumperX4[m]> yeah but right now there is nothing at all
2020-12-21 03:11:04 +0000 <By_JumperX4[m]> just a huge error that takes the whole bar
2020-12-21 03:11:06 +0000 <Hash> It shows the active workspace and active window title
2020-12-21 03:11:24 +0000 <Hash> Let me try your config verbatim
2020-12-21 03:11:26 +0000 <Hash> brb
2020-12-21 03:12:25 +0000 <Hash> Ok so I get blank bar
2020-12-21 03:12:26 +0000 <By_JumperX4[m]> ima do same with yours
2020-12-21 03:12:29 +0000 <Hash> nothing. absolutely nothing.
2020-12-21 03:12:38 +0000 <By_JumperX4[m]> I get same error with your config
2020-12-21 03:12:44 +0000 <Hash> Ha.
2020-12-21 03:13:06 +0000 <By_JumperX4[m]> + it doesn't displays on the good screen but that's a detail
2020-12-21 03:13:17 +0000 <Hash> I do lower on start = false and no bar at all
2020-12-21 03:14:20 +0000 <By_JumperX4[m]> so the problem's not from my config
2020-12-21 03:14:27 +0000 <Hash> I don't know.
2020-12-21 03:14:28 +0000 <By_JumperX4[m]> as I get the same with yours
2020-12-21 03:14:45 +0000 <By_JumperX4[m]> so it comes from my xmonad config ?
2020-12-21 03:15:34 +0000 <By_JumperX4[m]> I got xmonad 0.15 and xmobar 0.36
2020-12-21 03:15:43 +0000 <By_JumperX4[m]> installed using gentoo's portage
2020-12-21 03:15:56 +0000theDon(~td@94.134.91.11) (Ping timeout: 268 seconds)
2020-12-21 03:16:33 +0000 <Hash> I don't know.
2020-12-21 03:16:38 +0000 <Hash> I'm trying to see
2020-12-21 03:17:00 +0000 <By_JumperX4[m]> if you try my xmonad config, do you get errors ?
2020-12-21 03:17:19 +0000theDon(~td@muedsl-82-207-238-191.citykom.de)
2020-12-21 03:17:20 +0000 <Hash> https://wiki.archlinux.org/index.php/Xmobar#Configuration
2020-12-21 03:17:23 +0000 <Hash> Check this out
2020-12-21 03:18:17 +0000 <Hash> hmm
2020-12-21 03:18:19 +0000 <Hash> This is peculiar
2020-12-21 03:18:43 +0000 <Hash> I tried the config on that page verbatim and I also don' get a bar at all. just space allocatd on top but no bar
2020-12-21 03:19:02 +0000 <By_JumperX4[m]> hmmm
2020-12-21 03:19:08 +0000 <By_JumperX4[m]> do you have those fonts installed ?
2020-12-21 03:19:23 +0000 <By_JumperX4[m]> ubuntu mono in my case and bitstream vera moni in arch's ?
2020-12-21 03:19:28 +0000 <Hash> yes
2020-12-21 03:19:33 +0000 <Hash> they are standard fons
2020-12-21 03:19:34 +0000 <Hash> not the ubunt one
2020-12-21 03:19:53 +0000 <By_JumperX4[m]> I have ubuntu mono in mine
2020-12-21 03:21:55 +0000 <Hash> Sorry I don't know
2020-12-21 03:21:58 +0000 <Hash> perhaps another can help
2020-12-21 03:28:02 +0000 <By_JumperX4[m]> :(
2020-12-21 03:46:28 +0000 <Hash> By_JumperX4[m]: has xmobar ever worked for you
2020-12-21 03:46:35 +0000 <Hash> Or have you always had an error?
2020-12-21 03:46:50 +0000 <Hash> https://beginners-guide-to-xmonad.readthedocs.io/configure_xmobar.html
2020-12-21 03:46:56 +0000 <Hash> You can try to rebuild your config?
2020-12-21 03:47:25 +0000 <By_JumperX4[m]> I don't get the error if I don't use StdinReader
2020-12-21 03:47:35 +0000 <Hash> Interesting.
2020-12-21 03:47:43 +0000 <By_JumperX4[m]> i'm cleaning my keyboard rn
2020-12-21 03:47:48 +0000 <Hash> ok np
2020-12-21 03:47:51 +0000 <By_JumperX4[m]> wait a min
2020-12-21 03:47:52 +0000 <Hash> I'm gonna get dinnr
2020-12-21 03:47:59 +0000 <Hash> ok im getting high for now
2020-12-21 03:48:00 +0000 <By_JumperX4[m]> it's very dirty
2020-12-21 03:48:01 +0000 <Hash> srue
2020-12-21 03:48:07 +0000 <Hash> take your time
2020-12-21 04:22:04 +0000 <By_JumperX4[m]> i'm back
2020-12-21 04:58:01 +0000 <Hash> I gotta study!
2020-12-21 05:15:59 +0000ADG1089(~aditya@122.163.166.13)
2020-12-21 05:20:10 +0000 <annihilannic> Interestingly 'cabal install xmonad' only gets me version 0.14... unexpected?
2020-12-21 05:23:54 +0000ddellacosta(dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds)
2020-12-21 05:33:24 +0000 <annihilannic> xmonad.hs:2:8: Could not find module `XMonad.Config.Desktop' Use -v to see a list of the files searched for.Error detected while loading xmonad configuration file: /home/anni/.xmonad/xmonad.hs
2020-12-21 05:33:59 +0000 <annihilannic> [anni@boron ~]$ xmonad --recompile -v
2020-12-21 05:33:59 +0000 <annihilannic> xmonad: user error (unrecognized flags)
2020-12-21 05:34:27 +0000 <annihilannic> Is it recommending the '-v' option to some other command?
2020-12-21 05:47:43 +0000ADG1089(~aditya@122.163.166.13) (Quit: Konversation terminated!)
2020-12-21 06:26:46 +0000 <annihilannic> mod-shift-j/k seem the wrong way around to me
2020-12-21 06:27:05 +0000 <annihilannic> I mean.. mod-j/k
2020-12-21 06:28:18 +0000 <annihilannic> No they don't... I just need to think 'vi' rather than 'clockwise/counter-clockwise'
2020-12-21 06:29:36 +0000 <annihilannic> I can't figure out what mod-t is supposed to do
2020-12-21 06:34:53 +0000 <annihilannic> Now that I figured out how to float a window, I understand what mod-t does. :-)
2020-12-21 06:37:57 +0000palo1(~weechat@c-base/crew/palo)
2020-12-21 06:40:56 +0000palo(~weechat@c-base/crew/palo) (Ping timeout: 240 seconds)
2020-12-21 06:40:56 +0000palo1palo
2020-12-21 06:51:22 +0000al3x27(~plovs@85.254.75.80)
2020-12-21 07:01:25 +0000cfricke(~cfricke@unaffiliated/cfricke)
2020-12-21 07:08:04 +0000xaltsc(~xaltsc@unaffiliated/xaltsc)
2020-12-21 07:16:21 +0000malook(~Thunderbi@5.108.184.37)
2020-12-21 07:19:27 +0000crmaurei(crmaurei@nat/qt/x-evbiyqufxeaqxvtt) (Ping timeout: 260 seconds)
2020-12-21 07:20:50 +0000crmaurei(crmaurei@nat/qt/x-ndvkekfyquybnuma)
2020-12-21 07:34:14 +0000notis(~notis@45.134.22.21)
2020-12-21 07:41:34 +0000al3x27(~plovs@85.254.75.80) (Ping timeout: 246 seconds)
2020-12-21 07:54:05 +0000al3x27(~plovs@85.254.75.83)
2020-12-21 07:58:17 +0000malook(~Thunderbi@5.108.184.37) (Quit: malook)
2020-12-21 08:28:13 +0000berberman_(~berberman@unaffiliated/berberman)
2020-12-21 08:29:12 +0000berberman(~berberman@unaffiliated/berberman) (Ping timeout: 268 seconds)
2020-12-21 08:29:29 +0000berberman_(~berberman@unaffiliated/berberman) (Max SendQ exceeded)
2020-12-21 08:29:35 +0000 <Hash> For .Config.Desktop to work you must install the xmonad-contrib repository
2020-12-21 08:29:52 +0000 <Hash> https://hackage.haskell.org/package/xmonad-contrib
2020-12-21 08:30:06 +0000berberman(~berberman@unaffiliated/berberman)
2020-12-21 08:30:33 +0000 <Hash> cabal install xmonad-contrib
2020-12-21 08:31:27 +0000 <Hash> http://hackage.haskell.org/packages/search?terms=xmonad
2020-12-21 08:31:40 +0000 <Hash> Latest there is 0.15 listed
2020-12-21 08:31:58 +0000 <Hash> xmonad 0.15 (2018-09-30) is available from our download page. as per the main home page
2020-12-21 08:32:21 +0000 <Hash> after cabal install you should also update/refresh package list I think
2020-12-21 08:32:39 +0000sperber(~sperber@freebsd/developer/sperber) (Quit: be gone...)
2020-12-21 08:33:01 +0000 <Hash> annihilannic: ^
2020-12-21 08:38:20 +0000sperber(~sperber@freebsd/developer/sperber)
2020-12-21 08:57:56 +0000 <annihilannic> Hash: Yeah thanks, when I tried to cabal install 0.14 it failed due to a downrev ghc install, so when I tried to recompile it was still pulling in some stuff from the ~/.ghc of the failed cabal install
2020-12-21 08:58:24 +0000 <annihilannic> Hash: I'll stick with 0.11 for now, and look into a ghc upgrade if I'm committed to xmonad
2020-12-21 08:58:29 +0000 <annihilannic> So far so good!
2020-12-21 09:12:34 +0000thc202(~thc202@unaffiliated/thc202)
2020-12-21 09:21:07 +0000mc47(~yecinem@89.246.239.190)
2020-12-21 09:27:04 +0000 <Hash> Awesome good to hear
2020-12-21 09:27:17 +0000 <Hash> I feel bad I coudln't help jumper4x
2020-12-21 09:44:04 +0000wonko7(~wonko7@2a01:e35:2ffb:7040:4535:f480:7dff:b3b5)
2020-12-21 09:56:03 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 09:58:42 +0000notis(~notis@45.134.22.21) (Ping timeout: 260 seconds)
2020-12-21 10:02:08 +0000notis(~notis@45.134.22.12)
2020-12-21 10:16:36 +0000malook(~Thunderbi@5.108.184.37)
2020-12-21 10:22:17 +0000malook(~Thunderbi@5.108.184.37) (Remote host closed the connection)
2020-12-21 10:29:53 +0000sperber(~sperber@freebsd/developer/sperber) (Quit: be gone...)
2020-12-21 10:34:45 +0000sperber_(~sperber@frozen-zone.org)
2020-12-21 10:49:05 +0000novas0x2a1(~blah@157-131-125-210.fiber.dynamic.sonic.net) (Read error: Connection reset by peer)
2020-12-21 10:49:57 +0000novas0x2a(~blah@157-131-125-210.fiber.dynamic.sonic.net)
2020-12-21 10:50:42 +0000seschwar(~seschwar@unaffiliated/seschwar)
2020-12-21 11:12:23 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 11:30:02 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 11:31:02 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 11:31:42 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 11:31:45 +0000ADG1089__(~aditya@122.163.166.13) (Client Quit)
2020-12-21 11:32:11 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 11:32:11 +0000ADG1089__(~aditya@122.163.166.13) (Client Quit)
2020-12-21 11:32:19 +0000[Ristovski]Ristovski
2020-12-21 11:37:37 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 11:46:18 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 11:59:45 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:03:31 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 12:14:37 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:17:40 +0000 <ADG1089__> which xmonad is working fine but Super-Q sends xmessage that xmonad not found in $PATH (I added xmonad binary location in .zshrc .bashrc & .profile)
2020-12-21 12:19:59 +0000malook(~Thunderbi@5.108.184.37)
2020-12-21 12:20:19 +0000malook(~Thunderbi@5.108.184.37) (Client Quit)
2020-12-21 12:20:42 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 12:23:29 +0000malook(~Thunderbi@5.108.184.37)
2020-12-21 12:26:48 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:26:56 +0000ADG1089__(~aditya@122.163.166.13) (Client Quit)
2020-12-21 12:27:31 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:27:36 +0000ADG1089__(~aditya@122.163.166.13) (Client Quit)
2020-12-21 12:28:36 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:29:24 +0000malook(~Thunderbi@5.108.184.37) (Quit: malook)
2020-12-21 12:29:39 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 12:30:03 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 12:35:32 +0000geekosaur(ac3a5760@172.58.87.96)
2020-12-21 12:38:12 +0000_ashbreeze_(~mark@184-157-32-85.dyn.centurytel.net) (Remote host closed the connection)
2020-12-21 12:39:27 +0000sperber_(~sperber@frozen-zone.org) ("Textual IRC Client: www.textualapp.com")
2020-12-21 12:39:37 +0000_ashbreeze_(~mark@184-157-32-85.dyn.centurytel.net)
2020-12-21 12:39:41 +0000sperber(~sperber@freebsd/developer/sperber)
2020-12-21 12:40:47 +0000 <geekosaur> those files only affect what's running in terminals, except on debian/ubuntu. you'll need to arrange for xmonad to be in /usr/bin (I'd use a symlink)
2020-12-21 12:46:51 +0000geekosaur(ac3a5760@172.58.87.96) (Remote host closed the connection)
2020-12-21 12:48:32 +0000geekosaur(ac3a5760@172.58.87.96)
2020-12-21 13:04:47 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 13:05:27 +0000Nahra(~Nahra@unaffiliated/nahra)
2020-12-21 13:06:42 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 13:07:31 +0000ADG1089__(~aditya@122.163.166.13) (Client Quit)
2020-12-21 13:18:38 +0000cfricke(~cfricke@unaffiliated/cfricke) (Ping timeout: 264 seconds)
2020-12-21 13:31:14 +0000 <annihilannic> In the 'tall' layout, can you adjust the height of the 'slave' windows so that they are unequally sized?
2020-12-21 13:32:00 +0000cfricke(~cfricke@unaffiliated/cfricke)
2020-12-21 13:37:05 +0000 <fizzie> Not as far as I recall, but XMonad.Layout.ResizableTile provides a ResizableTall variant where you can.
2020-12-21 13:55:13 +0000notis(~notis@45.134.22.12) (Quit: WeeChat 2.9)
2020-12-21 14:39:40 +0000geekosaur(ac3a5760@172.58.87.96) (Remote host closed the connection)
2020-12-21 15:11:25 +0000 <dminuoso> Mmm. So I have the issue of screen tearing when say switching between workspaces, or even just watching netflix.
2020-12-21 15:11:45 +0000 <dminuoso> Im confident this is not an xmonad issue... which exact component in X is responsible for doing something like vsync?
2020-12-21 15:14:12 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 15:25:39 +0000Lupin3(~Lupin@103.61.113.22)
2020-12-21 15:30:39 +0000Lupin3(~Lupin@103.61.113.22) (Quit: Leaving)
2020-12-21 15:38:34 +0000notis(~notis@45.134.22.12)
2020-12-21 15:56:38 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 15:59:13 +0000davemq(~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Quit: ZNC 1.8.2 - https://znc.in)
2020-12-21 16:01:30 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 16:04:51 +0000growpotkin(~growpotki@130-45-30-154.dyn.grandenetworks.net)
2020-12-21 16:07:42 +0000davemq(~davemq@2600:1700:b1c0:2580:cff1:7c10:c5a4:57e0)
2020-12-21 16:09:14 +0000davemq(~davemq@2600:1700:b1c0:2580:cff1:7c10:c5a4:57e0) (Client Quit)
2020-12-21 16:11:45 +0000davemq(~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
2020-12-21 16:13:52 +0000incertia_(~incertia@d4-50-26-103.nap.wideopenwest.com)
2020-12-21 16:13:58 +0000ADG1089__(~aditya@122.163.166.13) (Read error: Connection reset by peer)
2020-12-21 16:14:04 +0000ADG1089_(~aditya@122.163.166.13)
2020-12-21 16:14:19 +0000incertia(~incertia@d4-50-26-103.nap.wideopenwest.com) (Ping timeout: 246 seconds)
2020-12-21 16:40:56 +0000ADG1089_(~aditya@122.163.166.13) (Quit: Konversation terminated!)
2020-12-21 16:49:05 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2020-12-21 16:58:26 +0000malook(~Thunderbi@5.108.184.37)
2020-12-21 16:59:28 +0000malook(~Thunderbi@5.108.184.37) (Client Quit)
2020-12-21 17:05:52 +0000benley(benley@osric.zoiks.net)
2020-12-21 17:08:28 +0000 <benley> I've run into a confusing problem where my M-[1-9] stopped working after a reboot, but M-shift-[1-9] still work fine, and my xmonad.hs didn't change at all
2020-12-21 17:08:39 +0000 <benley> ...and I don't know where to begin troubleshooting this. Any suggestions?
2020-12-21 17:19:53 +0000cfricke(~cfricke@unaffiliated/cfricke)
2020-12-21 17:21:49 +0000geekosaur(42d52137@66.213.33.55)
2020-12-21 17:28:22 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2020-12-21 17:34:54 +0000mc47(~yecinem@89.246.239.190) (Remote host closed the connection)
2020-12-21 17:43:55 +0000kmicu(~k@mail.baranowi.cz) (Ping timeout: 246 seconds)
2020-12-21 17:44:37 +0000elGamal(~elg@198.8.85.134) (Ping timeout: 264 seconds)
2020-12-21 17:45:06 +0000kmicu(~k@mail.baranowi.cz)
2020-12-21 17:45:13 +0000theDon(~td@muedsl-82-207-238-191.citykom.de) (Ping timeout: 264 seconds)
2020-12-21 17:45:48 +0000theDon(~td@muedsl-82-207-238-191.citykom.de)
2020-12-21 17:47:13 +0000elGamal(~elg@198.8.85.134)
2020-12-21 17:52:26 +0000kmicu(~k@mail.baranowi.cz) (Ping timeout: 264 seconds)
2020-12-21 17:52:46 +0000kmicu(~k@176.56.237.191)
2020-12-21 17:54:13 +0000elGamal(~elg@198.8.85.134) (Ping timeout: 264 seconds)
2020-12-21 17:54:43 +0000elGamal(~elg@198.8.85.134)
2020-12-21 18:06:03 +0000 <vrs> benley: something something xkb/xmodmap?
2020-12-21 18:06:31 +0000 <vrs> also does xev see your keys when you press them?
2020-12-21 18:11:07 +0000 <geekosaur> dminuoso, that would be the video driver
2020-12-21 18:22:07 +0000nova(~novasenco@gateway/tor-sasl/novasenco)
2020-12-21 18:27:31 +0000 <benley> vrs: xev does see the keys, and I'm not doing anything fancy with xkb or xmodmap (but I'll doublecheck that)
2020-12-21 18:29:08 +0000 <benley> yeah nope, no xmodmap shenanigans. I'm starting xmonad by having plasma-workspace launch it instead of the normal kde window manager
2020-12-21 18:29:36 +0000 <benley> I thought maybe kde/plasma was eating the keys, but since xev can see them that's probably not it
2020-12-21 18:30:03 +0000 <benley> I'll try explicitly adding more mappings for m-[1-9] in my xmonad.hs and see if that changes anything
2020-12-21 18:36:01 +0000 <benley> what on earth - apparently m-9 works but none of m-[1-8] do
2020-12-21 18:39:05 +0000 <benley> this probably is not xmonad's fault but I'm still unsure what's going on
2020-12-21 18:40:56 +0000entropie(~mit@ip5f5b594e.dynamic.kabel-deutschland.de)
2020-12-21 18:42:26 +0000 <ectospasm> benley: do you use any Xorg desktop automation tools that might be intercepting those keypresses?
2020-12-21 18:42:49 +0000 <benley> It could very well be some part of the plasma desktop environment.
2020-12-21 18:43:17 +0000 <benley> it's just confusing because it started seemingly out of nowhere
2020-12-21 18:44:11 +0000ADG1089__(~aditya@122.163.166.13)
2020-12-21 18:55:02 +0000 <ectospasm> benley: have you upgraded plasma (or anything KDE) recently?
2020-12-21 18:55:16 +0000 <ectospasm> maybe new defaults snuck in
2020-12-21 18:57:10 +0000Mzg(Mzg@s1.ct8.pl)
2020-12-21 19:03:30 +0000berberman_(~berberman@unaffiliated/berberman)
2020-12-21 19:04:10 +0000ADG1089__(~aditya@122.163.166.13) (Remote host closed the connection)
2020-12-21 19:05:03 +0000berberman(~berberman@unaffiliated/berberman) (Ping timeout: 272 seconds)
2020-12-21 19:15:30 +0000geekosaur(42d52137@66.213.33.55) (Ping timeout: 245 seconds)
2020-12-21 19:29:06 +0000 <benley> not that I'm aware of, but yeah maybe
2020-12-21 19:32:07 +0000geekosaur(42d52137@66.213.33.55)
2020-12-21 19:38:11 +0000Nahra(~Nahra@unaffiliated/nahra) (Ping timeout: 265 seconds)
2020-12-21 19:39:54 +0000Nahra(~Nahra@unaffiliated/nahra)
2020-12-21 19:56:39 +0000 <Mzg> st
2020-12-21 19:56:43 +0000nova(~novasenco@gateway/tor-sasl/novasenco) (Ping timeout: 240 seconds)
2020-12-21 20:03:02 +0000wonko7(~wonko7@2a01:e35:2ffb:7040:4535:f480:7dff:b3b5) (Ping timeout: 260 seconds)
2020-12-21 20:04:00 +0000 <al3x27> any pointers how I can force a floating app to become full screen? (gimp)
2020-12-21 20:08:56 +0000 <ectospasm> al3x27: I think there's a default keybinding that will toggle float, but I don't remember what it is.
2020-12-21 20:09:12 +0000 <vrs> mod+t
2020-12-21 20:09:14 +0000 <ectospasm> I don't have it set in my xmonad.hs, so I haven't overridden the default.
2020-12-21 20:09:21 +0000 <ectospasm> al3x27: ^
2020-12-21 20:09:32 +0000 <vrs> I recommend you switch on gimp's single window mode
2020-12-21 20:09:51 +0000 <vrs> that one will tile by default
2020-12-21 20:10:20 +0000 <vrs> View -> New View I believe
2020-12-21 20:10:54 +0000 <vrs> ah no, under Windows -> Single Window Mode
2020-12-21 20:11:10 +0000 <geekosaur> mod-t doesn't toggle float, it tiles a floating window. easiest way to float a window is mod-leftclick
2020-12-21 20:12:17 +0000 <vrs> I have no more gimp specific bindings except those two: role `startsWith` "gimp-toolbox" -?> doCenterFloat , role =? "gimp-message-dialog" -?> doCenterFloat
2020-12-21 20:13:11 +0000 <geekosaur> I see you use composeOne
2020-12-21 20:13:14 +0000 <al3x27> I can't believe ^t actually worked!
2020-12-21 20:13:47 +0000 <vrs> yes it's composeOne
2020-12-21 20:14:16 +0000 <geekosaur> (-?>) won't work with composeAll, it'd have to be (-->)
2020-12-21 20:15:53 +0000 <vrs> oh uh and I have startsWith defined as startsWith query prefix = fmap (isPrefixOf prefix) query
2020-12-21 20:17:29 +0000 <vrs> and role as stringProperty "WM_WINDOW_ROLE"
2020-12-21 20:18:54 +0000wonko7(~wonko7@lns-bzn-55-82-255-183-4.adsl.proxad.net)
2020-12-21 20:30:28 +0000 <al3x27> vrs how did you use role =? gimp-message-dialog?
2020-12-21 20:33:02 +0000Nahra(~Nahra@unaffiliated/nahra) (Quit: leaving)
2020-12-21 20:42:35 +0000 <al3x27> nm, it dawned on me what WM_WINDOW_ROLE meant...
2020-12-21 20:54:08 +0000thc202(~thc202@unaffiliated/thc202) (Quit: thc202)
2020-12-21 21:00:14 +0000ddellacosta(dd@gateway/vpn/mullvad/ddellacosta)
2020-12-21 21:05:30 +0000wht(~meep@havoc.proulx.com) (Ping timeout: 272 seconds)
2020-12-21 21:32:29 +0000dsal(sid13060@gateway/web/irccloud.com/x-auonqazuemdkzyye) (Ping timeout: 244 seconds)
2020-12-21 21:33:00 +0000PotatoGim(sid99505@gateway/web/irccloud.com/x-hlnasejbcjzegeqa) (Ping timeout: 244 seconds)
2020-12-21 21:34:14 +0000dsal(sid13060@gateway/web/irccloud.com/x-pxsnympjlocgwvcz)
2020-12-21 21:34:20 +0000PotatoGim(sid99505@gateway/web/irccloud.com/x-rzrxvalmasmuxemd)
2020-12-21 21:37:36 +0000notis(~notis@45.134.22.12) (Ping timeout: 240 seconds)
2020-12-21 21:39:51 +0000notis(~notis@185.51.134.229)
2020-12-21 21:41:25 +0000geekosaur(42d52137@66.213.33.55) (Remote host closed the connection)
2020-12-21 21:42:53 +0000AHemlocksLie(~mikey@cpe-76-184-17-250.tx.res.rr.com) (Quit: leaving)
2020-12-21 22:07:51 +0000haasn(~nand@mpv/developer/haasn) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2020-12-21 22:08:15 +0000haasn(~nand@mpv/developer/haasn)
2020-12-21 22:35:43 +0000ddellacosta(dd@gateway/vpn/mullvad/ddellacosta) (Quit: WeeChat 2.8)
2020-12-21 22:42:09 +0000ddellacosta(dd@gateway/vpn/mullvad/ddellacosta)
2020-12-21 23:22:48 +0000typetetris(sid275937@gateway/web/irccloud.com/x-msdsoshziggpwxpy) (Ping timeout: 260 seconds)
2020-12-21 23:22:50 +0000srhb(sid400352@NixOS/user/srhb) (Ping timeout: 264 seconds)
2020-12-21 23:23:23 +0000jmct(sid160793@gateway/web/irccloud.com/x-twiiawxsjpxjzpsa) (Ping timeout: 260 seconds)
2020-12-21 23:24:49 +0000ddellacosta(dd@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 264 seconds)
2020-12-21 23:39:04 +0000notis(~notis@185.51.134.229) (Ping timeout: 258 seconds)
2020-12-21 23:51:59 +0000al3x27(~plovs@85.254.75.83) (Ping timeout: 260 seconds)
2020-12-21 23:58:45 +0000xaltsc(~xaltsc@unaffiliated/xaltsc) (Read error: Connection reset by peer)
2020-12-21 23:58:52 +0000xaltsc_(~xaltsc@unaffiliated/xaltsc)