This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- #!/usr/bin/fish
-
- {{ansible_managed|comment}}
-
-
- setxkbmap de
- xmodmap ~/.Xmodmap
- setxkbmap -option caps:hyper
- xmodmap ~/.Xmodmap
- xkbset nullify lock
-
-
- xsetroot -solid black
- {% if background_image is defined %}
- {{background_command}}
- {% endif %}
-
-
- xrdb -merge ~/.Xresources
-
-
- rofi -theme ~/.config/rofi/theme -dump-xresources > ~/.config/rofi/config
-
-
- /usr/local/bin/screensaver-settings
|