2023/09/01

2023-09-01 02:21:19 +0000td_(~td@i53870906.versanet.de) (Ping timeout: 255 seconds)
2023-09-01 02:23:05 +0000td_(~td@i5387091C.versanet.de)
2023-09-01 02:35:28 +0000Lears(~Leary]@user/Leary/x-0910699)
2023-09-01 02:37:32 +0000[Leary](~Leary]@user/Leary/x-0910699) (Ping timeout: 248 seconds)
2023-09-01 04:09:47 +0000exordiri(~ex@user/exordiri) (Ping timeout: 250 seconds)
2023-09-01 06:18:10 +0000vanvik5(~vanvik@78.156.11.181)
2023-09-01 06:21:33 +0000hrberg_(~quassel@171.79-160-161.customer.lyse.net)
2023-09-01 06:25:54 +0000hrberg(~quassel@171.79-160-161.customer.lyse.net) (*.net *.split)
2023-09-01 06:25:54 +0000vanvik(~vanvik@78.156.11.181) (*.net *.split)
2023-09-01 06:25:54 +0000vanvik5vanvik
2023-09-01 07:40:58 +0000Nixkernal(~Nixkernal@119.4.193.178.dynamic.wline.res.cust.swisscom.ch) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2023-09-01 07:42:30 +0000Nixkernal(~Nixkernal@119.4.193.178.dynamic.wline.res.cust.swisscom.ch)
2023-09-01 07:46:32 +0000cfricke(~cfricke@user/cfricke)
2023-09-01 08:02:32 +0000cfricke(~cfricke@user/cfricke) (Ping timeout: 240 seconds)
2023-09-01 08:20:21 +0000ft(~ft@p508db658.dip0.t-ipconnect.de) (Quit: leaving)
2023-09-01 08:28:33 +0000cfricke(~cfricke@user/cfricke)
2023-09-01 08:39:05 +0000justachereddit-bot
2023-09-01 08:39:12 +0000reddit-botjustache
2023-09-01 09:24:08 +0000patrl(~patrl@user/patrl)
2023-09-01 09:30:42 +0000patrl(~patrl@user/patrl) (Quit: WeeChat 3.8)
2023-09-01 10:07:57 +0000patrl(~patrl@user/patrl)
2023-09-01 11:21:35 +0000patrl(~patrl@user/patrl) (Quit: WeeChat 3.8)
2023-09-01 11:46:20 +0000catern(sid604849@id-604849.lymington.irccloud.com)
2023-09-01 11:47:35 +0000 <catern> hi #xmonad, is there a package to support "switch to the window to the left/right/up/down of the currently active one"? and if there is such a package, does it further support switching between windows on different desktops in this positional way?
2023-09-01 11:49:29 +0000 <Lears> X.A.Navigation2D
2023-09-01 11:50:26 +0000 <Lears> (yes)
2023-09-01 11:51:26 +0000 <catern> neato
2023-09-01 14:48:16 +0000ft(~ft@p508db658.dip0.t-ipconnect.de)
2023-09-01 15:01:37 +0000de-vri-es(~de-vri-es@2a01:7c8:aab4:33e::1) (Quit: Bathrobe!)
2023-09-01 15:03:45 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.0.4)
2023-09-01 15:27:01 +0000Lears(~Leary]@user/Leary/x-0910699) (Remote host closed the connection)
2023-09-01 15:27:15 +0000[Leary](~Leary]@user/Leary/x-0910699)
2023-09-01 15:28:08 +0000 <haskellbridge> <y​oggurt> Looking to know how Xmonad users get battery warning? probably not a xmonad specific solution but I'm looking for a good fit. I've damaged batteries before from letting it go to 0 while using xmonad
2023-09-01 15:30:23 +0000de-vri-es(~de-vri-es@voyager.de-vri.es)
2023-09-01 15:36:40 +0000de-vri-es(~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!)
2023-09-01 15:36:52 +0000de-vri-es(~de-vri-es@voyager.de-vri.es)
2023-09-01 15:37:19 +0000de-vri-es(~de-vri-es@voyager.de-vri.es) (Client Quit)
2023-09-01 15:37:31 +0000de-vri-es(~de-vri-es@voyager.de-vri.es)
2023-09-01 16:05:58 +0000 <deepy> I have battery details in xmobar
2023-09-01 16:06:36 +0000 <geekosaur> but does it issue warnings? or auto suspend on critical?
2023-09-01 16:07:13 +0000 <geekosaur> I think there are scripts which monitor ACPI and use notification API; might check the arch wiki, it's good for stuff like that
2023-09-01 16:08:35 +0000 <geekosaur> I saw a script that notifies via zenity, which avoids dbus
2023-09-01 16:09:52 +0000 <geekosaur> oh, here's a bunch of them that use various notification methods https://github.com/topics/battery-monitor?l=shell
2023-09-01 16:10:31 +0000 <geekosaur> (I'm using xmonad with MATE so mate-power-manager does all the work)
2023-09-01 16:29:53 +0000 <haskellbridge> <y​oggurt> looking into these but they have shell install steps and such which make it not so friendly to use in NixOS :/
2023-09-01 17:04:12 +0000 <liskin> upower takes action automatically
2023-09-01 17:04:38 +0000 <liskin> All you need is to have it installed and have something issue at least one dbus call to it
2023-09-01 17:04:49 +0000 <liskin> Which is completely moronic, if you ask me
2023-09-01 17:06:59 +0000 <haskellbridge> <y​oggurt> I have it installed.. wdym by take action? does it send warning notifications?
2023-09-01 18:49:26 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Read error: Connection reset by peer)
2023-09-01 18:54:10 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2023-09-01 19:32:39 +0000tremon(~tremon@83.80.159.219)
2023-09-01 19:53:02 +0000immibis(~quassel@2a01:4f9:4a:4caf::2) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2023-09-01 19:54:58 +0000immibis(~quassel@2a01:4f9:4a:4caf::2)
2023-09-01 20:33:36 +0000dsal(sid13060@id-13060.lymington.irccloud.com) (Server closed connection)
2023-09-01 20:33:49 +0000dsal(sid13060@id-13060.lymington.irccloud.com)
2023-09-01 20:58:26 +0000 <liskin> Sleep/shutdown.
2023-09-01 20:58:38 +0000 <liskin> Notifications maybe, but probably not.
2023-09-01 21:44:34 +0000tv(~tv@user/tv) (Ping timeout: 255 seconds)
2023-09-01 22:03:51 +0000tv(~tv@user/tv)
2023-09-01 22:27:23 +0000ft(~ft@p508db658.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
2023-09-01 22:28:23 +0000ft(~ft@p508db658.dip0.t-ipconnect.de)
2023-09-01 23:57:10 +0000tremon(~tremon@83.80.159.219) (Quit: getting boxed in)