diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-11-22 12:10:02 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-12 14:01:27 +0000 |
commit | 7e8b21e8bf02f82dbf99c0c2ad2d7f04931a128e (patch) | |
tree | 0407bb122afde6bda779496f49cc1613142919d0 /xinit | |
parent | db6b64e8a0429d1cdc15c0ccb56fa6d3b01be001 (diff) |
Change background color of floating window
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 20b5aee..c779d25 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -17,6 +17,9 @@ feh --bg-fill /home/urbain/Documents/wallpapers/pagoda.jpg xset -dpms xset s off +# Disable bell +xset -b + # SSH agent eval $(ssh-agent) |