Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: qtile | Distribution: openSUSE Tumbleweed |
Version: 0.29.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Tue Nov 19 15:41:08 2024 |
Group: System/X11/Displaymanagers | Build host: reproducible |
Size: 6592471 | Source RPM: qtile-0.29.0-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://qtile.org | |
Summary: A pure-Python tiling window manager |
A pure-Python tiling window manager. * Extensible in that personal layouts, widgets and commands can be created. * Configured in Python. * Command shell that allows all aspects of Qtile to be managed and inspected. * Remote scriptability to set up workspaces, manipulate windows, update status bar widgets and more. * Qtile is unit-tested using this remote scriptability feature.
GPL-3.0-or-later AND MIT
* Tue Nov 19 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org> - Skip tests: * test_net_wm_icon_change * Sun Nov 17 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org> - Update to version 0.29.0: * features - A Nix flake has been added which can be used by Nix(OS) users to update to the latest version easily - Add `group_window_remove` hook when window is removed from group - Switched to ruff for formatting * bugfixes - Add returns to lazy.function and qtile.core.function - Fix a bug with newer versions of cairo breaking the bar - Fix a few TreeTab rendering bugs - Fix a TaskList crash - Fix a scratchpad window size bug - Remove ./workaround-new-cairocffi-api.patch. Merged in 0.29.x * Mon Sep 16 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl> - Add ./workaround-new-cairocffi-api.patch from https://github.com/qtile/qtile/pull/4991 * Thu Aug 15 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl> - Update to version 0.28.1: * bugfixes - fix a crash in the StatusNotifier widget #4959 #4960 - various bug fixes to widgets from previous releases - fix xrandr commands racing with qtile startup * Fri Jul 19 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl> - Update tov version 0.27.0: * Make default `Plasma` add mode dynamic * Add `background` parameter to `Screen` to paint a solid colour background * Add ability to use key codes to bind keys. Will benefit users who change keyboard layouts but wish to retain same bindings, irrespective of layout. * Wayland: Add support for idle-notify-v1 protocol needed by swayidle. * Wayland: Make keybinds repeat according to the keyboard's repeat rate and delay. Previously the keybinds did not repeat. * Fix `Plasma` layout with `ScreenSplit` by implementing `get_windows` * Fix border bug in fullscreening/maximizing wayland windows * Fix automatic fullscreening for many XWayland applications (e.g. games) by checking if they want to fullscreen on map * Sat Jun 08 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Attempt to remove mypy for now as this might be the cause of failed tests (?) * need to confirm from upstream * Thu Jun 06 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Add gtk-layer-shell and dbus-1-tools for tests and remove the bcond macro * Thu May 30 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Make the wlroots version more specific so we don't get false ideas of build failures * Sun May 26 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 0.26.0 - this release drops support for python 3.9 - deleted the (very old) libqtile/command_* deprecation wrappers - SIGUSR2 no longer restarts qtile, instead it dumps stack traces - lazy.<object>.when(when_floating=X) now behaves differently: the lazy call will be executed independently of the current window's float state by default, and can be limited to when it is floating or tiled by passing when_floating as True or False respectively. - Dropped support for KDE idle protocol on Wayland - Qtile's Wayland backend now requires wlroots 0.17.x, pywlroots 0.17.x and pywayland >= 0.4.17. - We currently do not build for pypy-3.10 as there seems to be a resolution error in either pypy or pip (https://github.com/pypy/pypy/issues/4956) - For Wayland you can now set the cursor theme and size to forcefully use in Qtile, set `wl_xcursor_theme` and `wl_xcursor_size` in the configuration - automatically lift types to their annotated type when specified via the `qtile cmd-obj` command line - Add `Plasma` layout. The original layout (https://github.com/numirias/qtile-plasma) appears to be unmaintained so we have added this to the main codebase. - Add ability to specify muted and unmuted formats for `Volume` and `PulseVolume` widgets. - Add back server-side opacity support for Wayland backend - Attempt to use tests without xvfb * Tue May 21 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 0.25.0: * features - The Battery widget now supports dynamic charge control, allowing for protecting battery life. - To support the above (plus the other widgets that modify sysfs), qtile now ships with its own udev rules, located at /resources/99-qtile.rules; distro packagers will probably want to install this rule set. * bugfixes - Fix groups marked with `persist=False` not being deleted when their last window is moved to another group. - Fallback icon in StatusNotifier widget * Tue Apr 09 2024 Bernhard Wiedemann <bwiedemann@suse.com> - Require python3-cairocffi-pixbuf at runtime * Fri Mar 01 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update specfile * add python3-isort for tests * Thu Feb 29 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update specfile * add python3-libcst for tests * Thu Feb 29 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 0.24.0 !!! config breakage/changes !!! - Matches no longer use "include/substring" style matching. But match the string exactly. Previously on X11, if the WM_TYPE of a spawned window is e.g. dialog a match with wm_type dialognoonereadschangelogs would return true. Additionally a window with an empty WM_CLASS (which can happen) would match anything. If you rely this style of substring matching, pass a regex to your match or use a function with func=. Using a list of strings inside Match with role, title, wm_class, wm_instance_class, wm_type are also deprecated, use a regex. Right now we replace the property with a regex if it's a list and warn with a deprecation message. You can use "qtile migrate" to migrate your config to this. * features - Change how `tox` runs tests. See https://docs.qtile.org/en/latest/manual/contributing.html#running-tests-locally for more information on how to run tests locally. - Add `ScreenSplit` layout which allows multiple layouts per screen. Also adds `ScreenSplit` widget to display name of active split. - Updated `Bluetooth` widget which allows users to manage multiple devices in a single widget - Add `align` option to `Columns` layout so new windows can be added to left or right column. - `.when()` have two new parameters: - `func: Callable`: Enable call when the result of the callable evaluates to True - `condition: bool`: a boolean value to determine whether the lazy object should be run. Unlike `func`, the condition is evaluated once when the config file is first loaded. - Add ability to have bar drawns over windows by adding `reserve=False` to bar's config to stop the bar reserving screen space. - Add ability for third-party code (widgets, layouts) to create hooks - Add ability to create user-defined hooks which can be fired from external scripts * bugfixes - Fix two bugs in stacking transient windows in X11 - Checking configs containing `qtile.core.name` with `python config.py` don't fail anymore (but `qtile.core.name` will be `None`) - Fix an error if a wayland xwindow has unknown wm_type * Mon Jan 29 2024 Andreas Schwab <schwab@suse.de> - Remove unneeded constraints * Sun Dec 17 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Reenable tests. - Added python-importlib-resources and python-importlib-metadata as part of tests. - Update required and recommended dependencies. * Sun Dec 17 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update alternatives is done wrong in postuninstall. fixed. * Wed Nov 15 2023 Dominique Leuenberger <dimstar@opensuse.org> - Do not use the pythons flavor expansion, as this package simply relies on the default python version, which is always provided as python3-*. All Build- and runtime dependencies were already set accordingly. Use python3_pyproject_wheel instead of pyproject_wheel macros during build/install phase to make this work. * Sun Nov 05 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Use latest python with primary_python macro * Mon Oct 30 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Remove the following suggestions.: * python3-jupyter_console * python3-jupyter_ipykernel * python3-tk - Add the following suggestions: * xdg-desktop-portal-wlr * xdg-desktop-portal-gtk * xdg-desktop-portal-hyprland - Move pyxdg to requires - Add qtile-portals.conf for XDP * Sun Oct 29 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Cleanup specfile * Sun Oct 29 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Fix wayland backend build * Tue Oct 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Disabled tests for now. Undeterministic and random fails. Might be VM related. * Tue Oct 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Requires pycairo >= 1.25.1 to prevent crashes * Tue Oct 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - update _constraints to avoid oom: * physical memory to 24G * Wed Oct 18 2023 Soc Virnyl Estela <contact@uncomfyhalomacro.pl> - Requires python xcffib >= 1.4.0 * Wed Oct 18 2023 Soc Virnyl Estela <contact@uncomfyhalomacro.pl> - Requires now python-cairocffi >=1.6.0 - Reenable tests * Wed Oct 04 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Change recommends from pulseaudio to pipewire and pipewire-pulseaudio - Qtile requires python-pywayland and python-pywlroots for it to run on wayland backend * Tue Oct 03 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Disabled tests again since it requires https://github.com/leifgehrmann/pangocffi which openSUSE does not have yet. * Tue Oct 03 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Reenable tests in specfile. - Update to version 0.23.0 !!! Dependency Changes !!! - xcffib must be upgraded to >= 1.4.0 - cairocffi must be upgraded to >= 1.6.0 - New optional dependency `pulsectl-asyncio` required for `PulseVolume` widget !!! Notice for packagers - wlroots (optional dependency) bump !!! - Qtile's wayland backend now requires on wlroots 0.16 (and pywlroots 0.16) !!! config breakage/changes !!! - The `cmd_` prefix has been dropped from all commands (this means command names are common when accessed via the command interface or internal python objects). - Custom widgets should now expose command methods with the `@expose_command` decorator (available via `from libqtile.command.base import expose_command`). - Some commands have been renamed (in addition to dropping the 'cmd_' prefix): `hints` -> `get_hints` `groups` -> `get_groups` `screens` -> `get_screens` - Layouts need to rename some methods: - `add` to `add_client` - `cmd_next` to `next` - `cmd_previous` to `previous` - Layouts or widgets that redefine the `commands` property need to update the signature: `@expose_command()` `def commands(self) -> list[str]:` - `Window.getsize` has been renamed `Window.get_size` (i.e. merged with the get_size command). - `Window.getposition` has been renamed `Window.get_position` (i.e. merged with the get_position command). - The `StockTicker` widget `function` option is being deprecated: rename it to `func`. - The formatting of `NetWidget` has changed, if you use the `format` parameter in your config include `up_suffix`, `total_suffix` and `down_suffix` to display the respective units. - The `Notify` widget now has separate `default_timeout` properties for differenct urgency levels. Previously, `default_timeout` was `None` which meant that there was no timeout for all notifications (unless this had been set by the client sending the notification). Now, `default_timeout` is for normal urgency notifications and this has been set to a default of 10 seconds. `default_timeout_urgent`, for critical notifications, has a timeout of `None`. - The `PulseVolume` widget now depends on a third party library, `pulsectl-asyncio`, to interact with the pulse audio server. Users will now see an `ImportError` until they install that library. * features - Add ability to set icon size in `LaunchBar` widget. - Add 'warp_pointer' option to `Drag` that when set will warp the pointer to the bottom right of the window when dragging begins. - Add `currentsong` status to `Mpd2` widget. - Add ability to disable group toggling in `GroupBox` widget - Add ability to have different border color when windows are stacked in Stack layout. Requires setting `border_focus_stack` and `border_normal_stack` variables. - Add ability to have different single border width for Columns layout by setting 'single_border_width' key. - Add ability to have different border and margin widths when VerticalTile layout only contains 1 window by setting 'single_border_width' and 'single_margin' keys. - New widget: GenPollCommand - Add `format` and `play_icon` parameters for styling cmus widget. - Add ability to add a group at a specified index - Add ability to spawn the `WidgetBox` widget opened. - Add ability to swap focused window based on index, and change the order of windows inside current group - Add ability to update the widget only once if `update_interval` is None. - Add `move_to_slice` command to move current window to single layout in `Slice` layout - Made the `NetWidget` text formattable. - Qtile no longer floods the log following X server disconnection, instead handling those errors. - `Key` and `KeyChord` bindings now have another argument `swallow`. It indicates whether or not the pressed keys should be passed on to the focused client. By default the keys are not passed (swallowed), so this argument is set to `True`. When set to `False`, the keys are passed to the focused client. A key is never swallowed if the function is not executed, e.g. due to failing the `.when()` check. - Add ability to set custom "Undefined" status key value to `Mpd2Widget`. - `Mpd2Widget` now searches for artist name in all similar keys (i.e `albumartist`, `performer`, etc.). - Add svg support to `CustomLayoutIcon` - added layering controls for X11 (Wayland support coming soon!): - `lazy.window.keep_above()/keep_below()` marks windows to be kept above/below other windows permanently. Calling the functions with no arguments toggles the state, otherwise pass `enable=True` or `enable=False`. - `lazy.window.move_up()/move_down()` moves windows up and down the z axis. - added `only_focused` setting to Max layout, allowing to draw multiple clients on top of each other when set to False - Add `suspend` hook to run functions before system goes to sleep. * bugfixes - Fix bug where Window.center() centers window on the wrong screen when using multiple monitors. - Fix `Notify` bug when apps close notifications. - Fix `CPU` precision bug with specific version of `psutil` - Fix config being reevaluated twice during reload (e.g. all hooks from config were doubled) - Fix `PulseVolume` high CPU usage when update_interval set to 0. - Fix `Battery` widget on FreeBSD without explicit `battery` index given. - Fix XMonad layout faulty call to nonexistent _shrink_up - Fix setting tiled position by mouse for layouts using _SimpleLayoutBase. To support this in other layouts, add a swap method taking two windows. - Fix unfullscreening bug in conjunction with Chromium based clients when auto_fullscreen is set to `False`. - Ensure `CurrentLayoutIcon` expands paths for custom folders. - Fix vertical alignment of icons in `TaskList` widget - Fix laggy resize/positioning of floating windows in X11 by handling motion notify events later. We also introduced a cap setting if you want to limit these events further, e.g. for limiting resource usage. This is configurable with the x11_drag_polling_rate variable for each `Screen` which is set to None by default, indicating no cap. * python version support - We have added support for python 3.11 and pypy 3.9. - python 3.7, 3.8 and pypy 3.7 are not longer supported. - Fix bug where `StatusNotifier` does not update icons * Wed Jun 21 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Remove 0000-fix-and-new-features-on-latest-wlroots.patch. * Mon Jun 19 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Disable tests. I get a lot of build workers disliking it * Fri Jun 16 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Add mypy to tests. * Fri Jun 16 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Disable tests on wayland temporarily. Reenable if PR for 0.16.x support lands. * Fri Jun 16 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Migrate back to python hosted sources through py2pack. * Thu Jun 15 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Disable patch for now. - Use wlroots10-devel, also called wlroots 0.15.1. Patch is still draft after all. - Change to upstream sources * Thu Jun 15 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Add 0000-fix-and-new-features-on-latest-wlroots.patch. * * ATTENTION ** This is a temporary fix for building qtile on latest wlroots. The PR is still a draft. * Thu May 18 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Fix CFLAGS in spec to include wlroots. * Tue Feb 07 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Excluded arm because lots of failures. * Sat Feb 04 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Set wlroots less than 0.16.0 - Set required memory to 8GB to enable other architectures. - Use %optflags macro and pkg-config as values for CFLAGs. * Tue Oct 18 2022 pgajdos@suse.com - python-six is not required https://trello.com/c/MO53MocR/143-remove-python3-six * Fri Oct 14 2022 John Vandenberg <jayvdb@gmail.com> - Update to v0.22.1 * GitHub tag is signed for those who need it - from v0.22.0 * !!! Config breakage !!! lazy.qtile.display_kb() no longer receives any arguments. If you passed it any arguments (which were ignored previously), remove them. * If you have a custom startup Python script that you use instead of `qtile start` and run init_log manually, the signature has changed. Please check the source for the updated arguments. * `KeyChord`'s signature has changed. ``mode`` is now a boolean to indicate whether the mode should persist. The ``name`` parameter should be used to name the chord (e.g. for the ``Chord`` widget). * Add ability to draw borders and add margins to the `Max` layout. * The default XWayland cursor is now set at startup to left_ptr, so an xsetroot call is not needed to avoid the ugly X cursor. * Wayland: primary clipboard should now behave same way as with X after selecting something it should be copied into clipboard * Add `resume` hook when computer resumes from sleep/suspend/hibernate. * Add `text_only` option for `LaunchBar` widget. * Add `force_update` command to `ThreadPoolText` widgets to simplify updating from key bindings * Add scrolling ability to `_TextBox`-based widgets. * Add player controls (via mouse callbacks) to `Mpris2` widget. * Wayland: input inhibitor protocol support added (pywayland>=0.4.14 & pywlroots>=0.15.19) * Add commands to control Pomodoro widget. * Add icon theme support to `TaskList` widget (available on X11 and Wayland backends). * Wayland: Use `qtile cmd-obj -o core -f get_inputs` to get input device identifiers for configuring inputs. Also input configs will be updated by config reloads (pywlroots>=0.15.21) * Widgets that are incompatible with a backend (e.g. Systray on Wayland) will no longer show as a ConfigError in the bar. Instead the widget is silently removed from the bar and a message included in the logs. * Reduce error messages in `StatusNotifier` widget from certain apps. * Reset colours in `Chord` widget * Prevent crash in `LaunchBar` when using SVG icons * Improve scrolling in `Mpris2` widget (options to repeat scrolling etc.) * Sun Aug 21 2022 John Vandenberg <jayvdb@gmail.com> - Added _constraints file as tests need more memory - Disabled many of the new tests due to failures reported upstream - Update to v0.21.0: * Add `lazy.window.center()` command to center a floating window on the screen. * Wayland: added power-output-management-v1 protocol support, added idle protocol, added idle inhibit protocol * Add MonadThreeCol layout based on XMonad's ThreeColumns. * Add `lazy.screen.set_wallpaper` command. * Added ability to scale the battery icon's size * Add Spiral layout * Add `toggle` argument to `Window.togroup` with the same functionality as in `Group.toscreen`. * Added `margin_on_single` and `border_on_single` to Bsp layout * Fix `Systray` crash on `reconfigure_screens`. * Fix bug where widgets can't be mirrored in same bar. * Fix various issues with setting fullscreen windows floating and vice versa. * Fix a bug where a .when() check for lazy functions errors out when matching on focused windows when none is focused. By default we do not match on focused windows, to change this set `if_no_focused` to True. * Widget with duplicate names will be automatically renamed by appending numeric suffixes * Fix resizing of wallpaper when screen scale changes (X11) * Two small bugfixes for `StatusNotifier` - better handling of Ayatana indicators * Fix bug where StatusNotifierItem crashes due to invalid object paths (e.g. Zoom) - from v0.20.0 * Add place_right option in the TreeTab layout to place the tab panel on the right side * X11: Add support for _NET_DESKTOP_VIEWPORT. E.g. can be used by rofi to map on current output. * Wayland: Bump wlroots version. 0.15.x wlroots and 0.15.2+ pywlroots are required. * Add XWayland support to the Wayland backend. XWayland will start up as needed, if it is installed. * Remove non-commandable windows from IPC. Fixes bug where IPC would fail when trying to get in on all windows but Systray has icons (which are non-commandable _Windows.) * Fix bug where bars were not reconfigured correctly when screen layout changes. * Fix a Wayland bug where layer-shell surface like dunst would freeze up and stop updating. * Change timing of screens_reconfigured hook. Will now be called ONLY if cmd_reconfigure_screens has been called and completed. * Fix order of icons in Systray widget when restarting/reloading config. * Fix rounding error in PulseVolume widget's reported volume. - from v0.19.0 * Add ability to draw borders to the Bar. Can customise size and colour per edge. * Add StatusNotifier widget implementing the StatusNotifierItem specification. NB Widget does not provide context menus. * Add total bandwidth format value to the Net widget. * Scratchpad groups could be defined as single so that only one of the scratchpad in the group is visible at a given time. * All scratchpads in a Scratchpad group can be hidden with hide_all() function. * For saving states of scratchpads during restart, we use wids instead of pids. * Scratchpads can now be defined with an optional matcher to match with window properties. * Qtile.cmd_reload_config is added for reloading the config without completely restarting. * Window.cmd_togroup's argument groupName should be changed to group_name. For the time being a log warning is in place and a migration is added. In the future groupName will fail. * Add min/max_ratio to Tile layout and fix bug where windows can extend offscreen. * Add ability for widget mouse_callbacks to take lazy calls (similar to keybindings) * Add aliases to lazy.spawncmd() which takes a dictionary mapping convenient aliases to full command lines. * Add a new 'prefix' option to the net widget to display speeds with a static unit (e.g. MB). * lazy.group.toscreen() now does not toggle groups by default. To get this behaviour back, use lazy.group.toscreen(toggle=True) * Tile layout has new margin_on_single and border_on_single option to specify whether to draw margin and border when there is only one window. * Thermal zone widget. * Allow TextBox-based widgets to display in vertical bars. * Added a focused attribute to lazy.function.when which can be used to Match on focused windows. * Allow to update Image widget with update() function by giving a new path.
/etc/alternatives/default-xsession.desktop /etc/alternatives/default.desktop /usr/bin/qtile /usr/lib64/python3.11/site-packages/libqtile /usr/lib64/python3.11/site-packages/libqtile/__init__.py /usr/lib64/python3.11/site-packages/libqtile/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/bar.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/bar.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/config.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/config.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/configurable.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/configurable.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/confreader.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/confreader.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/dgroups.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/dgroups.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/group.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/group.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/hook.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/hook.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/images.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/images.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/ipc.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/ipc.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/lazy.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/lazy.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/log_utils.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/log_utils.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/notify.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/notify.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/pango_ffi.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/pango_ffi.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/pangocffi.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/pangocffi.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/popup.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/popup.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/scratchpad.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/scratchpad.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/sh.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/sh.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/__pycache__/utils.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend /usr/lib64/python3.11/site-packages/libqtile/backend/__init__.py /usr/lib64/python3.11/site-packages/libqtile/backend/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/backend/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base /usr/lib64/python3.11/site-packages/libqtile/backend/base/__init__.py /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/core.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/core.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/drawer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/drawer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/window.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/__pycache__/window.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/base/core.py /usr/lib64/python3.11/site-packages/libqtile/backend/base/drawer.py /usr/lib64/python3.11/site-packages/libqtile/backend/base/window.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__init__.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/core.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/core.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/drawer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/drawer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/inputs.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/inputs.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/layer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/layer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/output.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/output.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/window.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/window.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/wlrq.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/wlrq.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/xdgwindow.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/xdgwindow.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/xwindow.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/__pycache__/xwindow.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/_ffi.abi3.so /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/build.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/build.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/cairo_buffer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/cairo_buffer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/libinput.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/__pycache__/libinput.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/build.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/cairo_buffer.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/cffi/libinput.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/core.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/drawer.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/inputs.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/layer.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/output.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/window.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/wlrq.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/xdgwindow.py /usr/lib64/python3.11/site-packages/libqtile/backend/wayland/xwindow.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11 /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__init__.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/core.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/core.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/drawer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/drawer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/window.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/window.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcbq.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcbq.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcursors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcursors.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcursors_ffi.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xcursors_ffi.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xkeysyms.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/__pycache__/xkeysyms.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/backend/x11/core.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/drawer.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/window.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/xcbq.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/xcursors.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/xcursors_ffi.py /usr/lib64/python3.11/site-packages/libqtile/backend/x11/xkeysyms.py /usr/lib64/python3.11/site-packages/libqtile/bar.py /usr/lib64/python3.11/site-packages/libqtile/command /usr/lib64/python3.11/site-packages/libqtile/command/__init__.py /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/base.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/base.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/client.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/client.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/graph.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/graph.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/interface.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/command/__pycache__/interface.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/command/base.py /usr/lib64/python3.11/site-packages/libqtile/command/client.py /usr/lib64/python3.11/site-packages/libqtile/command/graph.py /usr/lib64/python3.11/site-packages/libqtile/command/interface.py /usr/lib64/python3.11/site-packages/libqtile/config.py /usr/lib64/python3.11/site-packages/libqtile/configurable.py /usr/lib64/python3.11/site-packages/libqtile/confreader.py /usr/lib64/python3.11/site-packages/libqtile/core /usr/lib64/python3.11/site-packages/libqtile/core/__init__.py /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/lifecycle.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/lifecycle.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/loop.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/loop.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/manager.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/manager.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/state.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/core/__pycache__/state.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/core/lifecycle.py /usr/lib64/python3.11/site-packages/libqtile/core/loop.py /usr/lib64/python3.11/site-packages/libqtile/core/manager.py /usr/lib64/python3.11/site-packages/libqtile/core/state.py /usr/lib64/python3.11/site-packages/libqtile/dgroups.py /usr/lib64/python3.11/site-packages/libqtile/extension /usr/lib64/python3.11/site-packages/libqtile/extension/__init__.py /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/base.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/base.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/command_set.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/command_set.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/dmenu.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/dmenu.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/window_list.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/__pycache__/window_list.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/extension/base.py /usr/lib64/python3.11/site-packages/libqtile/extension/command_set.py /usr/lib64/python3.11/site-packages/libqtile/extension/dmenu.py /usr/lib64/python3.11/site-packages/libqtile/extension/window_list.py /usr/lib64/python3.11/site-packages/libqtile/group.py /usr/lib64/python3.11/site-packages/libqtile/hook.py /usr/lib64/python3.11/site-packages/libqtile/images.py /usr/lib64/python3.11/site-packages/libqtile/interactive /usr/lib64/python3.11/site-packages/libqtile/interactive/__init__.py /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/iqshell_install.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/iqshell_install.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/iqshell_kernel.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/__pycache__/iqshell_kernel.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/interactive/iqshell_install.py /usr/lib64/python3.11/site-packages/libqtile/interactive/iqshell_kernel.py /usr/lib64/python3.11/site-packages/libqtile/ipc.py /usr/lib64/python3.11/site-packages/libqtile/layout /usr/lib64/python3.11/site-packages/libqtile/layout/__init__.py /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/base.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/base.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/bsp.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/bsp.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/columns.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/columns.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/floating.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/floating.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/matrix.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/matrix.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/max.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/max.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/plasma.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/plasma.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/ratiotile.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/ratiotile.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/screensplit.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/screensplit.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/slice.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/slice.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/spiral.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/spiral.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/stack.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/stack.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/tile.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/tile.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/tree.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/tree.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/verticaltile.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/verticaltile.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/xmonad.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/xmonad.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/zoomy.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/__pycache__/zoomy.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/layout/base.py /usr/lib64/python3.11/site-packages/libqtile/layout/bsp.py /usr/lib64/python3.11/site-packages/libqtile/layout/columns.py /usr/lib64/python3.11/site-packages/libqtile/layout/floating.py /usr/lib64/python3.11/site-packages/libqtile/layout/matrix.py /usr/lib64/python3.11/site-packages/libqtile/layout/max.py /usr/lib64/python3.11/site-packages/libqtile/layout/plasma.py /usr/lib64/python3.11/site-packages/libqtile/layout/ratiotile.py /usr/lib64/python3.11/site-packages/libqtile/layout/screensplit.py /usr/lib64/python3.11/site-packages/libqtile/layout/slice.py /usr/lib64/python3.11/site-packages/libqtile/layout/spiral.py /usr/lib64/python3.11/site-packages/libqtile/layout/stack.py /usr/lib64/python3.11/site-packages/libqtile/layout/tile.py /usr/lib64/python3.11/site-packages/libqtile/layout/tree.py /usr/lib64/python3.11/site-packages/libqtile/layout/verticaltile.py /usr/lib64/python3.11/site-packages/libqtile/layout/xmonad.py /usr/lib64/python3.11/site-packages/libqtile/layout/zoomy.py /usr/lib64/python3.11/site-packages/libqtile/lazy.py /usr/lib64/python3.11/site-packages/libqtile/log_utils.py /usr/lib64/python3.11/site-packages/libqtile/notify.py /usr/lib64/python3.11/site-packages/libqtile/pango_ffi.py /usr/lib64/python3.11/site-packages/libqtile/pangocffi.py /usr/lib64/python3.11/site-packages/libqtile/popup.py /usr/lib64/python3.11/site-packages/libqtile/py.typed /usr/lib64/python3.11/site-packages/libqtile/resources /usr/lib64/python3.11/site-packages/libqtile/resources/__init__.py /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/default_config.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/default_config.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/sleep.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/__pycache__/sleep.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-caution-charging.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-caution.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-empty.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-full-charged.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-full-charging.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-full.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-good-charging.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-good.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-low-charging.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-low.png /usr/lib64/python3.11/site-packages/libqtile/resources/battery-icons/battery-missing.png /usr/lib64/python3.11/site-packages/libqtile/resources/default_config.py /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-bsp.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-columns.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-floating.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-matrix.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-max.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-monadtall.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-monadthreecol.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-monadwide.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-plasma.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-ratiotile.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-screensplit.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-slice.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-spiral.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-stack.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-tile.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-treetab.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-unknown.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-verticaltile.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-wmii.png /usr/lib64/python3.11/site-packages/libqtile/resources/layout-icons/layout-zoomy.png /usr/lib64/python3.11/site-packages/libqtile/resources/sleep.py /usr/lib64/python3.11/site-packages/libqtile/scratchpad.py /usr/lib64/python3.11/site-packages/libqtile/scripts /usr/lib64/python3.11/site-packages/libqtile/scripts/__init__.py /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/check.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/check.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/cmd_obj.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/cmd_obj.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/main.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/main.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/migrate.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/migrate.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/run_cmd.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/run_cmd.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/shell.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/shell.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/start.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/start.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/top.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/top.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/udev.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/__pycache__/udev.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/check.py /usr/lib64/python3.11/site-packages/libqtile/scripts/cmd_obj.py /usr/lib64/python3.11/site-packages/libqtile/scripts/main.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrate.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__init__.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/_base.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/_base.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_bitcoin.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_bitcoin.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_bluetooth_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_bluetooth_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_keychord_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_keychord_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_stockticker_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_stockticker_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_widgetbox_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/change_widgetbox_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/match_list_regex.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/match_list_regex.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/module_renames.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/module_renames.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/remove_cmd_prefix.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/remove_cmd_prefix.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_check_updates_widget.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_check_updates_widget.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_hook.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_hook.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_threaded_poll_text.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_threaded_poll_text.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_tile_master.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_tile_master.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_unspecified.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/rename_unspecified.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/update_monad_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/update_monad_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/update_togroup_args.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/__pycache__/update_togroup_args.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/_base.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/change_bitcoin.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/change_bluetooth_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/change_keychord_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/change_stockticker_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/change_widgetbox_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/match_list_regex.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/module_renames.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/remove_cmd_prefix.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/rename_check_updates_widget.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/rename_hook.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/rename_threaded_poll_text.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/rename_tile_master.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/rename_unspecified.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/update_monad_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/migrations/update_togroup_args.py /usr/lib64/python3.11/site-packages/libqtile/scripts/run_cmd.py /usr/lib64/python3.11/site-packages/libqtile/scripts/shell.py /usr/lib64/python3.11/site-packages/libqtile/scripts/start.py /usr/lib64/python3.11/site-packages/libqtile/scripts/top.py /usr/lib64/python3.11/site-packages/libqtile/scripts/udev.py /usr/lib64/python3.11/site-packages/libqtile/sh.py /usr/lib64/python3.11/site-packages/libqtile/utils.py /usr/lib64/python3.11/site-packages/libqtile/widget /usr/lib64/python3.11/site-packages/libqtile/widget/__init__.py /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/backlight.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/backlight.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/base.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/base.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/battery.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/battery.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/bluetooth.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/bluetooth.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/canto.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/canto.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/caps_num_lock_indicator.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/caps_num_lock_indicator.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/check_updates.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/check_updates.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/chord.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/chord.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/clipboard.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/clipboard.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/clock.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/clock.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/cmus.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/cmus.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/config_error.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/config_error.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/countdown.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/countdown.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/cpu.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/cpu.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/crashme.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/crashme.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/crypto_ticker.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/crypto_ticker.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/currentlayout.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/currentlayout.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/currentscreen.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/currentscreen.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/df.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/df.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/do_not_disturb.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/do_not_disturb.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/generic_poll_text.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/generic_poll_text.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/gmail_checker.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/gmail_checker.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/graph.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/graph.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/groupbox.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/groupbox.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/hdd.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/hdd.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/idlerpg.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/idlerpg.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/image.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/image.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/imapwidget.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/imapwidget.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/import_error.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/import_error.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/keyboardkbdd.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/keyboardkbdd.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/keyboardlayout.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/keyboardlayout.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/khal_calendar.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/khal_calendar.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/launchbar.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/launchbar.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/load.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/load.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/maildir.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/maildir.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/memory.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/memory.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/moc.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/moc.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/mpd2widget.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/mpd2widget.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/mpris2widget.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/mpris2widget.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/net.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/net.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/notify.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/notify.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/nvidia_sensors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/nvidia_sensors.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/open_weather.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/open_weather.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/plasma.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/plasma.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/pomodoro.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/pomodoro.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/prompt.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/prompt.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/pulse_volume.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/pulse_volume.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/quick_exit.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/quick_exit.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/screensplit.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/screensplit.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/sensors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/sensors.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/sep.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/sep.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/she.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/she.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/spacer.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/spacer.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/statusnotifier.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/statusnotifier.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/stock_ticker.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/stock_ticker.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/systray.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/systray.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/tasklist.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/tasklist.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/textbox.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/textbox.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/thermal_zone.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/thermal_zone.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/volume.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/volume.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wallpaper.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wallpaper.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/widgetbox.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/widgetbox.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/window_count.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/window_count.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/windowname.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/windowname.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/windowtabs.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/windowtabs.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wlan.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wlan.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wttr.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/__pycache__/wttr.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/backlight.py /usr/lib64/python3.11/site-packages/libqtile/widget/base.py /usr/lib64/python3.11/site-packages/libqtile/widget/battery.py /usr/lib64/python3.11/site-packages/libqtile/widget/bluetooth.py /usr/lib64/python3.11/site-packages/libqtile/widget/canto.py /usr/lib64/python3.11/site-packages/libqtile/widget/caps_num_lock_indicator.py /usr/lib64/python3.11/site-packages/libqtile/widget/check_updates.py /usr/lib64/python3.11/site-packages/libqtile/widget/chord.py /usr/lib64/python3.11/site-packages/libqtile/widget/clipboard.py /usr/lib64/python3.11/site-packages/libqtile/widget/clock.py /usr/lib64/python3.11/site-packages/libqtile/widget/cmus.py /usr/lib64/python3.11/site-packages/libqtile/widget/config_error.py /usr/lib64/python3.11/site-packages/libqtile/widget/countdown.py /usr/lib64/python3.11/site-packages/libqtile/widget/cpu.py /usr/lib64/python3.11/site-packages/libqtile/widget/crashme.py /usr/lib64/python3.11/site-packages/libqtile/widget/crypto_ticker.py /usr/lib64/python3.11/site-packages/libqtile/widget/currentlayout.py /usr/lib64/python3.11/site-packages/libqtile/widget/currentscreen.py /usr/lib64/python3.11/site-packages/libqtile/widget/df.py /usr/lib64/python3.11/site-packages/libqtile/widget/do_not_disturb.py /usr/lib64/python3.11/site-packages/libqtile/widget/generic_poll_text.py /usr/lib64/python3.11/site-packages/libqtile/widget/gmail_checker.py /usr/lib64/python3.11/site-packages/libqtile/widget/graph.py /usr/lib64/python3.11/site-packages/libqtile/widget/groupbox.py /usr/lib64/python3.11/site-packages/libqtile/widget/hdd.py /usr/lib64/python3.11/site-packages/libqtile/widget/helpers /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__init__.py /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__pycache__ /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__pycache__/statusnotifier.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/__pycache__/statusnotifier.cpython-311.pyc /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/fallback_icon.png /usr/lib64/python3.11/site-packages/libqtile/widget/helpers/status_notifier/statusnotifier.py /usr/lib64/python3.11/site-packages/libqtile/widget/idlerpg.py /usr/lib64/python3.11/site-packages/libqtile/widget/image.py /usr/lib64/python3.11/site-packages/libqtile/widget/imapwidget.py /usr/lib64/python3.11/site-packages/libqtile/widget/import_error.py /usr/lib64/python3.11/site-packages/libqtile/widget/keyboardkbdd.py /usr/lib64/python3.11/site-packages/libqtile/widget/keyboardlayout.py /usr/lib64/python3.11/site-packages/libqtile/widget/khal_calendar.py /usr/lib64/python3.11/site-packages/libqtile/widget/launchbar.py /usr/lib64/python3.11/site-packages/libqtile/widget/load.py /usr/lib64/python3.11/site-packages/libqtile/widget/maildir.py /usr/lib64/python3.11/site-packages/libqtile/widget/memory.py /usr/lib64/python3.11/site-packages/libqtile/widget/moc.py /usr/lib64/python3.11/site-packages/libqtile/widget/mpd2widget.py /usr/lib64/python3.11/site-packages/libqtile/widget/mpris2widget.py /usr/lib64/python3.11/site-packages/libqtile/widget/net.py /usr/lib64/python3.11/site-packages/libqtile/widget/notify.py /usr/lib64/python3.11/site-packages/libqtile/widget/nvidia_sensors.py /usr/lib64/python3.11/site-packages/libqtile/widget/open_weather.py /usr/lib64/python3.11/site-packages/libqtile/widget/plasma.py /usr/lib64/python3.11/site-packages/libqtile/widget/pomodoro.py /usr/lib64/python3.11/site-packages/libqtile/widget/prompt.py /usr/lib64/python3.11/site-packages/libqtile/widget/pulse_volume.py /usr/lib64/python3.11/site-packages/libqtile/widget/quick_exit.py /usr/lib64/python3.11/site-packages/libqtile/widget/screensplit.py /usr/lib64/python3.11/site-packages/libqtile/widget/sensors.py /usr/lib64/python3.11/site-packages/libqtile/widget/sep.py /usr/lib64/python3.11/site-packages/libqtile/widget/she.py /usr/lib64/python3.11/site-packages/libqtile/widget/spacer.py /usr/lib64/python3.11/site-packages/libqtile/widget/statusnotifier.py /usr/lib64/python3.11/site-packages/libqtile/widget/stock_ticker.py /usr/lib64/python3.11/site-packages/libqtile/widget/systray.py /usr/lib64/python3.11/site-packages/libqtile/widget/tasklist.py /usr/lib64/python3.11/site-packages/libqtile/widget/textbox.py /usr/lib64/python3.11/site-packages/libqtile/widget/thermal_zone.py /usr/lib64/python3.11/site-packages/libqtile/widget/volume.py /usr/lib64/python3.11/site-packages/libqtile/widget/wallpaper.py /usr/lib64/python3.11/site-packages/libqtile/widget/widgetbox.py /usr/lib64/python3.11/site-packages/libqtile/widget/window_count.py /usr/lib64/python3.11/site-packages/libqtile/widget/windowname.py /usr/lib64/python3.11/site-packages/libqtile/widget/windowtabs.py /usr/lib64/python3.11/site-packages/libqtile/widget/wlan.py /usr/lib64/python3.11/site-packages/libqtile/widget/wttr.py /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/INSTALLER /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/LICENSE /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/METADATA /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/RECORD /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/REQUESTED /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/WHEEL /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/entry_points.txt /usr/lib64/python3.11/site-packages/qtile-0.29.0.dist-info/top_level.txt /usr/share/doc/packages/qtile /usr/share/doc/packages/qtile/CHANGELOG /usr/share/doc/packages/qtile/README.rst /usr/share/licenses/qtile /usr/share/licenses/qtile/LICENSE /usr/share/xdg-desktop-portal /usr/share/xdg-desktop-portal/qtile-portals.conf /usr/share/xsessions/default.desktop /usr/share/xsessions/qtile.desktop
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025