Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 220 221 222 223 224 225 226 227 228 229 230 .. 397
39,606 events total
2021-03-09 19:14:42 <mc47> heck-to-the-gnom I pushed the fixed aspect ratio thing (https://github.com/xmonad/xmonad-contrib/pull/474) ;) you can try it and tell me if it does what you want
2021-03-09 19:18:42 geekosaur joins (82650c7a@130.101.12.122)
2021-03-09 19:22:31 <arian16> thanks
2021-03-09 19:26:29 <arian16> what is this
2021-03-09 19:26:30 <arian16> perl: warning: Setting locale failed.
2021-03-09 19:26:30 <arian16> perl: warning: Please check that your locale settings:
2021-03-09 19:26:31 <arian16>     LANGUAGE = (unset),
2021-03-09 19:26:31 <arian16>     LC_ALL = (unset),
2021-03-09 19:26:32 <arian16>     LANG = "en_US.UTF-8"
2021-03-09 19:26:32 <arian16>     are supported and installed on your system.
2021-03-09 19:26:33 <arian16> perl: warning: Falling back to the standard locale ("C").
2021-03-09 19:26:33 <arian16> autoreconf: error: 'configure.ac' is required
2021-03-09 19:43:34 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
2021-03-09 19:44:07 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
2021-03-09 19:59:39 × arian16 quits (057c5913@5.124.89.19) (Quit: Connection closed)
2021-03-09 20:21:09 ADG1089__ joins (~aditya@223.226.235.12)
2021-03-09 20:35:55 × idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2021-03-09 20:36:45 × thoros quits (~thoros@81-5-227-141.hdsl.highway.telekom.at) (Ping timeout: 272 seconds)
2021-03-09 20:37:27 thoros joins (~thoros@193-80-79-5.hdsl.highway.telekom.at)
2021-03-09 20:38:21 idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-09 20:44:48 arian35 joins (057cfd3f@5.124.253.63)
2021-03-09 20:44:57 <arian35> Stack looks for packages in the directories configured in
2021-03-09 20:44:57 <arian35> the 'packages' and 'extra-deps' fields defined in your stack.yaml
2021-03-09 20:44:58 <arian35> The current entry points to /home/arian/.xmonad/xmonad-contrib/,
2021-03-09 20:44:58 <arian35> but no .cabal or package.yaml file could be found there.
2021-03-09 20:45:08 <arian35> what is this error
2021-03-09 20:45:22 <arian35> in every code i use i see this
2021-03-09 20:48:02 fr33domlover1 is now known as fr33domlover
2021-03-09 20:57:44 <geekosaur> hm, you need to modify that cabal file I pointed you at, it expects local checkouts of xmonad and xmonad-contrib
2021-03-09 20:58:39 <geekosaur> whoops no, it's stack.yaml which would expect it, but I don't know what yours contains
2021-03-09 21:00:11 <heck-to-the-gnom> Liskni_si: https://p.bsd-unix.net/view/f7d01c83 -- Maybe I made some progress? Pun intended.
2021-03-09 21:07:59 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
2021-03-09 21:17:04 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 240 seconds)
2021-03-09 21:28:42 × ADG1089__ quits (~aditya@223.226.235.12) (Remote host closed the connection)
2021-03-09 21:32:06 × idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 246 seconds)
2021-03-09 21:43:01 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
2021-03-09 22:14:54 × thoros quits (~thoros@193-80-79-5.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1)
2021-03-09 22:26:00 × arian35 quits (057cfd3f@5.124.253.63) (Quit: Connection closed)
2021-03-09 22:31:02 adamik joins (~nodelet@unaffiliated/adamik)
2021-03-09 22:46:18 <Liskni_si> heck-to-the-gnom: I don't think changing the code is the right way forward, I'd rather try to understand what's wrong with it in the first place
2021-03-09 22:46:30 <Liskni_si> heck-to-the-gnom: can you perhaps show the entire config somewhere?
2021-03-09 22:53:04 jmuriel joins (~jmuriel@ip68-2-116-2.ph.ph.cox.net)
2021-03-09 22:54:17 <jmuriel> Hi there. Can anyone point me to a newbie-level guide to learning how to set Xmonad to switch workspaces using the scroll wheel on my mouse?
2021-03-09 23:04:50 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds)
2021-03-09 23:05:49 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
2021-03-09 23:50:55 <heck-to-the-gnom> XMonad.Util.EZConfig and XMonad.Actions.CycleWS -> There's a list of keys at the end of that EZConfigs documentation, and `additionalKeysP` is what you should use, likely something like `"M-<XF86ScrollDown>", moveTo Next AnyWS`
2021-03-09 23:54:34 × mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving)
2021-03-09 23:56:59 <heck-to-the-gnom> You may need to use `additionalMouseBindings`
2021-03-09 23:57:02 <heck-to-the-gnom> jmuriel ^
2021-03-10 01:04:51 <jmuriel> thank you! i'll give that a try later
2021-03-10 01:18:23 × notis quits (~notis@185.51.134.230) (Read error: Connection reset by peer)
2021-03-10 01:29:44 × thc202 quits (~thc202@unaffiliated/thc202) (Quit: thc202)
2021-03-10 01:32:06 bsima1 joins (~bsima@simatime.com)
2021-03-10 01:32:56 jeg_ joins (~jeg@2600:6c52:7500:e458::165c)
2021-03-10 01:34:50 heroux_ joins (sandroco@gateway/shell/insomnia247/x-cuhzpykrntriaflu)
2021-03-10 01:38:59 × jerin quits (jerinmatri@gateway/shell/matrix.org/x-vbxscyotkofvtytb) (*.net *.split)
2021-03-10 01:39:00 × heroux quits (sandroco@gateway/shell/insomnia247/x-tvbfchmbsxwsmnyj) (*.net *.split)
2021-03-10 01:39:00 × jeg quits (~jeg@2600:6c52:7500:e458::165c) (*.net *.split)
2021-03-10 01:39:00 × Hash quits (~Hash@unaffiliated/hash) (*.net *.split)
2021-03-10 01:39:00 × bsima quits (~bsima@simatime.com) (*.net *.split)
2021-03-10 01:39:03 heroux_ is now known as heroux
2021-03-10 01:47:28 Hash joins (~Hash@unaffiliated/hash)
2021-03-10 01:51:31 jerin joins (jerinmatri@gateway/shell/matrix.org/x-mzzaywiqoeclvrmt)
2021-03-10 02:05:49 gzj joins (~gzj@unaffiliated/gzj)
2021-03-10 02:18:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-10 02:18:25 gzj joins (~gzj@unaffiliated/gzj)
2021-03-10 02:42:06 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-10 02:42:26 gzj joins (~gzj@unaffiliated/gzj)
2021-03-10 02:44:11 gazler_ joins (~gazler@195.107.2.81.in-addr.arpa)
2021-03-10 02:45:33 growpotk- joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-03-10 02:46:14 × gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 264 seconds)
2021-03-10 02:59:22 × adamik quits (~nodelet@unaffiliated/adamik) (Quit: leaving)
2021-03-10 03:04:21 adamik joins (~nodelet@unaffiliated/adamik)
2021-03-10 03:08:57 × growpotk- quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 264 seconds)
2021-03-10 03:13:07 materiyolo joins (~materiyol@112.204.160.151)
2021-03-10 03:37:24 × theDon quits (~td@muedsl-82-207-238-174.citykom.de) (Ping timeout: 260 seconds)
2021-03-10 03:37:48 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer)
2021-03-10 03:38:26 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
2021-03-10 03:39:03 theDon joins (~td@muedsl-82-207-238-252.citykom.de)
2021-03-10 03:48:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-10 03:48:26 gzj joins (~gzj@unaffiliated/gzj)
2021-03-10 04:55:05 × gzj quits (~gzj@unaffiliated/gzj) (Read error: Connection reset by peer)
2021-03-10 04:55:25 gzj joins (~gzj@unaffiliated/gzj)
2021-03-10 05:04:36 × adamik quits (~nodelet@unaffiliated/adamik) (Quit: leaving)
2021-03-10 05:11:20 × materiyolo quits (~materiyol@112.204.160.151) (Quit: WeeChat 3.0.1)
2021-03-10 05:14:04 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
2021-03-10 05:15:59 × thunderrd quits (~thunderrd@183.182.115.72) (Ping timeout: 272 seconds)
2021-03-10 05:16:07 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-03-10 05:16:53 materiyolo joins (~materiyol@112.204.160.151)
2021-03-10 05:18:57 thunderrd joins (~thunderrd@183.182.115.72)
2021-03-10 05:52:09 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 264 seconds)
2021-03-10 05:57:45 idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-10 06:04:12 palo1 joins (~weechat@c-base/crew/palo)
2021-03-10 06:07:23 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 265 seconds)
2021-03-10 06:07:23 palo1 is now known as palo
2021-03-10 06:21:21 Zevv parts (~Zevvvvv@unaffiliated/zevv) ()
2021-03-10 06:24:32 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
2021-03-10 06:34:03 × idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2021-03-10 06:34:32 idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
2021-03-10 06:57:54 cfricke joins (~cfricke@unaffiliated/cfricke)
←Prev  Next→
Page 1 .. 220 221 222 223 224 225 226 227 228 229 230 .. 397

All times are in UTC.