Skip to content

Commit

Permalink
Explanation for cookiejar and hide_mouse_cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
quinox committed Aug 25, 2014
1 parent 77a2375 commit c37d658
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/qt-webkit-kiosk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ startup_load_delayed=true
; Delay in msec
startup_load_delay=100

; When you enable the cookiejar your cookies will be remembered between runs.
; When you disable the cookiejar your cookies will disappear when you quit the program.
cookiejar=false

java=false
javascript=true
; handle window.open?
Expand Down Expand Up @@ -137,3 +141,8 @@ show_load_progress=true

; Page scale factor
page_scale=1.0

; If you use this program without a mouse it can be nice to hide the mouse.
; This does not disable the mouse itself: you can still interact with websites
; using the mouse, you just won't be able to see the mouse pointer.
hide_mouse_cursor=false

0 comments on commit c37d658

Please sign in to comment.