xmonad-contrib
Contributed modules for xmonad (by xmonad)
picom
A lightweight compositor for X11 with animation support (by yshui)
xmonad-contrib | picom | |
---|---|---|
50 | 111 | |
598 | 4,332 | |
0.7% | 1.5% | |
8.4 | 9.5 | |
23 days ago | 3 days ago | |
Haskell | C | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xmonad-contrib
Posts with mentions or reviews of xmonad-contrib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-21.
-
defToggleStrutsKey not working
This should now also be fixed in HEAD: https://github.com/xmonad/xmonad-contrib/commit/90f4a96f933a8ecc014b6def54fb929ee9e73e49
-
How to check xmonad version?
If you're on NixOS then definitely look into /u/LSLeary's excellent flake! (docs)
-
XMonad on NixOS
Perhaps you're not aware of the module exposed by the xmonad-contrib flake? It can do most of the setup for you. See the NixOS Modules section of https://github.com/xmonad/xmonad-contrib/blob/master/NIX.md.
-
Custom gsConfig for spawnSelected
Seems there was a documentation bug in that module. Does this fix help?
- Most Recently Used (MRU)
- Normalize the Fraction Between Master and Slave Windows
-
Mimic LeftWM's CenterdMainFluid in Xmonad?
There is X.L.CenteredIfSingle. However, it didn't land in 0.17.0, so you'll have to either wait for 0.17.1 (dropping soon, I promise!), compile xmonad from git, or just copy the file as-is (which should be doable) into your configuration.
-
Applying window decorations in xmonad while there is onlmore than one window
Btw there is an alternative way to implement smart bar using `AltMax` from xmonad-contrib but I'm not using it because of this [known bug](https://github.com/xmonad/xmonad-contrib/issues/75).
- Key bind to remove borders around windows??
-
Custom Xomobar output
Note that the linked solution is a bit buggy (see here). But regarding your question, it's as simple as it gets. You could maybe replace (getModeName <$> (XS.get :: X ModeName)) with XS.gets getModeNameand maybe defining it somewhere else (e.g. logMode :: Logger), but that's really it. You could wait for #703 to be merged (whenever that may be), or just take the code from there (PSA: still in a rough state, undocumented, and very likely will change) and roll with it: it is xmonad after all, your config is going to be compiled anyway!
picom
Posts with mentions or reviews of picom.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-23.
-
I found an 8 years old bug in Xorg
Picom has an awesome feature [0] that, for the sake of all our eyes, should come by default on every device with a screen. It can continuously adjust the brightness of individual windows by averaging all the pixels in that window. It's great for defending against "flashbangs" (when a new tab burns your eyes with a blank white screen).
0: https://github.com/yshui/picom/blob/ae73f45ad9e313091cdf720d...
-
How to make Openbox look good with ease?
Picom is a lightweight standalone compositor created for the X Window System. It is a fork of Compton (which is a fork of xcompmgr-dana, which is also a fork of xcompmgr) and it is suitable for use with window managers like Openbox that do not provide compositing effects on their own. If you want to learn more about its history, then you should visit this page or, if you are interested in knowing a bit more about it, you can check its page on the Arch wiki.
-
Can't find picom and polybar default config files
(https://github.com/yshui/picom/blob/next/picom.sample.conf)
- ArchLinux sluggish on 4K monitor
-
[photo] installing Debian :)
Also I took a census and zero founding members of NWA are "straight outta Picom". That's right, you heard it here first: Not even MC Ren is running Picom.
-
FPS drops when scrolling in monocle layout with Picom
Update: after reporting in picom GitHub repo this is temporarily solved by using --no-frame-pacing. Looks like a recent commit causes this. You can view the discussion here: https://github.com/yshui/picom/issues/1072
- Zoom in and zoom out in dwm?
-
Compositor Options for Animations
NEED HELP TESTING (write your issues here): https://github.com/yshui/picom/issues/1052
-
[dwm] Beginning on linux desktop, first ricing
Compositor : picom
-
In Picom with the rounded-corners setting how do you apply alpha to the menu list?
It looks like this was identified and the repo corrected in Jan (https://github.com/yshui/picom/issues/808) but the NixOS package has not been updated since Nov.
What are some alternatives?
When comparing xmonad-contrib and picom you can also consider the following projects:
xmonad - The core of xmonad, a small but functional ICCCM-compliant tiling window manager
compton - A lightweight compositor for X11 [Moved to: https://github.com/yshui/picom]
xmonad-utils - A small collection of X utilities useful when running XMonad.
compton - A compositor for X11.
polybar - A fast and easy-to-use status bar
sway - i3-compatible Wayland compositor