diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..abf95e0 --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --randomize --recursive --bg-scale ~/wallpaper diff --git a/.i3/config b/.i3/config index 49f5cc2..96e0681 100755 --- a/.i3/config +++ b/.i3/config @@ -11,11 +11,10 @@ ## Set Dvorak, because, SMRT exec "setxkbmap dvorak" +exec --no-startup-id ~/.fehbg exec --no-startup-id nm-applet exec --no-startup-id owncloud -exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper-1791868.jpg -exec --no-startup-id owncloud exec --no-startup-id insync start set $mod Mod4 @@ -47,7 +46,7 @@ bindsym $mod+Shift+apostrophe kill # start dmenu (a program launcher) #bindsym $mod+e exec dmenu_run bindsym $mod+e exec rofi -show combi -modi combi -bindsym Control+space exec rofi -show combi -modi combi +bindsym Control+space exec rofi -show combi -modi combi -lines 7 -eh 2 -width 100 -padding 80 #bindsym Control+space exec --no-startup-id i3-dmenu-desktop # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that diff --git a/install.sh b/install.sh index cc07913..e2ca2be 100755 --- a/install.sh +++ b/install.sh @@ -25,6 +25,10 @@ ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~ ln -sfv "$DOTFILES_DIR/vim/bundle" ~/.vim/bundle +ln -sfv "$DOTFILE_DIR/.Xresources" ~/.Xresources + +#Clone wallpaper repo for pretty +git clone http://ahosking@git.ahoskingit.com/ahosking/wallpaper.git ~/wallpaper # Link .config files ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/