25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
445B

  1. #!/usr/bin/fish
  2. {{ansible_managed|comment}}
  3. # keymap
  4. setxkbmap de
  5. xmodmap ~/.Xmodmap
  6. setxkbmap -option caps:hyper
  7. xmodmap ~/.Xmodmap
  8. xkbset nullify lock
  9. # background
  10. xsetroot -solid black
  11. {% if background_image is defined %}
  12. {{background_command}}
  13. {% endif %}
  14. # Xresources
  15. xrdb -merge ~/.Xresources
  16. # rofi
  17. rofi -theme ~/.config/rofi/theme -dump-xresources > ~/.config/rofi/config
  18. # screensaver settings
  19. /usr/local/bin/screensaver-settings