| 1234567891011121314151617181920212223242526272829 | 
							- ######################
 
- ##Desktop Background##
 
- ######################
 
- # Install feh, then give only once:
 
- feh --bg-scale /usr/share/wallpapers/ColdRipple/contents/images/1920x1080.jpg
 
- # If it does not work, change the wallpaper path. 
 
- # It could have been removed in a later version of qubes.
 
- # Use this command with a different path to change background. 
 
- # Once you give it the i3 config file will allow you to remember 
 
- # the configuration at every login.
 
- # If you lost the i3 config file add this line to make 
 
- # it remember the background:
 
- exec ~/.fehbg
 
- # Install dunst, a lightweight notification system.
 
- # Then you have to give
 
- 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 
 
- # To disable xfce-notifyid in order to make dunst work. 
 
- # You also have to restart your pc for this change to take effect.
 
- # In this folder you will also find the dunstrc 
 
- # configuration file you need.
 
- ###########
 
- ##Scripts##
 
- ###########
 
- # All the scripts in this folder get called at some point.
 
- # In the i3 configuration file. All the scripts are adequately
 
- # commented to understand what they do.
 
 
  |