diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-12-13 16:51:29 +0100 |
commit | 77cd142cbfceda8d4fe644acff46b7f8a3463e9e (patch) | |
tree | bb53483c102c5728b1ccbc5add11b1d09a4b991c /xinit | |
parent | 264b48ff259714217ed0c056a99d038dde872249 (diff) |
Add zsh aliases
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 9219af4..74cccb4 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -13,7 +13,7 @@ xrdb $HOME/.Xresources/$COLORSCHEME # Background feh --bg-fill /home/urbain/documents/wallpapers/pagoda.jpg -# Disable screen going blank +# Disable screen going to sleep xset -dpms xset s off |