diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-03-02 10:42:03 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-03-02 10:42:03 +0000 |
commit | 104ca1e11721518f9224527459e8506a858692c9 (patch) | |
tree | c81b075c2203a62c7312a66fd7dc35b95c1a19d7 /xinit/.xinitrc | |
parent | cc688055484c2e17d776c5e7254b33e3f4d7816d (diff) | |
parent | ebe9521c37b97959df974f8adeb4c7bfed0a527a (diff) |
Merge branch 'master' of github.com:urbainvaes/dotfiles
Diffstat (limited to 'xinit/.xinitrc')
-rwxr-xr-x | xinit/.xinitrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 20b5aee..4a3c018 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -11,12 +11,15 @@ source $HOME/.local/colors.zsh xrdb $HOME/.Xresources/$COLORSCHEME # Background -feh --bg-fill /home/urbain/Documents/wallpapers/pagoda.jpg +feh --bg-fill /usr/share/backgrounds/Grand_Canyon_North_Rim_by_Rihards_Vilks.jpg # Disable screen going to sleep xset -dpms xset s off +# Disable bell +xset -b + # SSH agent eval $(ssh-agent) |