From 9405f3e02935c6b366739670aa70ead4d66fa9b3 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 11 Dec 2020 17:31:06 +0100 Subject: [PATCH] added powerline-shell --- {bash => powerline-shell}/.config/powerline-shell/config.json | 0 {bash => powerline-shell}/.config/powerline-shell/theme.py | 0 qtile/.config/qtile/config.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {bash => powerline-shell}/.config/powerline-shell/config.json (100%) rename {bash => powerline-shell}/.config/powerline-shell/theme.py (100%) diff --git a/bash/.config/powerline-shell/config.json b/powerline-shell/.config/powerline-shell/config.json similarity index 100% rename from bash/.config/powerline-shell/config.json rename to powerline-shell/.config/powerline-shell/config.json diff --git a/bash/.config/powerline-shell/theme.py b/powerline-shell/.config/powerline-shell/theme.py similarity index 100% rename from bash/.config/powerline-shell/theme.py rename to powerline-shell/.config/powerline-shell/theme.py diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 316e740..dd46f46 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -70,7 +70,7 @@ keys = [ Key([mod], "space", lazy.window.toggle_fullscreen()), # app hotkeys - Key([mod], "Return", lazy.spawn(term), desc="Launch terminal"), + Key([mod],"t", lazy.spawn(term), desc="Launch terminal"), Key([mod],"f", lazy.spawn("firefox"),desc="Launch firefox"), Key([mod],"e", lazy.spawn("pcmanfm"),desc="Launch pcmanfm"), Key([mod],"c", lazy.spawn("code"),desc="Launch visual studio code"),