This commit is contained in:
Stephan Raabe
2023-02-22 14:35:50 +01:00
parent 07b3d5b54d
commit ccd88cf8d6
4 changed files with 25 additions and 2 deletions
Binary file not shown.
+7 -1
View File
@@ -45,7 +45,13 @@ from libqtile.widget.image import Image
from libqtile.dgroups import simple_key_binder
mod = "mod4"
terminal = guess_terminal("alacritty")
if (os.path.isfile("/usr/bin/VBoxService")):
terminal = "terminator"
else:
terminal = "alacritty"
terminal = guess_terminal(terminal)
browser = "chromium"
wp = "/home/raabe/wallpaper/"