+ 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:
parent
358af43565
commit
7ee29cbad5
11 changed files with 58 additions and 51 deletions
|
@ -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",
|
||||
|
|
|
@ -9,7 +9,7 @@ function run {
|
|||
|
||||
#feh --bg-scale ~/my Files/wallpaper.jpg &
|
||||
nitrogen --restore &
|
||||
compton &
|
||||
picom &
|
||||
conky &
|
||||
#pidgin &
|
||||
#dropbox start &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue