+ Xresources rework

- Removed tiling layout icon (re-adding later)
+ Qtile autostart, and keys rework
+ Firefox to $BROWSER (Set in .config/zsh/.zshenv)
- Uninstalled XFCE4 (Uninstalling GNOME later)
+ Edited Xprofile
+ Added more Environment Variable and Aliases
? Screenshot delayed 1sec for compton/picom's fading
This commit is contained in:
ziro 2020-05-16 14:33:19 +07:00
parent 358af43565
commit 7ee29cbad5
11 changed files with 58 additions and 51 deletions

View file

@ -26,6 +26,7 @@ def window_to_next_group(qtile):
i = qtile.groups.index(qtile.currentGroup)
qtile.currentWindow.togroup(qtile.groups[i + 1].name)
# ----- Keys
keys = [
Key(
[mod, 'control'], 'q',
@ -44,11 +45,11 @@ keys = [
lazy.window.kill() # Kill active window
),
Key(
[mod, "shift"], "r",
[mod, "mod1"], "r",
lazy.restart() # Restart Qtile
),
Key(
[mod, "shift"], "q",
[mod, "mod1"], "q",
lazy.shutdown() # Shutdown Qtile
),
Key([mod], "w",