From db96ad4cd74b8c8c81fa98c48a92e478c6bdaa21 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 15 Aug 2017 22:56:04 -0400 Subject: [PATCH] Updating to add wallpapers and to randomize them --- .fehbg | 2 ++ .i3/config | 5 ++--- install.sh | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 .fehbg 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/