diff options
author | Julian T <julian@jtle.dk> | 2020-05-21 18:37:54 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-21 18:38:27 +0200 |
commit | 05b5a55e01683fa7d2b47327143073d539ecd735 (patch) | |
tree | 7cbc2f555d9f8c31fac1a149d575bfbc699dedde /xinit/Scripts | |
parent | d9b1cebe40b53a4d99bf1a8fdfcceeb471cbfded (diff) |
i3 workspace defualt and xscreensaver
Diffstat (limited to 'xinit/Scripts')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 05d65cf..af9da47 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -46,6 +46,9 @@ do *"autorandr"*) autorandr -c ;; + *"autorun"*) + ~/.xautorun + ;; esac done |