Logs: liberachat/#xmonad
| 2022-01-29 07:23:47 | <arjun> | if i change that to suspend, it does suspend |
| 2022-01-29 07:24:05 | <arjun> | so that setting seems to be working |
| 2022-01-29 07:24:12 | <arjun> | i could set it to do nothing i guess |
| 2022-01-29 07:25:10 | <arjun> | okay, doing nothing is not a choice in the options there : P |
| 2022-01-29 07:26:54 | → | edun joins (~qbt@user/edun) |
| 2022-01-29 07:31:59 | × | arjun quits (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-01-29 07:36:56 | × | jao quits (~jao@68.235.43.13) (Remote host closed the connection) |
| 2022-01-29 07:38:30 | → | arjun joins (~arjun@user/arjun) |
| 2022-01-29 07:38:37 | <arjun> | Solid, gdm wan't it : P |
| 2022-01-29 07:39:02 | <arjun> | lightdm has the same behavior |
| 2022-01-29 07:39:11 | <arjun> | i disabled the xfce power manager aswell |
| 2022-01-29 07:39:14 | <arjun> | nada |
| 2022-01-29 07:39:35 | <arjun> | *jackie chan rubs hair furiously meme* |
| 2022-01-29 07:44:25 | <Solid> | does the laptop still suspend without xfce-power-manager? |
| 2022-01-29 07:46:29 | edun | is now known as qbt |
| 2022-01-29 07:49:55 | <arjun> | Solid, no? |
| 2022-01-29 07:50:32 | <Solid> | I was just thinking that you have another acpi deamon running |
| 2022-01-29 07:50:43 | <Solid> | in this case I guess just look into what it does when you set it to "display off" |
| 2022-01-29 07:54:59 | <arjun> | not sure i follow |
| 2022-01-29 07:59:07 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-29 08:04:55 | <Solid> | well, xfce power manager has to do *something* on lid close, right? maybe it's not exactly what you want, but the only way to find out is to find out what it does |
| 2022-01-29 08:05:43 | <arjun> | i meant, how do i follow that : P |
| 2022-01-29 08:06:02 | <arjun> | hang on, let me reboot |
| 2022-01-29 08:06:12 | × | arjun quits (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-01-29 08:12:36 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-29 08:17:14 | → | thunderrd joins (~thunderrd@183.182.111.73) |
| 2022-01-29 09:00:20 | × | fabfianda[m] quits (~fabfianda@2001:470:69fc:105::6db) (Quit: You have been kicked for being idle) |
| 2022-01-29 09:06:30 | × | DangerBird quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Ping timeout: 250 seconds) |
| 2022-01-29 09:16:37 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-01-29 09:17:36 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-29 09:17:38 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-29 09:17:41 | allbery_b | is now known as geekosaur |
| 2022-01-29 10:18:31 | <liskin> | I don't think tinkering with display or power managers can help. |
| 2022-01-29 10:18:55 | <liskin> | "display off" is just DPMS from their POV |
| 2022-01-29 10:19:02 | <liskin> | If anything |
| 2022-01-29 10:20:46 | <liskin> | (and possibly some signalling to mutter to disable the screen, but xmonad is not mutter, and neither is your xrandr script) |
| 2022-01-29 10:34:24 | <geekosaur> | display off just means powering off the backlight, not detaching the display. you could save a script from arandr for the configuration you want and spawn it on rescreen, maybe |
| 2022-01-29 10:35:33 | <geekosaur> | mm, nom thst woulkdn;t work because not rescreening is the problem. need an acpi hook on dpms off/on |
| 2022-01-29 10:36:01 | <geekosaur> | you can do this with an appropriate acpid but it's well outside the purview of xmonad or any other window manager |
| 2022-01-29 11:21:27 | → | arjun joins (~arjun@user/arjun) |
| 2022-01-29 11:21:39 | <arjun> | geekosaur, i should read the logs right? |
| 2022-01-29 11:22:01 | <geekosaur> | yes, although I gave you the gist of it already in #haskell |
| 2022-01-29 11:22:43 | <geekosaur> | https://ircbrowse.tomsmeding.com/browse/lcxmonad?id=46489#trid46489 |
| 2022-01-29 11:24:23 | <arjun> | geekosaur, thanks |
| 2022-01-29 11:25:01 | <arjun> | i'll read through acpid's docs and try attaching 'autorandr --change' command to the lid shut / lid open events |
| 2022-01-29 11:32:50 | → | JohnHarris joins (~JohnHarri@213.194.153.233) |
| 2022-01-29 11:46:46 | × | byorgey quits (~byorgey@155.138.238.211) (Quit: leaving) |
| 2022-01-29 11:50:57 | × | JohnHarris quits (~JohnHarri@213.194.153.233) (Quit: Client closed) |
| 2022-01-29 11:51:45 | → | byorgey joins (~byorgey@155.138.238.211) |
| 2022-01-29 12:01:37 | <arjun> | right |
| 2022-01-29 12:01:57 | <arjun> | i keep forgetting what channel i'm on :P |
| 2022-01-29 12:10:26 | <arjun> | btb |
| 2022-01-29 12:10:28 | <arjun> | brb* |
| 2022-01-29 12:10:38 | × | arjun quits (~arjun@user/arjun) (Remote host closed the connection) |
| 2022-01-29 12:18:54 | → | arjun joins (~arjun@user/arjun) |
| 2022-01-29 12:18:56 | <arjun> | hi |
| 2022-01-29 12:18:58 | <arjun> | back |
| 2022-01-29 12:18:59 | → | seschwar joins (~seschwar@user/seschwar) |
| 2022-01-29 12:19:11 | <arjun> | so upower daemon sees lid open/close actions |
| 2022-01-29 12:20:33 | <arjun> | https://pastebin.com/PHizij4j |
| 2022-01-29 12:21:05 | <arjun> | i tried uninstalling upower and rebooting to see if it was the one causing trouble. probably wasn't |
| 2022-01-29 12:23:19 | <geekosaur> | I imagine if gnome does this it's because it uses those upower events to trigger monitor switching. xmonad can't wait on dbus events, so we can't do the same thing |
| 2022-01-29 12:23:42 | <geekosaur> | (gnome is all about the all-in-one solutions) |
| 2022-01-29 12:30:43 | <arjun> | guess i'll just assign a key combo to 'autorandr --change' for now : / |
| 2022-01-29 12:31:18 | <arjun> | also, geekosaur, i'm using those dynamicEasySB statusbar things for xmobars |
| 2022-01-29 12:31:41 | <arjun> | and when i fullscreen apps they tend to draw OVER xmobar |
| 2022-01-29 12:31:59 | <arjun> | can i hide / remove xmobar for fullscreen apps? |
| 2022-01-29 12:32:16 | <arjun> | M-b toggle struts thing still yet draws over it |
| 2022-01-29 12:32:52 | <geekosaur> | not readily. struts are not really about hiding, only about not drawing over bars |
| 2022-01-29 12:33:02 | <geekosaur> | bars otherwise control themselves |
| 2022-01-29 12:33:50 | <arjun> | so, just draw over them? |
| 2022-01-29 12:39:09 | <liskin> | when I want to see xmobar with a fullscreen window I just hit the keybinding to tile that window back from floating |
| 2022-01-29 12:39:28 | <liskin> | (and then maybe switch to a tabbed/Full layout if there are more windows) |
| 2022-01-29 12:40:59 | <arjun> | liskin, do you default to floating windows? |
| 2022-01-29 12:41:24 | <arjun> | i read your config on github from one of those reddit answers, couldn't really understand it though : p |
| 2022-01-29 12:43:21 | <geekosaur> | drawing over is generally good enough. there's a way to tell xmobar to hide itself (iirc via dbus) but it's all-or-nothing; it won't unhide if you switch workspaces (xmobar doesn't really understand workspaces) |
| 2022-01-29 12:44:27 | <arjun> | i am thinking we really need this dbus thing |
| 2022-01-29 12:44:43 | <arjun> | or i just use polybar or sumthin |
| 2022-01-29 13:08:06 | <Solid> | arjun: why do you care whether xmobar is hidden or just drawn over in the context of a fullscreen window? |
| 2022-01-29 14:12:51 | × | mestre quits (~mestre@191.177.181.194) (Quit: Lost terminal) |
| 2022-01-29 14:24:12 | <liskin> | arjun: no, but ewmhFullscreen floats the window |
| 2022-01-29 14:24:39 | <liskin> | arjun: so if I want to see the xmobar I need the layout to kick in, and I do that via unfloating the window again |
| 2022-01-29 14:37:08 | → | catman joins (~catman@user/catman) |
| 2022-01-29 14:41:23 | <arjun> | Sol |
| 2022-01-29 14:41:42 | <arjun> | Solid, i can see bits through the gaps if in a layout |
| 2022-01-29 14:42:04 | <arjun> | if i fullscreen 1 app than its hidden behind the app completely |
| 2022-01-29 14:42:10 | <arjun> | liskin, i see |
| 2022-01-29 14:42:39 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.5-dev) |
| 2022-01-29 14:44:37 | → | catman joins (~catman@user/catman) |
| 2022-01-29 16:03:00 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2022-01-29 16:10:48 | × | arjun quits (~arjun@user/arjun) (Quit: Leaving) |
| 2022-01-29 16:26:20 | → | guygastineau joins (~strings.s@137.184.131.156) |
| 2022-01-29 16:36:37 | × | denbrahe quits (~denbrahe@2001:470:69fc:105::19c0) (Quit: Reconnecting) |
| 2022-01-29 16:36:53 | → | denbrahe joins (~denbrahe@2001:470:69fc:105::19c0) |
| 2022-01-29 16:41:17 | → | JosEduardo[m] joins (~joseemdsm@2001:470:69fc:105::ce1d) |
| 2022-01-29 16:43:40 | × | denbrahe quits (~denbrahe@2001:470:69fc:105::19c0) (Quit: Reconnecting) |
| 2022-01-29 16:43:56 | → | denbrahe joins (~denbrahe@2001:470:69fc:105::19c0) |
| 2022-01-29 16:50:16 | × | denbrahe quits (~denbrahe@2001:470:69fc:105::19c0) (Quit: Reconnecting) |
| 2022-01-29 16:50:39 | → | denbrahe joins (~denbrahe@2001:470:69fc:105::19c0) |
| 2022-01-29 16:52:50 | × | guygastineau quits (~strings.s@137.184.131.156) (Quit: ZNC 1.8.2 - https://znc.in) |
All times are in UTC.