diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-04 19:13:49 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-04 19:13:49 +0100 |
commit | 3a3321af173a73b158c606f0e2c3c3e0dece2cb9 (patch) | |
tree | 00075dc12714c8b128e2327542526ac0676820fc /xinit | |
parent | ac7ba6d8aa7eb6ef384f10b7798bd01308beb970 (diff) | |
parent | 2c5e2b7a6667fd4e726bba3e50f9ccf6ce13bab3 (diff) |
Merge branch 'master' of https://github.com/urbainvaes/dotfiles
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xinitrc | 4 |
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) |