qtile-examples
dwm-flexipatch
qtile-examples | dwm-flexipatch | |
---|---|---|
10 | 51 | |
576 | 1,152 | |
0.0% | - | |
3.2 | 7.1 | |
about 1 year ago | about 2 months 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
-
Different groups per screen
I have also combined this with some navigation over different focus/screens that I found here: https://github.com/qtile/qtile-examples/blob/master/traverse.py
-
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.
-
Starter config
There is a qtile-examples repository, full of people's setups and tweaks.
-
Newbie to window manager, why use awesome over other dynamic wm ?
basic notification system and example server
-
Very new to Linux, how do you launch a program?
Most importantly, there are lines that define keybindings to start programs. I don't use qtile, but I think this example will help you figure things out. For instance, there is the # start specific apps section that explains that (with the given config) you have to press the mod key + n to start the browser or mod key + Enter to start the terminal.
- Get current screen?
-
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
-
Git Workflow with Applying Patches
However, if I were to implement something like 15+ patches then i would just use flexi patch to quickly apply patches - https://github.com/bakkeby/dwm-flexipatch.
-
behavior of layout switching
I posted an issue with flexipatch's savefloats patch https://github.com/bakkeby/dwm-flexipatch/issues/362 which I believe to be a bug in the way the patch is supposed to handle layout switching.
-
Rubik's Cube Meme Window Manager Edition
Check out dwm-flexipatch!
-
Request: Guide for Dmenu, DWM, and ST install on Arch
And if you want a quick way to install patches then you should checkout u/bakkeby 's https://github.com/bakkeby/dwm-flexipatch.
- What's your favorite terminal emulator?
-
DWM. Going to rebuild and repatch. Can you recommend which "gaps" patch to use?
do yourself a favor and use https://github.com/bakkeby/dwm-flexipatch ... patching with much less trouble
-
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.
-
DE with as little resources usage as possible
if your not scared of changing basic C files the most lightweight you’ll get is probably dwm, try out this to more easily patch dwm if you do decide to use it.
-
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
What are some alternatives?
Qtile-Config - This is my configuration of Qtile, a window manager written in python.
patches - Collection of patches for dwm, st and dmenu
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.
eww - ElKowars wacky widgets
qtile - :cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)
dwm-vanitygaps - My dwm vanitygaps build (incl. individual patches)
dotfiles
modwm - MODWM - Modular Dynamic Window Manager
qtile - setup for Qtile EOS-CE
dwmblocks-async - An efficient, lean, and asynchronous status feed generator for dwm.
qtile - ~/.config/qtile
dwl - dwm for Wayland - ARCHIVE: development has moved to Codeberg