Advertisement
Guest User

rc.xml (applications section)

a guest
Jan 19th, 2011
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.57 KB | None | 0 0
  1. <application name="urxvt-wallpaper-htop"
  2.              class="URxvt"
  3.               type="normal">
  4.     <decor>no</decor>
  5.     <position force="yes">
  6.         <x>290</x>
  7.         <y>0</y>
  8.     </position>
  9.     <focus>no</focus>
  10.     <iconic>no</iconic>
  11.     <layer>below</layer>
  12.     <iconic>no</iconic>
  13.     <skip_pager>yes</skip_pager>
  14.     <skip_taskbar>yes</skip_taskbar>
  15.   </application>
  16.  
  17.   <application name="urxvt-wallpaper-climm"
  18.              class="URxvt"
  19.               type="normal">
  20.     <decor>no</decor>
  21.     <position force="yes">
  22.         <x>720</x>
  23.         <y>0</y>
  24.     </position>
  25.     <focus>no</focus>
  26.     <iconic>no</iconic>
  27.     <layer>below</layer>
  28.     <iconic>no</iconic>
  29.     <skip_pager>yes</skip_pager>
  30.     <skip_taskbar>yes</skip_taskbar>
  31.   </application>
  32.  
  33.   <application name="urxvt-wallpaper-bash"
  34.              class="URxvt"
  35.               type="normal">
  36.     <decor>no</decor>
  37.     <position force="yes">
  38.         <x>0</x>
  39.         <y>260</y>
  40.     </position>
  41.     <focus>no</focus>
  42.     <iconic>no</iconic>
  43.     <layer>below</layer>
  44.     <iconic>no</iconic>
  45.     <skip_pager>yes</skip_pager>
  46.     <skip_taskbar>yes</skip_taskbar>
  47.   </application>
  48.  
  49.   <application name="urxvt-wallpaper-bash2"
  50.              class="URxvt"
  51.               type="normal">
  52.     <decor>no</decor>
  53.     <position force="yes">
  54.         <x>500</x>
  55.         <y>260</y>
  56.     </position>
  57.     <focus>no</focus>
  58.     <iconic>no</iconic>
  59.     <layer>below</layer>
  60.     <iconic>no</iconic>
  61.     <skip_pager>yes</skip_pager>
  62.     <skip_taskbar>yes</skip_taskbar>
  63.   </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement