Updating to add wallpapers and to randomize them

This commit is contained in:
Alexander Hosking 2017-08-15 22:56:04 -04:00
parent 4de180593f
commit db96ad4cd7
3 changed files with 8 additions and 3 deletions

2
.fehbg Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
feh --randomize --recursive --bg-scale ~/wallpaper

View File

@ -11,11 +11,10 @@
## Set Dvorak, because, SMRT ## Set Dvorak, because, SMRT
exec "setxkbmap dvorak" exec "setxkbmap dvorak"
exec --no-startup-id ~/.fehbg
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id owncloud 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 exec --no-startup-id insync start
set $mod Mod4 set $mod Mod4
@ -47,7 +46,7 @@ bindsym $mod+Shift+apostrophe kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
#bindsym $mod+e exec dmenu_run #bindsym $mod+e exec dmenu_run
bindsym $mod+e exec rofi -show combi -modi combi 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 #bindsym Control+space exec --no-startup-id i3-dmenu-desktop
# There also is the (new) i3-dmenu-desktop which only displays applications # 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that

View File

@ -25,6 +25,10 @@ ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~ ln -sfv "$DOTFILES_DIR/system/.dir_colors" ~
ln -sfv "$DOTFILES_DIR/vim/bundle" ~/.vim/bundle 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 # Link .config files
ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/ ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/