26 Mar 2023 |
ry362 | * Hi, I am trying XMonad, and whenever I try to switch workspaces, my cursor changes to an "X" and the screen seemingly hangs, however I can open another terminal, which opens on top of the present windows. I can now use things like normal, however, the cursor remains an "X" If I float it and move it around, it will make an effect where every frame the window is in stays behind the current frame. (like that MSsolitaire thing) | 01:39:51 |
ry362 | It worked normally before, without this bug, and I don't know what I did to cause this issue. I have tried uninstalling and reinstalling xmonad, but it did not work. | 01:41:26 |
ry362 | * Hi, I am trying XMonad, and whenever I try to switch workspaces, my cursor changes to an "X" and the screen seemingly hangs, however I can open another terminal, which opens on top of the present windows. I can now use things like normal, however, the cursor remains an "X" If I float the window and move it around, it will make an effect where every frame the window is in stays behind the current frame. (like that MSsolitaire thing) | 01:41:49 |
mazte | can you send your xmonad.hs? | 01:42:38 |
ry362 | In reply to@sujamma:matrix.org can you send your xmonad.hs? Okay, I copied and pasted it from a guide for Xmonad. | 01:43:30 |
ry362 | import XMonad import XMonad.Hooks.DynamicLog import XMonad.Hooks.ManageDocks import XMonad.Util.Run(spawnPipe) import XMonad.Util.EZConfig(additionalKeys) import System.IO main = do xmproc <- spawnPipe "xmobar" xmonad $ defaultConfig
`additionalKeys`
[ ((mod4Mask .|. shiftMask, xK_z), spawn "xscreensaver-command -lock; xset dpms force off")
, ((controlMask, xK_Print), spawn "sleep 0.2; scrot -s")
, ((0, xK_Print), spawn "scrot")
] | 01:43:47 |
[Leary] | ry362: It probably has nothing to do with your xmonad.hs, and everything to do with how your distro configures X11, though I'm not sure of the details there. The "hang" is just stale images being left behind on the root window. You should be able to fix it by drawing to the root, e.g. with xsetroot or by using a wallpaper. | 04:08:06 |
[Leary] | The "X" cursor should also just be config, though in that case it's weird if it's not an X from the start. | 04:10:11 |
[Leary] | I don't recall how to configure it though; ask google. | 04:10:26 |
| L29Ah left the room. | 09:35:49 |
| L29Ah joined the room. | 16:10:31 |
ry362 | In reply to@[Leary]:libera.chat The "X" cursor should also just be config, though in that case it's weird if it's not an X from the start. Yeah, it didn't have an "X" before this bug started, and it only turns into an X once I switch workspaces | 17:03:27 |
ry362 | By the way, is there a way to have a .xsessionrc file that only runs when I select Xmonad in gdm? | 17:04:58 |
geekosaur | look in /usr/share/xsessions for the session file and check what the Exec= line says; you should be able to edit it to run a custom session instead | 17:08:00 |
ry362 | In reply to@geekosaur:libera.chat look in /usr/share/xsessions for the session file and check what the Exec= line says; you should be able to edit it to run a custom session instead Okay, thank you! | 17:08:53 |
ry362 | In reply to@ry362:matrix.org Yeah, it didn't have an "X" before this bug started, and it only turns into an X once I switch workspaces Okay, so it happens when I right-click in Plasma, too, so I think it might be an issue with X itself. | 17:27:16 |
| jade joined the room. | 19:58:42 |
27 Mar 2023 |
xmonadtrack | xmonad-contrib Tony Zorman * v0.17.1-141-g4929da0e: CI: Fix build with mtl-2.3.1 (6 minutes ago, 1 file, 2+ 2-) https://github.com/xmonad/xmonad-contrib/commit/4929da0eac4e | 06:21:31 |
| eveloth joined the room. | 06:43:30 |
| nogonosa joined the room. | 08:33:52 |
28 Mar 2023 |
| geekosaur changed their profile picture. | 11:46:21 |
| geekosaur changed their profile picture. | 14:59:28 |
| L29Ah left the room. | 15:00:22 |
| geekosaur changed their profile picture. | 15:02:48 |
| L29Ah joined the room. | 15:57:06 |
| * Solid just created ^ | 17:44:32 |
Solid | I wonder whether we'll also need all of the CI commits, in order to make that not have a stroke | 17:44:51 |
Solid | but other than that we should be good to do a release on the weekend or so | 17:45:04 |
liskin | A bit silly naming the branch the same you're gonna name the tag... | 20:16:12 |
liskin | I'll check the CI commits later | 20:16:32 |