Massive change to qtile - move own config to custom.py outside of this repository.

This commit is contained in:
Bartek Stalewski 2023-11-15 15:38:23 +01:00
parent 13137b58c1
commit 58cab7f3a0
4 changed files with 166 additions and 158 deletions

View file

@ -0,0 +1,10 @@
import os
import subprocess
from libqtile import bar, extension, hook, layout, qtile
from libqtile.backend.wayland import InputConfig
from libqtile.config import Click, Drag, Group, Key, KeyChord, Match, Screen
from libqtile.lazy import lazy
from libqtile.utils import guess_terminal
from qtile_extras import widget
mod = "mod4"