Cleanup and switched to dot- prefix now that stow has been fixed
This commit is contained in:
parent
f75c024e77
commit
a4b767ac59
|
@ -1,2 +0,0 @@
|
||||||
# Allow loading of .gdbinit files everywhere (Might not be safe!)
|
|
||||||
set auto-load safe-path /
|
|
|
@ -1 +1,2 @@
|
||||||
gitignore
|
gitignore
|
||||||
|
gitconfig
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = $HOME/.dotfiles/git/gitignore
|
excludesfile = ~/.dotfiles/git/gitignore
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
@ -21,14 +21,8 @@
|
||||||
; rebase = false
|
; rebase = false
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[filter "kicad_project"]
|
|
||||||
clean = sed -E 's/^update=.*$/update=Date/'
|
|
||||||
smudge = cat
|
|
||||||
[filter "kicad_sch"]
|
|
||||||
clean = "sed -E 's/#(PWR|FLG)[0-9]+/#\\1?/'"
|
|
||||||
smudge = cat
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||||
path = ~/.dotfiles/git/alten.gitconfig
|
path = ~/.dotfiles/git/gitconfig/ALTEN
|
|
@ -1,30 +0,0 @@
|
||||||
window.ssd separator:first-child + headerbar:backdrop,
|
|
||||||
window.ssd separator:first-child + headerbar,
|
|
||||||
window.ssd headerbar:first-child:backdrop,
|
|
||||||
window.ssd headerbar:first-child,
|
|
||||||
window.ssd headerbar:last-child:backdrop,
|
|
||||||
window.ssd headerbar:last-child,
|
|
||||||
window.ssd stack headerbar:first-child:backdrop,
|
|
||||||
window.ssd stack headerbar:first-child,
|
|
||||||
window.ssd stack headerbar:last-child:backdrop,
|
|
||||||
window.ssd stack headerbar:last-child,
|
|
||||||
window.ssd decoration,
|
|
||||||
window.ssd headerbar.titlebar {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window.ssd headerbar * {
|
|
||||||
margin-top: -100px;
|
|
||||||
color: #222d32; /* May need to tweak, this matches Adwaita Dark */
|
|
||||||
}
|
|
||||||
|
|
||||||
window.ssd headerbar.titlebar,
|
|
||||||
window.ssd headerbar.titlebar button.titlebutton {
|
|
||||||
border: none;
|
|
||||||
font-size: 0;
|
|
||||||
height: 0;
|
|
||||||
margin: 0;
|
|
||||||
max-height: 0;
|
|
||||||
min-height: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
|
@ -14,8 +14,7 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||||
XDG_MUSIC_DIR="$HOME/Music"
|
XDG_MUSIC_DIR="$HOME/Music"
|
||||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||||
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
|
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||||
|
XDG_TEMPLATES_DIR="$HOME/"
|
||||||
XDG_ACTIVITIES_DIR="$HOME/Projects"
|
XDG_ACTIVITIES_DIR="$HOME/Projects"
|
||||||
|
|
||||||
XDG_DESKTOP_DIR="$HOME"
|
|
||||||
XDG_PUBLICSHARE_DIR="$HOME"
|
|
||||||
XDG_TEMPLATES_DIR="$HOME"
|
|
Loading…
Reference in New Issue
Block a user