diff options
author | Florian Pritz <f-p@gmx.at> | 2009-02-24 19:56:42 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-02-24 19:56:42 +0100 |
commit | 945732af551513fe61c889c3d7a1f3ad777bfaa7 (patch) | |
tree | 487855946955648c82f6f69042d6d9bb791b91bd | |
parent | 84e1a45e61ea77896725dacebc2e1f6a22091a94 (diff) | |
download | dotfiles-945732af551513fe61c889c3d7a1f3ad777bfaa7.tar.gz dotfiles-945732af551513fe61c889c3d7a1f3ad777bfaa7.tar.xz |
standardized file headers
-rw-r--r-- | .Xdefaults | 6 | ||||
-rw-r--r-- | .conkyrc | 6 | ||||
-rw-r--r-- | .pypanelrc | 6 | ||||
-rw-r--r-- | .screenrc | 10 | ||||
-rw-r--r-- | .vimrc | 5 |
5 files changed, 19 insertions, 14 deletions
@@ -1,7 +1,7 @@ !---------------------------------------------------- -! File: ~/.Xdefaults -! Version: 0.1.3 -! Author: Florian "Bluewind" Pritz <f-p@gmx.at> +! File: .Xdefaults +! Version: 0.1.3 +! Author: Florian "Bluewind" Pritz <f-p@gmx.at> ! original by heartcore http://heartcore.mcx2.org/ !---------------------------------------------------- *font: xft:DejaVu Sans Mono:size=7:antialias=true @@ -1,7 +1,7 @@ #---------------------------------------------------- -# File: ~/.conkyrc -# Version: 0.2 -# Author: Florian "Bluewind" Pritz <f-p@gmx.at> +# File: .conkyrc +# Version: 0.2 +# Author: Florian "Bluewind" Pritz <f-p@gmx.at> #---------------------------------------------------- background no use_xft yes @@ -1,7 +1,7 @@ #---------------------------------------------------- -# File: ~/.pypanelrc -# Version: 0.1.4 -# Author: Florian "Bluewind" Pritz <f-p@gmx.at> +# File: .pypanelrc +# Version: 0.1.4 +# Author: Florian "Bluewind" Pritz <f-p@gmx.at> #---------------------------------------------------- #------------------------------------------------------------------------------ @@ -1,8 +1,8 @@ -#----------------------------------------------------# -# File: ~/.screenrc # -# Version: 0.1 # -# Author: Florian "Bluewind" Pritz <f-p@gmx.at># -#----------------------------------------------------# +#---------------------------------------------------- +# File: .screenrc +# Version: 0.1 +# Author: Florian "Bluewind" Pritz <f-p@gmx.at> +#---------------------------------------------------- #-------------------- # Statusline by heartcore <http://heartcore.mcx2.org> @@ -1,3 +1,8 @@ +"---------------------------------------------------- +" File: .vimrc +" Version: 0.1.0 +" Author: Florian "Bluewind" Pritz <f-p@gmx.at> +"---------------------------------------------------- set t_Co=256 set nobackup set expandtab |