Logs: liberachat/#xmonad
| 2022-03-11 22:39:34 | <ArshiaAghaei[m]> | <geekosaur> "https://hackage.haskell.org/..." <- How do I increase/decrease brightness by 10 |
| 2022-03-11 22:39:36 | → | habib joins (~textual@217.146.83.233) |
| 2022-03-11 22:39:44 | × | theproffesor quits (~theproffe@c-24-9-30-127.hsd1.co.comcast.net) (*.net *.split) |
| 2022-03-11 22:39:44 | × | jeeeun quits (~jeeeun@78.40.148.178) (*.net *.split) |
| 2022-03-11 22:39:44 | × | incertia quits (~incertia@207.98.163.88) (*.net *.split) |
| 2022-03-11 22:39:44 | × | haasn quits (~nand@haasn.dev) (*.net *.split) |
| 2022-03-11 22:39:44 | × | zawaken quits (~zawaken@user/zawaken) (*.net *.split) |
| 2022-03-11 22:39:44 | × | banc quits (banc@gateway/vpn/airvpn/banc) (*.net *.split) |
| 2022-03-11 22:39:44 | × | nomadxx3 quits (~lanomadx@69.167.38.254) (*.net *.split) |
| 2022-03-11 22:39:45 | × | ml| quits (~ml|@user/ml/x-5298235) (*.net *.split) |
| 2022-03-11 22:39:46 | jeeeun9 | is now known as jeeeun |
| 2022-03-11 22:39:48 | incertia_ | is now known as incertia |
| 2022-03-11 22:40:12 | <ArshiaAghaei[m]> | increase :: X () |
| 2022-03-11 22:40:12 | <ArshiaAghaei[m]> | this does by a 100 |
| 2022-03-11 22:41:43 | ← | alaminium parts (~habib@217.146.83.233) () |
| 2022-03-11 22:44:01 | <ArshiaAghaei[m]> | https://lambdablob.com/posts/xmonad-screen-brightness-control-lux/ |
| 2022-03-11 22:44:03 | <ArshiaAghaei[m]> | I found this |
| 2022-03-11 22:44:10 | <ArshiaAghaei[m]> | But it uses old keymaps |
| 2022-03-11 22:45:28 | → | theproffesor joins (~theproffe@c-24-9-30-127.hsd1.co.comcast.net) |
| 2022-03-11 22:45:28 | → | haasn joins (~nand@haasn.dev) |
| 2022-03-11 22:45:28 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-03-11 22:45:28 | → | nomadxx3 joins (~lanomadx@69.167.38.254) |
| 2022-03-11 22:45:28 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 2022-03-11 22:45:39 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-03-11 22:45:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-11 22:45:43 | allbery_b | is now known as geekosaur |
| 2022-03-11 22:45:47 | <geekosaur> | so define your own function that has +10 instead of +100 |
| 2022-03-11 22:46:19 | <geekosaur> | likewise for decrease but watch out for the syntactic oddity of negative literals |
| 2022-03-11 22:48:01 | <geekosaur> | also if you look just below the one using the old keys in that lux page, you'll find one for additionalKeysP |
| 2022-03-11 22:54:27 | <ArshiaAghaei[m]> | OK I noticed something |
| 2022-03-11 22:54:35 | <ArshiaAghaei[m]> | M-Q does not work |
| 2022-03-11 22:54:53 | <ArshiaAghaei[m]> | It does not recompiile and restart xmonad |
| 2022-03-11 22:55:06 | <ArshiaAghaei[m]> | cause xmonad --recompile gave errors |
| 2022-03-11 22:55:09 | <ArshiaAghaei[m]> | M-Q did not |
| 2022-03-11 22:55:39 | → | xacktm joins (xacktm@user/xacktm) |
| 2022-03-11 22:58:10 | × | twiclo quits (~twiclo@vpn.utahbroadband.com) (Quit: WeeChat 3.4) |
| 2022-03-11 23:01:01 | <ArshiaAghaei[m]> | ```("M-q", spawn "if type xmonad; then xmonad --recompile && xmonad --restart; else xmessage xmonad not in \\$PATH: \"$PATH\"; fi") ``` |
| 2022-03-11 23:01:04 | <ArshiaAghaei[m]> | Added this |
| 2022-03-11 23:01:09 | <ArshiaAghaei[m]> | Still won't work |
| 2022-03-11 23:02:30 | <ArshiaAghaei[m]> | I yanked an important import |
| 2022-03-11 23:02:36 | <ArshiaAghaei[m]> | It did not react |
| 2022-03-11 23:03:02 | <geekosaur> | that sounds like a problem with xmessage |
| 2022-03-11 23:06:03 | × | habib quits (~textual@217.146.83.233) (Quit: Textual IRC Client: www.textualapp.com) |
| 2022-03-11 23:06:34 | → | habib joins (~textual@217.146.83.233) |
| 2022-03-11 23:10:07 | × | habib quits (~textual@217.146.83.233) (Client Quit) |
| 2022-03-11 23:34:14 | <ArshiaAghaei[m]> | It was not installed |
| 2022-03-11 23:34:19 | <ArshiaAghaei[m]> | Apparently |
| 2022-03-11 23:42:21 | <ArshiaAghaei[m]> | Well now it just says this |
| 2022-03-11 23:42:55 | <ArshiaAghaei[m]> | xmonad not in path |
| 2022-03-11 23:43:00 | <ArshiaAghaei[m]> | At the same time |
| 2022-03-11 23:43:19 | <ArshiaAghaei[m]> | [arshia@arshia-pc ~]$ which xmonad |
| 2022-03-11 23:43:19 | <ArshiaAghaei[m]> | /home/arshia/.local/bin/xmonad |
| 2022-03-11 23:44:22 | <fizzie> | It's not uncommon (though unforunate) to have a different PATH environment variable in xmonad than in your shell. |
| 2022-03-11 23:44:31 | <geekosaur> | do you remember having to specify a full path earlier because it only looks in /bin and /usr/bin? |
| 2022-03-12 00:04:27 | <ArshiaAghaei[m]> | <geekosaur> "do you remember having to..." <- Yeah |
| 2022-03-12 00:04:48 | <ArshiaAghaei[m]> | Do I have to set a PATH in a xmonad file? |
| 2022-03-12 00:05:30 | <geekosaur> | that is one way to do it. another is to use a wrapper script to start it, which reads your shell dotfiles before exec-ing xmonad |
| 2022-03-12 00:08:38 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-03-12 00:15:37 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-03-12 00:54:59 | → | mvk joins (~mvk@2607:fea8:5cc3:7e00::45ee) |
| 2022-03-12 01:13:42 | × | jludwig quits (~justin@user/jludwig) (Quit: ZNC - https://znc.in) |
| 2022-03-12 01:14:36 | → | jludwig joins (~justin@user/jludwig) |
| 2022-03-12 01:17:52 | × | jludwig quits (~justin@user/jludwig) (Client Quit) |
| 2022-03-12 02:02:21 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 272 seconds) |
| 2022-03-12 02:04:22 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-12 02:09:04 | → | jludwig joins (~justin@user/jludwig) |
| 2022-03-12 03:03:07 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-03-12 03:09:01 | × | td_ quits (~td@94.134.91.18) (Ping timeout: 256 seconds) |
| 2022-03-12 03:10:30 | → | td_ joins (~td@muedsl-82-207-238-055.citykom.de) |
| 2022-03-12 03:23:09 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-03-12 03:41:09 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds) |
| 2022-03-12 03:57:00 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2022-03-12 03:58:12 | → | Guest28 joins (~Guest28@207.248.198.65) |
| 2022-03-12 04:07:07 | × | Guest28 quits (~Guest28@207.248.198.65) (Quit: Client closed) |
| 2022-03-12 05:06:12 | × | mvk quits (~mvk@2607:fea8:5cc3:7e00::45ee) (Ping timeout: 240 seconds) |
| 2022-03-12 05:19:28 | × | amir quits (sid22336@user/amir) (Read error: Connection reset by peer) |
| 2022-03-12 05:19:28 | × | mudri quits (sid317655@id-317655.helmsley.irccloud.com) (Read error: Connection reset by peer) |
| 2022-03-12 05:19:38 | → | amir joins (sid22336@user/amir) |
| 2022-03-12 05:19:38 | → | mudri joins (sid317655@id-317655.helmsley.irccloud.com) |
| 2022-03-12 05:20:07 | × | lazycat quits (~lazycat@user/lazycat) (Quit: ZNC - https://znc.in) |
| 2022-03-12 05:20:23 | → | lazycat joins (~lazycat@user/lazycat) |
| 2022-03-12 05:23:08 | → | bfrk joins (~Thunderbi@2001:9e8:344:9d00:f16d:efdc:8992:ac2) |
| 2022-03-12 05:45:20 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-12 05:57:23 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-12 07:42:37 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 240 seconds) |
| 2022-03-12 07:44:27 | → | scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 2022-03-12 07:52:02 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 268 seconds) |
| 2022-03-12 07:53:32 | → | scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 2022-03-12 08:05:53 | × | td_ quits (~td@muedsl-82-207-238-055.citykom.de) (Ping timeout: 272 seconds) |
| 2022-03-12 08:07:27 | → | td_ joins (~td@muedsl-82-207-238-211.citykom.de) |
| 2022-03-12 08:56:13 | Drishal[m] | sent a haskell code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/d416fee5a36783e4e5a7ae35dc6bf55e06533fde |
| 2022-03-12 08:56:57 | <Drishal[m]> | cause I am getting the errors... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/74083aa21634807389cddf54f919a282d5dc0989) |
| 2022-03-12 08:58:28 | <Drishal[m]> | * ```haskell... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/711f41c05e9ac3e5e2f3d53cd627984afbfc9c8f) |
| 2022-03-12 08:59:51 | <Drishal[m]> | aah nvm seems like I had to `import XMonad.Layout.MultiToggle.Instances` as well apart from `import XMonad.Layout.MultiToggle` |
| 2022-03-12 09:00:15 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-03-12 09:04:06 | Drishal[m] | uploaded an image: (144KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/dfoaZgUSKLXviOkzadCigWKK/image.png > |
| 2022-03-12 09:04:10 | <Drishal[m]> | but then it fullscreens in a strange way |
| 2022-03-12 09:05:05 | <Drishal[m]> | plus it does not even send fullscreen message to the applications 👀 |
| 2022-03-12 09:05:10 | Drishal[m] | uploaded an image: (122KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/GpCwtPlwKgOQQBDhQzahLrnl/image.png > |
| 2022-03-12 09:11:27 | → | seschwar joins (~seschwar@user/seschwar) |
All times are in UTC.