forked from colonelpanic/dotfiles
linux tweaks.
This commit is contained in:
10
dotfiles/config/autostart/dropbox.desktop
Normal file
10
dotfiles/config/autostart/dropbox.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=Dropbox
|
||||
GenericName=File Synchronizer
|
||||
Comment=Sync your files across computers and to the web
|
||||
Exec=dropbox start -i
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=dropbox
|
||||
Categories=Network;FileTransfer;
|
||||
StartupNotify=false
|
@@ -2,10 +2,12 @@
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
use_system_font = False
|
||||
font = Monaco for Powerline 10
|
||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||
background_image = None
|
||||
foreground_color = "#ffffff"
|
||||
use_system_font = False
|
||||
foreground_color = "#839496"
|
||||
font = Monaco for Powerline 8
|
||||
background_color = "#002b36"
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
|
3
dotfiles/fonts.conf
Normal file
3
dotfiles/fonts.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
<match target="font" >
|
||||
<edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit>
|
||||
</match>
|
@@ -274,6 +274,9 @@ function python_module_path {
|
||||
function mu4e_directory {
|
||||
if is_osx; then
|
||||
echo "$(brew --prefix mu)/share/emacs/site-lisp/mu4e"
|
||||
else
|
||||
# TODO: make this cleaner.
|
||||
echo "/usr/share/emacs/site-lisp/mu4e"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user