From 7cf45f8ba00a99aa8daa5036b146a11a370438ac Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 18 Oct 2023 11:08:13 +0200 Subject: [PATCH] Fix terminal key binding --- qtile/config.py | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/qtile/config.py b/qtile/config.py index e4b87bd..c63c92c 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -29,39 +29,28 @@ from pathlib import Path home = str(Path.home()) # -------------------------------------------------------- -# Define Bar +# Define Status Bar # -------------------------------------------------------- wm_bar = "polybar" # wm_bar = "qtile" -# -------------------------------------------------------- -# Check for VirtualBox -# -------------------------------------------------------- - -if (os.path.isfile("/usr/bin/VBoxService")): - terminal = "terminator" -else: - terminal = "alacritty" - # -------------------------------------------------------- # Check for Desktop/Laptop # -------------------------------------------------------- - # 3 = Desktop platform = int(os.popen("cat /sys/class/dmi/id/chassis_type").read()) # -------------------------------------------------------- # Set default apps # -------------------------------------------------------- - -# terminal = guess_terminal(terminal) +terminal = "alacritty" browser = "chromium" # browser = "brave" # -------------------------------------------------------- # Keybindings # -------------------------------------------------------- -mod = "mod4" +mod = "mod4" # SUPER KEY keys = [