+ Rework DWM Autostart script
+ Fixed Qtile config problem + Shortcut to qtile config file + Cleaning up
This commit is contained in:
parent
28d74082e0
commit
9ac7ad05c1
4 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#! /bin/dash
|
#! /bin/dash
|
||||||
|
|
||||||
|
picom &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
picom &
|
|
||||||
$HOME/.scripts/launch-conky.sh &
|
$HOME/.scripts/launch-conky.sh &
|
||||||
$HOME/.config/polybar/launch.sh &
|
$HOME/.config/polybar/launch.sh &
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
nitrogen --restore &
|
|
||||||
picom &
|
picom &
|
||||||
|
nitrogen --restore &
|
||||||
$HOME/.scripts/launch-conky_dwm.sh &
|
$HOME/.scripts/launch-conky_dwm.sh &
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from libqtile.config import key, screen, group, drag, click, match
|
from libqtile.config import Key, Screen, Group, Drag, Click, Match
|
||||||
from libqtile.command import lazy
|
from libqtile.command import lazy
|
||||||
|
|
||||||
mod = "mod4" # Sets mod key to SUPER/WINDOWS
|
mod = "mod4" # Sets mod key to SUPER/WINDOWS
|
||||||
|
|
|
@ -62,7 +62,10 @@ alias cfvim='vim $XDG_CONFIG_HOME/vim/vimrc'
|
||||||
alias cfbash='vim $HOME/.bashrc'
|
alias cfbash='vim $HOME/.bashrc'
|
||||||
alias cfzsh='vim $XDG_CONFIG_HOME/zsh/.zshrc'
|
alias cfzsh='vim $XDG_CONFIG_HOME/zsh/.zshrc'
|
||||||
alias cfxres='vim $XDG_CONFIG_HOME/Xresources'
|
alias cfxres='vim $XDG_CONFIG_HOME/Xresources'
|
||||||
|
|
||||||
alias cfbsp='vim $XDG_CONFIG_HOME/bspwm/bspwmrc'
|
alias cfbsp='vim $XDG_CONFIG_HOME/bspwm/bspwmrc'
|
||||||
|
alias cfqtile='vim $XDG_CONFIG_HOME/qtile/config.py'
|
||||||
|
|
||||||
alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config'
|
alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config'
|
||||||
alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc'
|
alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc'
|
||||||
alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue