qtile-examples
dwm-flexipatch
Our great sponsors
qtile-examples | dwm-flexipatch | |
---|---|---|
9 | 51 | |
521 | 982 | |
2.9% | - | |
0.0 | 0.0 | |
23 days ago | 7 days ago | |
Python | C | |
- | MIT License |
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.
qtile-examples
-
Moving from Hyprland to Qtile - Need guidance
Did you look at the linked examples in the official repo? I'm not aware of any other resource like that, except for some bits I found through this subreddit.
-
Newbie to window manager, why use awesome over other dynamic wm ?
basic notification system and example server
-
Qtile Theme Switching Script
Declaration for each 'theme'. (See qtile-examples for how to separate qtile into multiple files.)
-
Why do people use functions in their configs?
I'm not completely dumbstruck, for example I can see that in this config the dev uses functions and hooks (idk what hooks are, sounds like a way to add event-driven functionality) to automatically set the window type to floating if the window name is equal to x.
-
All hail qtile extras (could be done without too though)
You can find some example configs at qtile-examples but, note, some of those configs are quite old.
-
Keybinding layouts in Qtile
https://github.com/qtile/qtile-examples/blob/92c2659e771b42ca52342996181f2c1b3fdb0324/cjbarnes/config.py (line 60)
dwm-flexipatch
- What's your favorite terminal emulator?
-
What are the DWM patches you can't live without?
and i would recommend to use dwm-flexipatch, it makes the hole patching process very easy, and you can try out all the patches...
-
Firefox kills DWM
I just wanted to add that if anyone is experiencing this issue and using dwm-flexipatch then enabling the patch BAR_NO_COLOR_EMOJI_PATCH may solve the issue.
-
Newbie to window manager, why use awesome over other dynamic wm ?
a lot of functionality can be added with patches, but you have to try and juggle those all yourself (and work out any conflicts between them yourself) - there are some projects like dwm-flexipatch to try and make it easier to deal with them, but it's way more trouble than I am interested in
-
dwm-flexipatch: statuscmd integration in dwmblocks
To better understand how statuscmd works, I took a step back and decided to try some experimentation before patching my own build: I compiled dwm-flexipatch (obviously with BAR_DWMBLOCKS_PATCH and BAR_STATUSCMD_PATCH set to 1), and tried it with my patched dwmblocks and modified one of my statusbar scripts accordingly for testing purpose:
-
How to apply patches to the latest suckless software source code ? (surf, st)
https://github.com/bakkeby/dwm-flexipatch https://github.com/bakkeby/st-flexipatch
- help my in patching DWM
-
Have a few questions about NixOS
How easy is to configure and build suckless software like DWM? (more specifically, building DWM using flexipatch
-
[dwm] Vanitygasp per tag?
I don't think I ever made a standalone patch for this, but you can derive what needs to be changed if you grep the dwm-flexipatch code base for PERTAG_VANITYGAPS_PATCH and have a look at what the changes are.
-
Is it possible to patch an already heavily patched & customized build of suckless program?
I like and use dwm but it was becoming an overkill for me to mix and match patches, plus updating of dwm from git, I started using dwm-flexipatch from bakkeby, which I suggest you to try. He's incorporated many patches - all the ones I needed where there, which can be enabled/disabled very easily. A drawback is the config.h file: It's a bit intimidating at first, because it includes the possible options of all patches, enabled or not.
What are some alternatives?
patches - Collection of patches for dwm, st and dmenu
eww - ElKowars wacky widgets
Qtile-Config - This is my configuration of Qtile, a window manager written in python.
dwm-vanitygaps - My dwm vanitygaps build (incl. individual patches)
modwm - MODWM - Modular Dynamic Window Manager
dwmblocks-async - My custom build of dwmblocks which updates blocks asynchronously.
dwl - dwm for Wayland
libxft-bgra - A patched version of libxft that allows for colored emojis to be rendered in Suckless software (dmenu/st/whatever).
suckless-builds - my suckless builds with configs of dwm, dmenu, dwmblocks, slstatus, and st.
slstatus - mirror from suckless.org. send patches to [email protected] mailing list. NO PRs
dotfiles - My dotfiles repo, here you can find all my window manager configs as well as documentation and a guide on how to make your own desktop environment.
shotkey - A simple and lightweight hotkey daemon for X with configurable custom modes and key chords (in ~200 LOC)