#!/usr/bin/fish {{ansible_managed|comment}} # keymap setxkbmap de xmodmap ~/.Xmodmap setxkbmap -option caps:hyper xmodmap ~/.Xmodmap xkbset nullify lock # background xsetroot -solid black {{background_command}} # Xresources xrdb -merge ~/.Xresources # rofi 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 %}