summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xinitrc5
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)