diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-02 10:16:37 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-02 10:16:37 +0100 |
commit | 93eab33d13f8f30c8ba0088f20721d14c981fd16 (patch) | |
tree | 81625a57a7e915f3fe539fe3ccfd5bea3a7af22d /xinit | |
parent | 60496da375fa7355a0f01d0e3dd6bf8afc46ffe5 (diff) | |
parent | 104ca1e11721518f9224527459e8506a858692c9 (diff) |
Merge branch 'master' of localhost:public/dotfiles into master
Diffstat (limited to 'xinit')
-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) |