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