qtile VS gal

Compare qtile vs gal and see what are their differences.

qtile

:cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland) (by qtile)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qtile gal
103 12
4,592 -
0.8% -
9.4 -
5 days ago -
Python
MIT License -
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.

qtile

Posts with mentions or reviews of qtile. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • Qtile window move/resize behavior as in bspwm?
    1 project | /r/qtile | 6 Dec 2023
  • How to install on Ubuntu: my solution
    3 projects | /r/qtile | 4 Jul 2023
    Btw. if you're installing from pip anyway, I HIGHLY recommend using git master's version (pip install git+https://github.com/qtile/qtile). It's very stable and it contains a lot of improvements, features and - mostly important - bug fixes, especially because the fact that the last 0.22.1 release is almost one year old. The current master works fine with xcffib 1.4 and cairocffi 1.6 (the newest possible versions).
  • Qtile Logs in to a Blank Screen
    1 project | /r/qtile | 4 Jul 2023
    Yes, all the dependencies listed in qtile.org are installed.
  • docs.qtile.org down? Any information to be found?
    1 project | /r/qtile | 18 Jun 2023
    I think yesterday qtile.org itself seemed to be working properly. Now it is also offline.
  • Fixed! Thank you
    1 project | /r/qtile | 15 Jun 2023
    Did you see the changelog? https://github.com/qtile/qtile/blob/master/CHANGELOG
  • my terminal gone ? setings gone etc..i just remove python
    1 project | /r/linux4noobs | 14 Jun 2023
    You need to have xcffib in version 1.3.0 and you probably have 1.4.0. You also need cairocffi 1.5.1 and you probably have 1.6.0, so it will fail as the next step. Install correct versions or wait until https://github.com/qtile/qtile/pull/4289 is merged.
  • Please consider joining the Reddit blackout
    1 project | /r/qtile | 12 Jun 2023
    Meanwhile users can still communicate and ask questions in the official Github discussion board: https://github.com/qtile/qtile/discussions or alternatively in IRC irc://irc.oftc.net:6667/qtile during the blackout time period.
  • How fedora workstation will run on this laptop?
    1 project | /r/Fedora | 28 May 2023
    Hello 👋, I use Gnome for my ThinkPad it works nice for me. But giving your ram I would suggest a window manager like Qtile which I prefer and I am about move from Gnome to it when I finish my configurations. But if you want something which will be usable out of the box Xfce is a nice choice too as people mentioned above. 😁😁 Here is the link to GitHub for Qtile if you want to give it a glance https://github.com/qtile/qtile
  • Wayland problems
    1 project | /r/qtile | 25 May 2023
  • How to set numlock on startup with Wayland?
    1 project | /r/qtile | 16 May 2023
    It's currently not supported on Wayland. There is an open issue for it: https://github.com/qtile/qtile/issues/4225

gal

Posts with mentions or reviews of gal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-14.
  • OpenBSD pledge(2) and Linux seccomp(2) in Python3
    3 projects | /r/learnpython | 14 Aug 2021
    I am working on putting the finishing touches on my program, gal. The most important part of finishing up this program is the implementation of operating system security syscalls. I have some familiarity with OpenBSD's pledge(2) and unveil(2), but am running into issues with what modules to use. This may be a long post, and perhaps a little out all over the place, but I will try to keep things brief.
  • How Do You Know Where to Use An Object Vs. Variable Grouping?
    2 projects | /r/learnpython | 13 Aug 2021
    Aahhh, that clears a lot up. Well in that case I will stick maybe using a namedtouple in my program for grouping variables for now. If I may bug you one last time, this is my first python3 program and I have been looking for someone to look over it, my Makefile and my documentation so I can be made aware of where I can improve and any bad habits I should break. If you have a moment could you look over my program?
  • Just Finished My First Python3 Program and Am Looking for a Full Code Review
    1 project | /r/learnpython | 30 Jul 2021
    gal.
  • Launching CLI apps from dmenu help
    1 project | /r/suckless | 25 Jul 2021
    Working on a rewrite, but for now you can use this. Doing >your cmd... will run it in a terminal.
  • How Do I Convert a List to a Byte-Like Object?
    1 project | /r/learnpython | 19 Jul 2021
    This is the full code base, I know it has some ways it can be improved :), https://gitlab.com/FOSSilized_Daemon/gal/-/blob/python3-rewrite/src/gal
  • subprocess coomplains about argument list being to long
    1 project | /r/learnpython | 11 Jul 2021
    I have pretty much written the entirety of my very first python3 program! It is nothing too crazy, just a python3 port of the shell script I use to launch programs. The issue I am having is that my python3 edition of this script keeps complaining about the arguments list in my subprocess call call being too long. I did some debugging and this is due to list_of_programs, but in my shell script edition I never had this issue so I have to imagine that this is an issue with subprocess not the actual shell. I initially though this was due to list_of_programs not being seen as a string so I tried str(list_of_porgrams), but got the same issue. Could someone expand on why I am getting this error?
  • How to Pass Command-line Arguments to a Program Being Pulled from an Environment Variable?
    3 projects | /r/bash | 21 May 2021
    I was able to figure out removing $0, the program name, and have set -x but have one bug I can not figure out removing. For some reason my script never passes the contents of find_programs_in_path to prompt_for_input. I have tried debugging the issue, but no dice. I am guessing it is going to be something obvious, but can't seem to find it, could you take one quick look? https://gitlab.com/FOSSilized_Daemon/gal/-/blob/master/src/gal
  • [POSIX] Unsure How to Design a Handler Function
    2 projects | /r/bash | 9 Mar 2021
    I am currently going through the process of cleaning all of my old scripts and ran into an issue I can't seem to figure out how to resolve. In all of my POSIX shell scripts that are used within graphical environments I have a function called prompt_for_input, what this function does is it basically takes an environment variables called PROMPT_MENU and uses that with whatever is passed as the first argument to the function to create, well, a prompt menu. To clear up any confusion here is an example. You could set either of the following lines within your .profile:
  • dmenu patch for running programs in terminal
    2 projects | /r/suckless | 22 Dec 2020
    Neat, I'll have to add that functionality to my dmenu script.

What are some alternatives?

When comparing qtile and gal you can also consider the following projects:

Hyprland - Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

dfuse - dmenu commandline interface

sway - i3-compatible Wayland compositor

bspwm-rounded - Fork of bspwm (baskerville) and the rounded corners patch (Javyre), but more up-to-date

river - [mirror] A dynamic tiling Wayland compositor

dwl - dwm for Wayland - ARCHIVE: development has moved to Codeberg

bspwm - A tiling window manager based on binary space partitioning

waymonad - A wayland compositor based on ideas from and inspired by xmonad

kitty - Cross-platform, fast, feature-rich, GPU based terminal

Qtile-Config - This is my configuration of Qtile, a window manager written in python.

xpra - Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.

nixpkgs - Nix Packages collection & NixOS