mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-05-13 19:27:45 +02:00
Compare commits
2 Commits
8c19b7697c
...
cc094c591c
Author | SHA1 | Date | |
---|---|---|---|
cc094c591c | |||
b1029daeb5 |
3
.config/nvim/after/ftplugin/python.lua
Normal file
3
.config/nvim/after/ftplugin/python.lua
Normal file
@ -0,0 +1,3 @@
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.softtabstop = 2
|
||||
vim.o.textwidth = 100
|
14
.xinitrc
14
.xinitrc
@ -11,15 +11,5 @@ setbg
|
||||
|
||||
csum=""
|
||||
new_csum=$(sha1sum $(which dwm))
|
||||
while true
|
||||
do
|
||||
if [ "$csum" != "$new_csum" ]
|
||||
then
|
||||
csum=$new_csum
|
||||
dwm
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
new_csum=$(sha1sum $(which dwm))
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
exec dwm
|
||||
|
Loading…
x
Reference in New Issue
Block a user