Logs: liberachat/#xmonad
| 2022-03-09 17:26:28 | <ArshiaAghaei[m]> | * + m + Enter |
| 2022-03-09 17:29:28 | <ArshiaAghaei[m]> | Managed to figure it out |
| 2022-03-09 17:29:30 | <ArshiaAghaei[m]> | The first one at least |
| 2022-03-09 17:32:23 | <geekosaur> | how are you defining keys? if you really want mod-m Enter as swap-master, you'll really want to use additionalKeysP instead of the old-style key definitions |
| 2022-03-09 17:33:34 | <geekosaur> | ("M-m <Enter>", windows W.swapMaster) |
| 2022-03-09 17:33:49 | <geekosaur> | this requires also at the topof the file: import qualified XMonad.StackSet as W |
| 2022-03-09 17:34:28 | <geekosaur> | you'll also want to substitute a different binding for the original mod-m, which focuses the master window. perhaps mod-m f ? |
| 2022-03-09 18:07:25 | × | jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-09 18:08:36 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2022-03-09 18:10:36 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-03-09 18:27:36 | <ArshiaAghaei[m]> | That works too yeah |
| 2022-03-09 18:27:39 | <ArshiaAghaei[m]> | How do I do that? |
| 2022-03-09 18:28:01 | <ArshiaAghaei[m]> | I also don't see xmobar running on Arch |
| 2022-03-09 18:28:09 | <ArshiaAghaei[m]> | Even tho I made the config file |
| 2022-03-09 18:28:17 | <ArshiaAghaei[m]> | And filled it with stuff here |
| 2022-03-09 18:28:32 | <ArshiaAghaei[m]> | https://wiki.archlinux.org/title/Xmobar#Configuration |
| 2022-03-09 18:29:09 | <geekosaur> | ("M-m f", windows W.focusMaster) -- again assuming additionalKeysP |
| 2022-03-09 18:29:39 | <iqubic> | ArshiaAghaei[m] Can you share your xmonad.hs config file with us? |
| 2022-03-09 18:29:40 | <geekosaur> | you can do sub-bindings withoiut additionalKeysP but it means creating and populating a Submap manually which is kinda ick |
| 2022-03-09 18:39:39 | <ArshiaAghaei[m]> | <iqubic> "Arshia Aghaei Can you share your..." <- Sure |
| 2022-03-09 18:40:13 | ArshiaAghaei[m] | posted a file: (12KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/ntpyBhUjGQNmFMKHewpGJzPl/xmonad.hs > |
| 2022-03-09 18:40:24 | <ArshiaAghaei[m]> | It's on super early stages |
| 2022-03-09 18:40:33 | <ArshiaAghaei[m]> | So don't expect nothing fancy lol |
| 2022-03-09 18:41:11 | <Solid> | I would advise you to go through the tutorial |
| 2022-03-09 18:41:13 | <Solid> | it teaches you things |
| 2022-03-09 18:41:27 | <ArshiaAghaei[m]> | Where's the tutorial? |
| 2022-03-09 18:41:29 | <ArshiaAghaei[m]> | xmonad.org? |
| 2022-03-09 18:41:35 | <Solid> | ttps://xmonad.org/TUTORIAL.html |
| 2022-03-09 18:44:14 | <ArshiaAghaei[m]> | ty |
| 2022-03-09 18:44:35 | × | iqubic quits (~iqubic@c-67-171-37-233.hsd1.wa.comcast.net) (Quit: Connection closed) |
| 2022-03-09 19:02:15 | <ArshiaAghaei[m]> | `[ ("M-S-z", spawn "xscreensaver-command -lock")` |
| 2022-03-09 19:02:42 | <ArshiaAghaei[m]> | What would be the print screen keybinding |
| 2022-03-09 19:02:50 | <geekosaur> | <Print> |
| 2022-03-09 19:03:05 | <geekosaur> | or "<Print>" since it has to be a string |
| 2022-03-09 19:16:46 | × | jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-03-09 19:19:22 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2022-03-09 19:32:10 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-03-09 19:55:58 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-189.mrsn.at) |
| 2022-03-09 19:58:40 | → | bfrk joins (~Thunderbi@i59f7abad.versanet.de) |
| 2022-03-09 20:03:46 | × | jeeeun quits (~jeeeun@78.40.148.178) (Ping timeout: 260 seconds) |
| 2022-03-09 20:07:15 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-03-09 20:19:31 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-189.mrsn.at) (Ping timeout: 256 seconds) |
| 2022-03-09 20:32:06 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2022-03-09 20:46:44 | → | seschwar joins (~seschwar@user/seschwar) |
| 2022-03-09 21:54:06 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-09 21:55:53 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-09 22:04:49 | × | redgloboli quits (~redglobol@user/redgloboli) (Remote host closed the connection) |
| 2022-03-09 22:05:05 | → | redgloboli joins (~redglobol@user/redgloboli) |
| 2022-03-09 23:26:10 | → | jenifer joins (~jenifer@097-085-050-159.res.spectrum.com) |
| 2022-03-09 23:32:40 | <jenifer> | Ok ill probably be laughed out of here but I am gonna ask anyway. Do people sometimes get tired of Haskell updates breaking there system and they just never update? lol |
| 2022-03-09 23:34:40 | <liskin> | jenifer: yes |
| 2022-03-09 23:34:56 | <jenifer> | Am I stupid to think of never updating? |
| 2022-03-09 23:35:23 | <jenifer> | Is there some kinda flag I can use when doing updates in terminal that block Haskell based updates? |
| 2022-03-09 23:35:41 | <liskin> | quite likely even distro maintainers get tired (and by tired I mean burned out) and stop maintaining stuff :-) |
| 2022-03-09 23:35:59 | <liskin> | Haskell stuff in Debian has been stuck for over a year |
| 2022-03-09 23:36:12 | <jenifer> | I use Arch |
| 2022-03-09 23:36:19 | <jenifer> | Thus get updates all the time |
| 2022-03-09 23:36:47 | <jenifer> | Silly thing is xmonad compiles fine lol but still wont load past light dm |
| 2022-03-09 23:36:49 | <liskin> | oh, well, that's bad |
| 2022-03-09 23:37:00 | <liskin> | arch doesn't let you do partial updates |
| 2022-03-09 23:37:22 | <liskin> | so you're either going to be running insecure stuff, or you'll have to accept that updates break stuff |
| 2022-03-09 23:38:10 | <jenifer> | Well I mean its only three files for me. I use Polybar so one config for it and auto start and xmonad.hs file |
| 2022-03-09 23:38:13 | <liskin> | what many people do is install haskell stuff using stack/cabal/ghcup instead of using arch packages |
| 2022-03-09 23:39:02 | <jenifer> | I mean if I just did a fresh install every 6mo should not be end of the world? |
| 2022-03-09 23:40:57 | <liskin> | well everyone will tell you it's a really bad idea because security |
| 2022-03-09 23:40:58 | <jenifer> | I can use Octopi to update one or two programs . I wonder if there is some kinda plugin or something that can be used with it to filter out things |
| 2022-03-09 23:41:15 | <liskin> | realistically as long as you keep your browser updated, it may very well be just fine :-) |
| 2022-03-09 23:41:20 | <liskin> | but don't tell anyone I told you |
| 2022-03-09 23:45:59 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-03-09 23:46:32 | <jenifer> | Well I figured id ask |
| 2022-03-09 23:46:35 | <ArshiaAghaei[m]> | <liskin> "what many people do is install..." <- I installed xmonad using pacman |
| 2022-03-09 23:46:36 | <ArshiaAghaei[m]> | It was old |
| 2022-03-09 23:46:44 | <ArshiaAghaei[m]> | 0.15 I think |
| 2022-03-09 23:47:53 | <jenifer> | Well I can drop into terminal and Arch is still working even my neofetch is there lol. So its Xmonad not starting up |
| 2022-03-09 23:48:18 | <jenifer> | It compiled fine before the reboot and says its compiling fine from terminal at login screen lol |
| 2022-03-09 23:49:51 | <jenifer> | I have something like this happen before and next day was fresh updates and boom it started working agian lol |
| 2022-03-09 23:50:49 | <jenifer> | I was looking at i3 but not sure ill like the Tree format |
| 2022-03-09 23:51:57 | × | spider__ quits (~spider@vps-951ce37a.vps.ovh.ca) (Ping timeout: 240 seconds) |
| 2022-03-09 23:58:27 | <jenifer> | Ok well I think I am gonna try a reinstall and just replace the configs with mine |
| 2022-03-09 23:59:40 | <jenifer> | Thanks :) |
| 2022-03-10 00:01:26 | × | jenifer quits (~jenifer@097-085-050-159.res.spectrum.com) (Quit: Leaving) |
| 2022-03-10 00:26:11 | → | _bfrk joins (~Thunderbi@2001:9e8:356:fe00:1928:a910:1b2f:d635) |
| 2022-03-10 00:28:17 | × | bfrk quits (~Thunderbi@i59f7abad.versanet.de) (Ping timeout: 256 seconds) |
| 2022-03-10 00:28:17 | _bfrk | is now known as bfrk |
| 2022-03-10 00:51:13 | → | theproffesor joins (~theproffe@2601:282:847f:8010::7f59) |
| 2022-03-10 00:52:54 | × | bfrk quits (~Thunderbi@2001:9e8:356:fe00:1928:a910:1b2f:d635) (Ping timeout: 250 seconds) |
| 2022-03-10 02:09:52 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2022-03-10 02:11:29 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-10 03:04:39 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 272 seconds) |
| 2022-03-10 03:22:09 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-03-10 03:41:00 | → | Guest21 joins (~Guest21@185.183.97.187) |
| 2022-03-10 03:42:37 | <Guest21> | is it possible to implement DWM like tags into XMonad nicely? CopyWindows works for assigning window to multiple workspaces, but there isn't a way to toggle tags/workspaces into view like in DWM? |
| 2022-03-10 05:19:17 | × | mvk quits (~mvk@2607:fea8:5cc3:7e00::45ee) (Ping timeout: 240 seconds) |
| 2022-03-10 05:25:11 | × | incertia quits (~incertia@207.98.163.88) (Read error: Connection reset by peer) |
| 2022-03-10 05:26:03 | → | incertia joins (~incertia@207.98.163.88) |
| 2022-03-10 05:29:48 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2022-03-10 05:48:13 | × | Guest21 quits (~Guest21@185.183.97.187) (Ping timeout: 240 seconds) |
| 2022-03-10 05:55:20 | × | redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...) |
| 2022-03-10 05:56:29 | → | redgloboli joins (~redglobol@user/redgloboli) |
| 2022-03-10 06:14:33 | → | evan joins (~evan@219.136.52.90) |
All times are in UTC.