Skip to content

Commit

Permalink
Fix some of the default user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwisdom authored Jun 11, 2021
1 parent 9989be3 commit e7dc1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reMouseableApp.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set SSHport to ":22"
#SSH password of remarkable found in Help > Copyright and Licenses
set storedSSHpassword to "<put your password here>"
#set to true for passwordless entry using ssh keys. Default is false
set useSSHauthSock to true
set useSSHauthSock to false
#if useSSHauthSock = true, this must be set. Default is "$SSH_AUTH_SOCK"
set sshSocket to "$SSH_AUTH_SOCK"
--------------------------------------------------------
Expand Down Expand Up @@ -79,4 +79,4 @@ end repeat

tell me to activate
display dialog "reMousable state unknown. See Terminal window for more info." buttons {"OK"} default button 1 with icon stop
tell application "Terminal" to activate
tell application "Terminal" to activate

0 comments on commit e7dc1ac

Please sign in to comment.