Updating to add wallpapers and to randomize them
This commit is contained in:
parent
4de180593f
commit
db96ad4cd7
2
.fehbg
Executable file
2
.fehbg
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --randomize --recursive --bg-scale ~/wallpaper
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user