This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
xhosts
pull/1/head
Markus Katharina Brechtel
3 years ago
parent
1813b155c1
commit
6dd3b75ad2
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
templates/x11/xsession.reload.fish.j2
+ 5
- 0
templates/x11/xsession.reload.fish.j2
View File
@@ -21,3 +21,8 @@ rofi -theme ~/.config/rofi/theme -dump-xresources > ~/.config/rofi/config
# screensaver settings
/usr/local/bin/screensaver-settings
# allow hosts
{% for xhost in home_xhosts_allow %}
xhost +{{xhost}}
{% endfor %}