This commit is contained in:
Stephan Raabe 2024-01-31 13:54:12 +01:00
parent 6dcc6f951c
commit 746f764953
3 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
setxkbmap KEYBOARD_LAYOUT setxkbmap KEYBOARD_LAYOUT
# Load picom # Load picom
picom & # picom &
# Load power manager # Load power manager
xfce4-power-manager & xfce4-power-manager &

View File

@ -19,7 +19,7 @@
setxkbmap us setxkbmap us
# Load picom # Load picom
picom & # picom &
# Load power manager # Load power manager
xfce4-power-manager & xfce4-power-manager &

View File

@ -25,7 +25,6 @@ from libqtile.widget.image import Image
from libqtile.dgroups import simple_key_binder from libqtile.dgroups import simple_key_binder
from pathlib import Path from pathlib import Path
from libqtile.log_utils import logger from libqtile.log_utils import logger
from libqtile.backend.wayland import InputConfig
from qtile_extras import widget from qtile_extras import widget
from qtile_extras.widget.decorations import RectDecoration from qtile_extras.widget.decorations import RectDecoration