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"),