qtile gives me more than dwm. I will try to live with it's quirks.
This commit is contained in:
parent
35ccb08948
commit
75517d5ad3
35 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@ mkdir -p ~/.config ~/.local/bin
|
|||
# link config
|
||||
for i in clipit dunst gtk-3.0 neofetch qtile zathura; do
|
||||
rm -rf ~/.config/${i}
|
||||
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/${i} ~/.config
|
||||
ln -sf $(pwd)/${i} ~/.config
|
||||
done
|
||||
|
||||
# delete not needed items in ~/.config
|
||||
|
@ -16,7 +16,7 @@ for i in dconf; do
|
|||
done
|
||||
|
||||
# copy firefox wrapper
|
||||
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin
|
||||
ln -sf $(pwd)/firefox ~/.local/bin
|
||||
|
||||
# install scripts
|
||||
for i in _scripts/*; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue