Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 789 790 791 792 793 794 795 796 797 798 799 .. 1850
184,968 events total
2022-08-13 20:20:39 <Lears> Layout state is dynamic, so xmonad preserves it across reloads when it can (when the type doesn't change).
2022-08-13 20:20:59 <isaacthekind[m]> ohh ok thank you
2022-08-13 20:33:51 zawaken joins (~zawaken@user/zawaken)
2022-08-13 20:35:41 × thunderrd quits (~thunderrd@183.182.110.20) (Ping timeout: 252 seconds)
2022-08-13 20:36:03 <isaacthekind[m]> i'm noticing that spacing between windows stacks together
2022-08-13 20:36:26 <isaacthekind[m]> so i get more space between windows and other windows than between windows and screen edge.
2022-08-13 20:36:38 <isaacthekind[m]> is there a way to resolve that
2022-08-13 20:37:49 × zawaken quits (~zawaken@user/zawaken) (Client Quit)
2022-08-13 20:41:40 <Lears> isaacthekind[m]: See e.g. spacingWithEdge.
2022-08-13 20:42:04 zawaken joins (~zawaken@user/zawaken)
2022-08-13 20:45:42 <isaacthekind[m]> ha perfect, thanks
2022-08-13 22:16:38 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:1855:2a35:cc0e:e682) (Ping timeout: 268 seconds)
2022-08-13 23:56:04 catman joins (~catman@user/catman)
2022-08-14 00:09:29 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-nightly-20220808-32d4a4d5 - https://znc.in)
2022-08-14 00:18:02 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
2022-08-14 00:26:43 zawaken joins (~zawaken@user/zawaken)
2022-08-14 00:35:01 × zawaken quits (~zawaken@user/zawaken) (Remote host closed the connection)
2022-08-14 00:37:11 zawaken joins (~zawaken@user/zawaken)
2022-08-14 00:51:58 <geekosaur> re spawnPipe and throwing the result away, there is a common misunderstanding that that means xmonad will track the spawned program and kill it on restart
2022-08-14 00:52:19 <geekosaur> the truth is the *pipe* does that, so throwing the pipe away defeats it
2022-08-14 00:56:39 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
2022-08-14 02:03:34 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
2022-08-14 02:24:48 banc joins (banc@gateway/vpn/airvpn/banc)
2022-08-14 02:28:51 × td_ quits (~td@muedsl-82-207-238-051.citykom.de) (Ping timeout: 268 seconds)
2022-08-14 02:30:35 td_ joins (~td@94.134.91.250)
2022-08-14 02:51:42 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 264 seconds)
2022-08-14 02:53:12 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
2022-08-14 03:09:19 sogens joins (~sogens@211.30.173.20)
2022-08-14 03:18:02 Alok[m] uploaded an image: (64KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/EGPNeZNnMGhJUdpWIogFbjKX/image.png >
2022-08-14 03:18:10 <Alok[m]> Audio keys are working fine, but the brightness ones aren't
2022-08-14 03:18:18 <Alok[m]> Using EzConfig
2022-08-14 03:18:20 noex joins (~null@user/noex)
2022-08-14 03:53:15 <jao> Alok[m], in my config, i have "<XF86BrightnessUp>" (withouth the Kb)
2022-08-14 03:58:54 <Alok[m]> Nop, doesn't work
2022-08-14 04:11:40 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
2022-08-14 04:23:23 <Solid> Alok[m]: try >XF86MonBrightnessUp> and <XF86MonBrightnessDown> perhaps
2022-08-14 04:24:25 <Alok[m]> Solid: yay it works, Thanks
2022-08-14 04:24:57 <Alok[m]> Mon is for fn keys ig and kbd for keyboards with dedicated brightness keys
2022-08-14 04:25:04 <Alok[m]> * `Mon` is for fn keys ig and `kbd` for keyboards with dedicated brightness keys
2022-08-14 04:32:53 thunderrd joins (~thunderrd@183.182.110.20)
2022-08-14 04:48:04 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-08-14 05:07:33 xmonadgood joins (~xmonadgoo@42.107.80.24)
2022-08-14 05:07:57 <xmonadgood> geekosaur I want to create a submap like:
2022-08-14 05:11:21 <xmonadgood> Moving focus to a workspace: "M-o a"(moves focus to workspace 1), "M-o b"(moves focus to workspace 2)...
2022-08-14 05:11:22 <xmonadgood> Moving windows to a workspace: "M-o m a"(moves the focused window as well as a window as well as the focus to workspace a), "M-o m b"....
2022-08-14 05:16:21 × thunderrd quits (~thunderrd@183.182.110.20) (Ping timeout: 252 seconds)
2022-08-14 05:17:40 <xmonadgood> anyone?
2022-08-14 05:29:58 × xmonadgood quits (~xmonadgoo@42.107.80.24) (Ping timeout: 252 seconds)
2022-08-14 05:39:20 thunderrd joins (~thunderrd@183.182.110.20)
2022-08-14 05:58:30 <isaacthekind[m]> hey sorry i don't wanna cut you off, so maybe after ppl answer you they can address this. i really love the way this guy has set up a blue highlight bar as opposed to a full window highlight. i notice this is like over 5 years old though, and the repo has not been updated. i'm just wondering if maybe something has been implemented in recent years that will allow me to get this kind of behavior without having to make the bar from
2022-08-14 05:58:30 <isaacthekind[m]> scratch.
2022-08-14 05:58:30 <isaacthekind[m]> https://www.youtube.com/watch?v=70IxjLEmomg
2022-08-14 06:02:25 <Solid> Lears once implemented this as a decoration style, but it never made its way into contrib
2022-08-14 06:02:33 <Solid> you can find it here: https://github.com/xmonad/xmonad/issues/152#issuecomment-362716434
2022-08-14 06:02:56 qbt joins (~qbt@user/edun)
2022-08-14 06:03:01 Solid is thinking maybe we should just make it into a proper module; enough people have been requesting it lately
2022-08-14 06:08:39 <zim0369[m]1> > <@isaacthekind:matrix.org> hey sorry i don't wanna cut you off, so maybe after ppl answer you they can address this. i really love the way this guy has set up a blue highlight bar as opposed to a full window highlight. i notice this is like over 5 years old though, and the repo has not been updated. i'm just... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/43dd6f7fc87793c8170b38766b7e6d6a62a7cd53)
2022-08-14 06:08:41 <lambdabot> <hint>:1:1: error: parse error on input ‘<@’
2022-08-14 06:09:23 <zim0369[m]1> isaacthekind: https://github.com/zim0369/dots/blob/main/config/xmonad/xmonad.hs
2022-08-14 06:10:06 <zim0369[m]1> At the bottom there's a highlight bar section. and there are imports related to it at the top. Then apply myDecorate on your layout as in myLayout in my config
2022-08-14 06:11:15 <isaacthekind[m]> > * <@Solid:libera.chat> is thinking maybe we should just make it into a proper module; enough people have been requesting it lately
2022-08-14 06:11:15 <isaacthekind[m]> plz!
2022-08-14 06:11:16 <lambdabot> <hint>:1:1: error: parse error on input ‘*’
2022-08-14 06:11:29 <isaacthekind[m]> zim0369[m]1: perfect, i'm gonna try this, thank you
2022-08-14 06:11:38 <isaacthekind[m]> ahh i see it there, it's similar to what solid sent
2022-08-14 06:11:48 <isaacthekind[m]> awesome thank you both
2022-08-14 06:20:50 × noex quits (~null@user/noex) (Ping timeout: 244 seconds)
2022-08-14 06:22:35 noex joins (~null@user/noex)
2022-08-14 06:26:38 <Hash> I'm kind of getting tired of having to use/rely on kde panels
2022-08-14 06:27:07 <Hash> What panel do you use that doesn't have any gtk/qt or whatever silly depenendyc and has a full menu, app switcher, virtual desktop switcher, systray, etc.
2022-08-14 06:27:45 <Hash> Oh that works with mouse.
2022-08-14 06:28:43 <quarkQuark[m]111> <xmonadgood> "geekosaur I want to create a..." <- If you're using XMonad.Util.EZConfig, at least, you can define these in exactly the same way as normal keybindings
2022-08-14 06:28:49 <Solid> sounds like you want a GUI panel without a GUI dependency
2022-08-14 06:28:54 <Solid> probably going to be quite difficult to find
2022-08-14 06:29:06 <Hash> There are some that use xlib only
2022-08-14 06:30:20 <Solid> I reckon people are tired of writing stuff so low level when toolkits do it as well, but better
2022-08-14 06:30:54 <Solid> and, I mean, it's not like you're not going to have GTK and QT installed anyways
2022-08-14 06:31:10 <quarkQuark[m]111> Have you tried Tint2? Feels a bit hacky to use with XMonad but IIRC it might fit your requirements
2022-08-14 06:31:16 <Hash> Yes, but I don't want to have to use KDE panels and well I use KDE and hate GTK
2022-08-14 06:31:34 <Hash> Because I'd have to maintain a silly bugfix from KDE that makes it work with Xmonad
2022-08-14 06:31:46 <Hash> and if moving from Ubuntu LTS to opensuse tumbleweed
2022-08-14 06:32:00 <Hash> It will be hard to maintain and I'll have to patch a lot, as it's a rolling release.
2022-08-14 06:32:16 <Hash> KDE really screwed us Xmonad people over, man.
2022-08-14 06:32:18 <Hash> :(
2022-08-14 06:34:34 <quarkQuark[m]111> You also might want to look into jgmenu
2022-08-14 06:36:39 <isaacthekind[m]> also, do we have a crypto tracker.
2022-08-14 06:36:50 <isaacthekind[m]> like if i want a little ticker in my xmobar that gives me the current price of ADA
2022-08-14 06:37:05 <Hash> I do
2022-08-14 06:37:10 <Hash> han gon
2022-08-14 06:37:17 <isaacthekind[m]> yussss
2022-08-14 06:37:18 <isaacthekind[m]> thank you
2022-08-14 06:37:25 <isaacthekind[m]> i love this chat haha
2022-08-14 06:37:33 <Hash> https://i.imgur.com/jl6HcWU.png
2022-08-14 06:37:35 <Hash> like this?
2022-08-14 06:38:11 <isaacthekind[m]> that looks like it's showing your total amount or smth?
2022-08-14 06:38:26 <isaacthekind[m]> i was picturing something that can give me the current price in USD or ideally CAD
2022-08-14 06:38:55 <isaacthekind[m]> i like that you even added the symbol
2022-08-14 06:40:23 <Hash> cat bin/btcticker; #!/bin/bash\ncurl --silent --compressed https://api.bitcointicker.co/trades/coinbase/btcusd/60/ | jq 'reverse' | jq '.[0]["price"]' | sed 's/"//g';
2022-08-14 06:40:38 <Hash> Put something like that wherever you want
2022-08-14 06:40:56 <Hash> Run Com "/home/stoned/bin/btcticker" [""] "btcticker" 300,

All times are in UTC.