README 1.2 KB

1234567891011121314151617181920212223242526272829
  1. ######################
  2. ##Desktop Background##
  3. ######################
  4. # Install feh, then give only once:
  5. feh --bg-scale /usr/share/wallpapers/ColdRipple/contents/images/1920x1080.jpg
  6. # If it does not work, change the wallpaper path.
  7. # It could have been removed in a later version of qubes.
  8. # Use this command with a different path to change background.
  9. # Once you give it the i3 config file will allow you to remember
  10. # the configuration at every login.
  11. # If you lost the i3 config file add this line to make
  12. # it remember the background:
  13. exec ~/.fehbg
  14. # Install dunst, a lightweight notification system.
  15. # Then you have to give
  16. sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service.disabled
  17. # To disable xfce-notifyid in order to make dunst work.
  18. # You also have to restart your pc for this change to take effect.
  19. # In this folder you will also find the dunstrc
  20. # configuration file you need.
  21. ###########
  22. ##Scripts##
  23. ###########
  24. # All the scripts in this folder get called at some point.
  25. # In the i3 configuration file. All the scripts are adequately
  26. # commented to understand what they do.