diff --git a/.install/templates/autostart.sh b/.install/templates/autostart.sh index 425a978..c999aa0 100755 --- a/.install/templates/autostart.sh +++ b/.install/templates/autostart.sh @@ -19,7 +19,7 @@ setxkbmap KEYBOARD_LAYOUT # Load picom -picom & +# picom & # Load power manager xfce4-power-manager & diff --git a/qtile/autostart.sh b/qtile/autostart.sh index 91888be..e658cc5 100755 --- a/qtile/autostart.sh +++ b/qtile/autostart.sh @@ -19,7 +19,7 @@ setxkbmap us # Load picom -picom & +# picom & # Load power manager xfce4-power-manager & diff --git a/qtile/config.py b/qtile/config.py index 410b552..23d4ad5 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -25,7 +25,6 @@ from libqtile.widget.image import Image from libqtile.dgroups import simple_key_binder from pathlib import Path from libqtile.log_utils import logger -from libqtile.backend.wayland import InputConfig from qtile_extras import widget from qtile_extras.widget.decorations import RectDecoration