Advertisement
Guest User

hv_crypt .fvwm2rc

a guest
Aug 20th, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.84 KB | None | 0 0
  1. # this is a bare bones sample .fvwm2rc/system.fvwm2rc file for fvwm.
  2. # It should be customized before install. See other sample .fvwm2rc files
  3. # for hints, as well as pointers from the various links on the official
  4. # fvwm web page (see the FAQ).
  5.  
  6. EdgeResistance 99999 10
  7. EdgeScroll 0 0
  8. ClickTime 750
  9.  
  10. DeskTopSize 4x4
  11. Menustyle * fvwm, Font -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-*
  12. MenuStyle * Foreground black, Background grey, Greyed slategrey
  13.  
  14. ColormapFocus FollowsMouse
  15.  
  16. # default Styles:
  17. # make sure these fonts exist on your system:
  18. Style * Font -adobe-times-bold-r-*-*-12-*-*-*-*-*-*-*
  19. Style * IconFont -adobe-times-bold-r-*-*-12-*-*-*-*-*-*-*
  20. Style * HilightFore black, HilightBack palevioletred
  21. Style * BorderWidth 7, HandleWidth 7
  22. Style * Icon unknown1.xpm, Color lightgrey/dimgrey
  23. Style * MWMFunctions, MWMDecor, HintOverride
  24. Style * DecorateTransient, NoPPosition
  25. Style * IconBox 0 -10 -280 -1
  26. Style * FocusFollowsMouse
  27. Style * TileManualPlacement
  28.  
  29. # Styles for various Fvwm modules:
  30. Style "Fvwm*" NoTitle, Sticky, WindowListSkip
  31. Style "Fvwm*" BorderWidth 2, CirculateSkipIcon, CirculateSkip
  32. Style "FvwmPager" StaysOnTop
  33. Style "FvwmBanner" StaysOnTop
  34. Style "FvwmButtons" Icon toolbox.xpm, ClickToFocus
  35.  
  36. # Styles for your common terminal emulator programs:
  37. Style "XTerm" Icon xterm.xpm, IconBox -70 1 -1 -140
  38. Style "rxvt" Icon term.xpm, IconBox -70 1 -1 -140
  39. Style "rxvt" MWMBorder, MWMButtons
  40.  
  41. # Styles for various common programs:
  42. Style "clock" NoTitle, NoHandles, Sticky, WindowListSkip, ClickToFocus
  43. Style "xbiff" NoTitle, Sticky, WindowListSkip, ClickToFocus
  44. Style "xcalc" Icon xcalc.xpm, NoButton 2,ClickToFocus
  45. Style "xmh" Icon mail1.xpm, NoIconTitle,StickyIcon
  46. Style "xmh" NoButton 2
  47. Style "xman" Icon xman.xpm, ClickToFocus
  48. Style "xmag" Icon mag_glass.xpm, ClickToFocus
  49. Style "xgraph" Icon graphs.xpm, ClickToFocus
  50. Style "xmosaic" Color Green/Yellow, ClickToFocus
  51.  
  52.  
  53. # some simple default key bindings:
  54. Key Next A SCM Next [*] Focus
  55. Key Prior A SCM Prev [*] Focus
  56. Key Left A C Scroll -100 +0
  57. Key Right A C Scroll +100 +0
  58. Key Up A C Scroll +0 -100
  59. Key Down A C Scroll +0 +100
  60.  
  61. # some simple default mouse bindings:
  62. # for the root window:
  63. Mouse 1 R A Menu RootMenu Nop
  64. Mouse 2 R A Menu Window-Ops Nop
  65. Mouse 3 R A WindowList
  66.  
  67. # for the title bar buttons:
  68. Mouse 0 1 A Menu Window-Ops2 Close
  69. Mouse 0 2 A Maximize-Func
  70. Mouse 0 4 A Iconify
  71.  
  72. # for other parts of the window/borders/icons:
  73. Mouse 1 F A Resize-or-Raise
  74. Mouse 1 TS A Move-or-Raise
  75. Mouse 1 I A Move-or-Iconify
  76. Mouse 2 I A Iconify
  77. Mouse 2 FST A Menu Window-Ops2 Nop
  78. Mouse 3 TSIF A RaiseLower
  79.  
  80. ######################## Initialization Functions ############################
  81. AddToFunc StartFunction
  82. # + I Module FvwmButtons
  83. + I Module FvwmPager
  84.  
  85. AddToFunc InitFunction
  86. + I exec xsetroot -mod 2 2 -fg rgb:55/40/55 -bg rgb:70/50/70
  87.  
  88. # For some SM-s (like gnome-session) there is an internal background setter.
  89. AddToFunc SessionInitFunction
  90. + I Nop
  91.  
  92. ######################## Menus ###################
  93. AddToMenu RootMenu "Root Menu" Title
  94. + "XTerm" Exec exec xterm -rw -cm +cn -dc -j -s -sb -sl 1000 -wf -fg white -bg black -e bash
  95. #+ "Rxvt" Exec exec rxvt
  96. #+ "" Nop
  97. + "Remote Logins" Popup Remote-Logins
  98. #+ "" Nop
  99. + "Utilities" Popup Utilities
  100. #+ "" Nop
  101. + "Fvwm Modules" Popup Module-Popup
  102. #+ "Fvwm Window Ops" Popup Window-Ops
  103. #+ "Fvwm Simple Config Ops" Popup Misc-Ops
  104. #+ "" Nop
  105. + "Refresh Screen" Refresh
  106. #+ "Recapture Screen" Recapture
  107. #+ "" Nop
  108. + "Fvwm" Popup Fvwm-Options
  109. + "Exit Fvwm" Quit
  110.  
  111. AddToMenu Utilities "Utilities" Title
  112. + "Top" Exec exec xterm -T Top -n Top -e top
  113. #+ "Calculator" Exec exec xcalc
  114. #+ "Xman" Exec exec xman
  115. #+ "Xmag" Exec exec xmag
  116. #+ "Editres" Exec exec editres
  117. #+ "" Nop
  118. #+ "XEmacs" Exec exec xemacs
  119. #+ "Mail" MailFunction xmh "-font fixed"
  120. #+ "" Nop
  121. #+ "XLock" Exec exec xlock -mode random
  122. #+ "" Nop
  123. #+ "Reset X defaults" Exec xrdb -load $HOME/.Xdefaults
  124.  
  125. #AddToMenu Misc-Ops "Misc Config Opts" Title
  126. #+ "Sloppy Focus" ChangeDefaultFocus SloppyFocus
  127. #+ "Click To Focus" ChangeDefaultFocus ClickToFocus
  128. #+ "Focus Follows Mouse" ChangeDefaultFocus FocusFollowsMouse
  129. #+ "" Nop
  130. #+ "Colormap Follows Mouse" ColormapFocus FollowsMouse
  131. #+ "Colormap Follows Focus" ColormapFocus FollowsFocus
  132. #+ "" Nop
  133. #+ "Full Paging ON" EdgeScroll 100 100
  134. #+ "All Paging OFF" EdgeScroll 0 0
  135. #+ "Horizontal Paging Only" EdgeScroll 100 0
  136. #+ "Vertical Paging Only" EdgeScroll 0 100
  137. #+ "Partial Paging" EdgeScroll 50 50
  138. #+ "Full Paging && Edge Wrap" EdgeScroll 100000 100000
  139.  
  140. AddToMenu Window-Ops "Window Ops" Title
  141. + "Move" Move
  142. + "Resize" Resize
  143. + "Raise" Raise
  144. + "Lower" Lower
  145. + "(De)Iconify" Iconify
  146. + "(Un)Stick" Stick
  147. + "(Un)Maximize" Maximize
  148. + "" Nop
  149. + "Delete" Delete
  150. + "Close" Close
  151. + "Destroy" Destroy
  152. + "" Nop
  153. + "Refresh Window" RefreshWindow
  154.  
  155. AddToMenu Window-Ops2 "&Move" Move
  156. + "&Resize" Resize
  157. + "R&aise" Raise
  158. + "&Lower" Lower
  159. + "(De)&Iconify" Iconify
  160. + "(Un)&Stick" Stick
  161. + "(Un)Ma&ximize" Maximize
  162. + "" Nop
  163. + "&Delete" Delete
  164. + "&Close" Close
  165. + "Destroy" Destroy
  166. + "" Nop
  167. + "ScrollBar" Module FvwmScroll 2 2
  168. + "Print" PrintFunction
  169. + "Print Reverse" PrintReverseFunction
  170.  
  171. # be sure to fill these in with your correct machine names:
  172. AddToMenu Remote-Logins "dopey" Exec rsh dopey rxvt -display $HOSTDISPLAY &
  173. + "snoopy" Exec rsh snoopy rxvt -display $HOSTDISPLAY &
  174. + "grumpy" Exec rsh grumpy rxvt -display $HOSTDISPLAY &
  175. + "happy" Exec rsh happy rxvt -display $HOSTDISPLAY &
  176. + "bailey" Exec rsh bailey rxvt -display $HOSTDISPLAY &
  177. + "barnum" Exec rsh barnum rxvt -display $HOSTDISPLAY &
  178. + "joker" Exec rsh joker rxvt -display $HOSTDISPLAY &
  179. + "signal" Exec rxterm signal
  180.  
  181. AddToMenu Module-Popup "FvwmModules" Title
  182. + "Identify" Module FvwmIdent
  183. + "Talk" Module FvwmTalk
  184. + "" Nop
  185. + "Button-Bar" Module FvwmButtons
  186. + "Pager" Module FvwmPager 0 0
  187. + "Pager (2 desks)" Module FvwmPager 0 1
  188. + "WinList" Module FvwmWinList
  189. + "" Nop
  190. + "Banner" Module FvwmBanner
  191. + "ScrollBar" Module FvwmScroll 50 50
  192. + "Background" Module FvwmBacker
  193. + "AutoRaise" Module FvwmAuto 200 Raise Nop
  194. + "Stop AutoRaise" KillModule FvwmAuto
  195. + "" Nop
  196. + "IconBox" Module FvwmIconBox
  197. + "IconMan" Module FvwmIconMan
  198. + "" Nop
  199. + "Form - Rlogin" Module FvwmForm Rlogin
  200. + "Form - MyFvwmTalk" Module FvwmForm MyFvwmTalk
  201. + "Form - QuitVerify" Module FvwmForm QuitVerify
  202.  
  203. AddToMenu Fvwm-Options "Fvwm Options" Title
  204. + "Quit" Quit
  205. + "" Nop
  206. + "Restart Fvwm" Restart
  207. + "Restart Fvwm 1.x" Restart fvwm -s
  208. + "" Nop
  209. + "Start twm" Restart twm
  210. + "Start ctwm" Restart ctwm
  211. + "Start tvtwm" Restart tvtwm
  212. + "Start vtwm" Restart vtwm
  213. + "Start mwm" Restart mwm
  214. + "Start olwm" Restart /usr/openwin/bin/olwm
  215. + "" Nop
  216. + "Start dummy" Restart xterm
  217.  
  218. ######################## Sample Functions ##########################
  219.  
  220. AddToFunc MailFunction I Next [$0] Iconify -1
  221. + I Next [$0] Focus
  222. + I None [$0] Exec $0 $1
  223.  
  224. AddToFunc Move-or-Raise I Raise
  225. + M Move
  226. + D Lower
  227.  
  228. AddToFunc Move-or-Raise2 M Raise
  229. + M Move
  230. + D Lower
  231.  
  232. AddToFunc Maximize-Func M Maximize 0 100
  233. + C Maximize 0 80
  234. + D Maximize 100 100
  235.  
  236. AddToFunc Move-or-Iconify I Raise
  237. + M Move
  238. + D Iconify
  239.  
  240. AddToFunc Resize-or-Raise I Raise
  241. + M Resize
  242. + D Lower
  243.  
  244. AddToFunc Resize-or-Raise2 M Raise
  245. + M Resize
  246. + D Lower
  247.  
  248. AddToFunc PrintFunction I Raise
  249. + I Exec xdpr -id $w
  250.  
  251. AddToFunc PrintReverseFunction I Raise
  252. + I Exec xdpr 1/2 -h -rv -id $w
  253.  
  254. AddToFunc Iconify-and-Raise I Iconify
  255. + I Raise
  256.  
  257. # RLOGIN machine fg bg
  258. AddToFunc RLOGIN I Exec xterm -fg $1 -bg $2 -e rlogin $0 -8
  259.  
  260. # TELNET machine fg bg
  261. AddToFunc TELNET I Exec xterm -fg $1 -bg $2 -e telnet $0
  262.  
  263. AddToFunc FocusAndWarp I Focus
  264. + I WarpToWindow 2p 2p
  265.  
  266. AddToFunc DeiconifyFocusAndWarp I Iconify -1
  267. + I FocusAndWarp
  268.  
  269. AddToFunc ChangeDefaultFocus I Style * $0
  270. + I Recapture
  271.  
  272. ################## FvwmButtons button-bar ################################
  273. *FvwmButtonsGeometry 520x100-1-1
  274. *FvwmButtonsBack bisque3
  275. *FvwmButtons(Frame 2 Padding 2 2 Container(Rows 2 Columns 5 Frame 1 \
  276. Padding 10 0))
  277. #*FvwmButtons(3x2 Frame 2 Swallow "FvwmIconMan" "Module FvwmIconMan")
  278. #*FvwmButtons(1x2 Frame 2 Swallow(UseOld) "FvwmPager" "Module FvwmPager 0 0")
  279. *FvwmButtons(1x2 Frame 0 Container(Rows 2 Columns 2 Frame 0))
  280. #*FvwmButtons(Frame 2 Swallow(UseOld,NoHints,Respawn) "xbiff" `Exec exec xbiff -bg bisque3`)
  281. #*FvwmButtons(Frame 3 Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg bisque3 -fg black -hd black -hl black -padding 0 -update 1`)
  282. #*FvwmButtons(2x1 Frame 2 Swallow(UseOld,NoHints,Respawn) "xload" `Exec exec xload -bg bisque3 -fg black -update 5 -nolabel`)
  283. *FvwmButtons(End)
  284. *FvwmButtons(End)
  285.  
  286. ########################## Icon Manager ####################################
  287. # this FvwmIconMan setup is for swallowing in above button bar example
  288. *FvwmIconMan*numManagers 1
  289. *FvwmIconMan*Resolution page
  290. *FvwmIconMan*background bisque3
  291. *FvwmIconMan*foreground black
  292. *FvwmIconMan*font 7x13bold
  293. *FvwmIconMan*format "%t"
  294. *FvwmIconMan*action Mouse 1 N sendcommand Focus, sendcommand "Iconify"
  295. *FvwmIconMan*action Mouse 2 N sendcommand "Iconify 1"
  296. *FvwmIconMan*action Mouse 3 N sendcommand "FvwmIdent"
  297. *FvwmIconMan*followfocus true
  298. *FvwmIconMan*sort name
  299. *FvwmIconMan*plainbutton up black bisque3
  300. *FvwmIconMan*selectbutton down black bisque3
  301. *FvwmIconMan*focusbutton up yellow firebrick
  302. *FvwmIconMan*focusandselectButton down yellow firebrick
  303. *FvwmIconMan*dontshow icon=Untitled title=Untitled
  304. #*FvwmIconMan*drawicons true
  305. *FvwmIconMan*buttongeometry 300x0
  306. *FvwmIconMan*managergeometry 1x5
  307.  
  308. ########################## Window-Identifier ###############################
  309. # Just choose colors and a fonts
  310. *FvwmIdentBack MidnightBlue
  311. *FvwmIdentFore Yellow
  312. *FvwmIdentFont -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  313.  
  314. ########################### Pager #########################################
  315. *FvwmPagerGeometry 120x90-1-1
  316. *FvwmPagerBack #908090
  317. *FvwmPagerFore #484048
  318. #*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
  319. # turn off desktop names for swallowing in above button bar example:
  320. *FvwmPagerFont none
  321. *FvwmPagerHilight #cab3ca
  322. #*FvwmPagerLabel 0 Misc
  323. #*FvwmPagerLabel 1 Maker
  324. #*FvwmPagerLabel 2 Mail
  325. #*FvwmPagerLabel 3 Matlab
  326. #*FvwmPagerSmallFont 5x8
  327. *FvwmPagerSmallFont none
  328. *FvwmPagerBalloons All
  329. *FvwmPagerBalloonBack Yellow
  330. *FvwmPagerBalloonFore Black
  331. *FvwmPagerBalloonFont lucidasanstypewriter-12
  332. *FvwmPagerBalloonYOffset +2
  333. *FvwmPagerBalloonBorderWidth 1
  334. *FvwmPagerBalloonBorderColor Black
  335.  
  336. ##########################FvwmWinList##################################
  337. *FvwmWinListBack #908090
  338. *FvwmWinListFore Black
  339. *FvwmWinListFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
  340. *FvwmWinListAction Click1 Iconify -1,Focus
  341. *FvwmWinListAction Click2 Iconify
  342. *FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent
  343. *FvwmWinListUseSkipList
  344. *FvwmWinListGeometry +0-1
  345.  
  346.  
  347. *FvwmBackerDesk 0 -solid steelblue
  348. *FvwmBackerDesk 1 -solid midnightblue
  349.  
  350. *FvwmScrollBack grey40
  351. *FvwmScrollFore green
  352.  
  353. ############################################################
  354. ############################################################
  355. # Note that icons are shown in the module
  356. # only if NoIcon commnand is applied.
  357. #Style * NoIcon
  358.  
  359. ############################################################
  360. *FvwmIconBoxIconBack #cfcfcf
  361. *FvwmIconBoxIconHiFore black
  362. *FvwmIconBoxIconHiBack LightSkyBlue
  363. *FvwmIconBoxBack #5f9ea0
  364. #*FvwmIconBoxFore blue
  365. *FvwmIconBoxGeometry 5x1+0+0
  366. *FvwmIconBoxMaxIconSize 64x38
  367. *FvwmIconBoxFont -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  368. *FvwmIconBoxSortIcons IconName
  369. *FvwmIconBoxPadding 4
  370. *FvwmIconBoxLines 10
  371. *FvwmIconBoxSBWidth 11
  372. *FvwmIconBoxPlacement Left Top
  373. *FvwmIconBoxPixmap fvwm.xpm
  374. #*FvwmIconBoxHideSC Horizontal
  375. *FvwmIconBoxSetWMIconSize
  376. *FvwmIconBoxHilightFocusWin
  377. #*FvwmIconBoxResolution Desk
  378. *FvwmIconBoxMouse 1 Click RaiseLower
  379. *FvwmIconBoxMouse 1 DoubleClick Iconify
  380. *FvwmIconBoxMouse 2 Click Iconify -1, Focus
  381. *FvwmIconBoxMouse 3 Click Module FvwmIdent
  382. *FvwmIconBoxKey r RaiseLower
  383. *FvwmIconBoxKey space Iconify
  384. *FvwmIconBoxKey d Close
  385. *FvwmIconBoxKey n Next
  386. *FvwmIconBoxKey p Prev
  387. *FvwmIconBoxKey h Left
  388. *FvwmIconBoxKey j Down
  389. *FvwmIconBoxKey k Up
  390. *FvwmIconBoxKey l Right
  391. #
  392. # Icon file specifications
  393. #
  394. # Mostly, you don't have to specify icon files, as FvwmIconBox now
  395. # reads icon files specified in Style commands.
  396. #
  397. *FvwmIconBox "Fvwm*" -
  398.  
  399. # FvwmForm alias - rlogin or telnet to host via xterm
  400. *RloginWarpPointer
  401. *RloginFont *helvetica*m*r*n*12*
  402. *RloginButtonFont *helvetica*m*o*n*12*
  403. *RloginInputFont *cour*m*r*n*12*
  404. *RloginFore Black
  405. *RloginBack Light Gray
  406. *RloginItemFore Wheat
  407. *RloginItemBack Gray50
  408. # begin items
  409. *RloginLine center
  410. *RloginText "Login to Remote Host"
  411. *RloginLine center
  412. *RloginText "Host:"
  413. *RloginInput HostName 30 ""
  414. *RloginLine center
  415. *RloginSelection meth single
  416. *RloginChoice TN TN off "telnet"
  417. *RloginChoice RL RL on "rlogin"
  418. *RloginSelection UserSel single
  419. #*RloginChoice Default Default on "same user"
  420. #*RloginChoice Custom Custom off "user:"
  421. *RloginText "(Userid:"
  422. *RloginInput UserName 10 ""
  423. *RloginText ")"
  424. *RloginLine center
  425. *RloginText "FG:"
  426. *RloginInput FgColor 15 ""
  427. *RloginText "BG:"
  428. *RloginInput BgColor 15 ""
  429. *RloginLine expand
  430. *RloginButton quit "Login" ^M
  431. *RloginCommand Exec xterm $(FgColor?-fg $(FgColor)) $(BgColor?-bg $(BgColor)) -T xterm@$(HostName) -e $(RL?rlogin) $(TN?telnet) $(HostName) $(RL?-8 $(UserName?-l $(UserName)))
  432. *RloginButton restart "Clear"
  433. *RloginCommand Beep
  434. *RloginButton quit "Cancel"
  435. *RloginCommand Nop
  436.  
  437. # FvwmForm alias - query exit ala mwm
  438. *QuitVerifyGrabServer
  439. *QuitVerifyWarpPointer
  440. *QuitVerifyFont *helvetica*m*r*n*14*
  441. #*QuitVerifyButtonFont *helvetica*m*o*n*14*
  442. *QuitVerifyButtonFont 7x13bold
  443. *QuitVerifyFore Black
  444. *QuitVerifyBack Light Gray
  445. *QuitVerifyItemFore Wheat
  446. *QuitVerifyItemBack Gray50
  447. # begin items
  448. *QuitVerifyLine center
  449. *QuitVerifyText "Do you really want to exit FVWM?"
  450. *QuitVerifyLine expand
  451. *QuitVerifyButton quit " Exit "
  452. *QuitVerifyCommand Quit
  453. *QuitVerifyButton quit "Cancel"
  454. *QuitVerifyCommand Nop
  455.  
  456. # MyTalk & MyFvwmTalk from Dave Goldberg
  457. # MyTalk Form - dissappears after use
  458. *MyTalkWarpPointer
  459. *MyTalkFont *helvetica*m*r*n*14*
  460. *MyTalkButtonFont *helvetica*m*o*n*14*
  461. *MyTalkInputFont *cour*m*r*n*14*
  462. *MyTalkFore Red
  463. *MyTalkBack Gray
  464. *MyTalkItemFore Blue
  465. *MyTalkItemBack Gray
  466. *MyTalkLine center
  467. *MyTalkText "Fvwm Function"
  468. *MyTalkInput Func 40 ""
  469. *MyTalkLine expand
  470. *MyTalkButton quit "Run" ^M
  471. *MyTalkCommand $(Func)
  472. *MyTalkButton restart "Clear" ^R
  473. *MyTalkButton quit "Cancel" ^C
  474. *MyTalkCommand Nop
  475. # MyFvwmTalk Form - sticks around
  476. *MyFvwmTalkWarpPointer
  477. *MyFvwmTalkFont *helvetica*m*r*n*14*
  478. *MyFvwmTalkButtonFont *helvetica*m*o*n*14*
  479. *MyFvwmTalkInputFont *cour*m*r*n*14*
  480. *MyFvwmTalkFore Red
  481. *MyFvwmTalkBack Gray
  482. *MyFvwmTalkItemFore Blue
  483. *MyFvwmTalkItemBack Gray
  484. *MyFvwmTalkLine center
  485. *MyFvwmTalkText "Fvwm Function"
  486. *MyFvwmTalkInput Func 40 ""
  487. *MyFvwmTalkLine expand
  488. *MyFvwmTalkButton restart "Run" ^M
  489. *MyFvwmTalkCommand $(Func)
  490. *MyFvwmTalkButton restart "Clear" ^R
  491. *MyFvwmTalkCommand Nop
  492. *MyFvwmTalkButton restart "Iconify" ^Z
  493. *MyFvwmTalkCommand Next [MyFvwmTalk] Iconify
  494. *MyFvwmTalkButton quit "Quit" ^C
  495. *MyFvwmTalkCommand Nop
  496.  
  497. # to change banner pixmap
  498. #*FvwmBannerPixmap fvwm3.xpm
  499. #*FvwmBannerTimeout 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement