[sway] remove useless Xdefaults from sway & add lock.sh to bin

This commit is contained in:
Felix Buehler 2019-06-03 15:10:28 +02:00
parent 910c5032f8
commit 25383926f4
2 changed files with 1 additions and 64 deletions

View file

@ -42,6 +42,7 @@
"~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh",
"~/.local/bin/clean": "bin/clean.sh",
"~/.local/bin/lockscreen": "i3/lockscreen.sh",
"~/.local/bin/lock": "sway/lock.sh",
"~/.config/dunst/dunstrc": "dunst/dunstrc",
"~/.profile.d/load": "shell/load",
"~/.profile.d/10-vars.sh": "shell/vars.sh",
@ -69,7 +70,6 @@
"~/.vim/bundle": "vim/wuman-vimrc/bundle",
"~/.wgetrc": "wget/wgetrc",
"~/.Xresources": "i3/Xresources",
"~/.Xdefaults": "sway/Xdefaults",
"~/.config/yay/config.json": "yay/config.json"
}
},