Fix terminal key binding
This commit is contained in:
parent
0fa771c1c4
commit
7cf45f8ba0
@ -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 = [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user