summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xinitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc
index a899591..7638f61 100755
--- a/xinit/.xinitrc
+++ b/xinit/.xinitrc
@@ -12,11 +12,15 @@ xrdb $HOME/.Xresources/$COLORSCHEME
# Background
feh --bg-fill /usr/share/backgrounds/More_Kamikochi_by_mendhak.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)