updated lock command

This commit is contained in:
Solomon Laing 2021-09-04 16:42:04 +09:30
parent 16c243ba1a
commit c02ee0d34c
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#RuneLite configuration #RuneLite configuration
#Tue Aug 31 12:49:17 ACST 2021 #Thu Sep 02 11:43:41 ACST 2021
statusbars.rightBarMode=PRAYER statusbars.rightBarMode=PRAYER
party.includeSelf=false party.includeSelf=false
runelite.mtaplugin=true runelite.mtaplugin=true
@ -702,7 +702,7 @@ interacthighlight.npcInteractHighlightColor=-1862336512
clanchat.chatsData=lib2105 clanchat.chatsData=lib2105
idlenotifier.logoutidle=true idlenotifier.logoutidle=true
runelite.runepouchplugin=true runelite.runepouchplugin=true
runelite.clientBounds=2120\:195\:1432\:1044 runelite.clientBounds=12\:0\:1360\:762
playerindicators.drawNonClanMemberNames=false playerindicators.drawNonClanMemberNames=false
screenshot.friendDeath=false screenshot.friendDeath=false
npcindicators.showRespawnTimer=false npcindicators.showRespawnTimer=false
@ -857,7 +857,7 @@ screenshot.levels=true
mta.enchantment=true mta.enchantment=true
itemCharge.recoilNotification=false itemCharge.recoilNotification=false
nightmareZone.overloadnotification=true nightmareZone.overloadnotification=true
timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630379930 timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630547365
runelite.nightmarezoneplugin=true runelite.nightmarezoneplugin=true
runelite.notificationFlashColor=1191116800 runelite.notificationFlashColor=1191116800
timetracking.rsprofile.wteQmrWW.13106.4771=0\:1594013062 timetracking.rsprofile.wteQmrWW.13106.4771=0\:1594013062
@ -865,10 +865,10 @@ itemprices.showHAValue=true
virtuallevels.virtualTotalLevel=true virtuallevels.virtualTotalLevel=true
playerindicators.drawFriendNames=true playerindicators.drawFriendNames=true
herbiboar.colorTrail=-1 herbiboar.colorTrail=-1
timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630379930 timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630547365
timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630379930 timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630547365
timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630379930 timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630547365
timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630379930 timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630547365
bank.seedVaultValue=true bank.seedVaultValue=true
raids.ccDisplay=false raids.ccDisplay=false
tearsofguthix.showGreenTearsTimer=true tearsofguthix.showGreenTearsTimer=true
@ -985,7 +985,7 @@ chatcommands.sw=true
runelite.deathindicatorplugin=true runelite.deathindicatorplugin=true
runelite.miningplugin=true runelite.miningplugin=true
fishing.minnowsOverlayColor=-65536 fishing.minnowsOverlayColor=-65536
defaultworld.lastWorld=530 defaultworld.lastWorld=427
motherlode.showSack=true motherlode.showSack=true
runelite.grandexchangeplugin=true runelite.grandexchangeplugin=true
xpTracker.logoutPausing=false xpTracker.logoutPausing=false
@ -1224,7 +1224,7 @@ worldhopper.ping=true
puzzlesolver.displayRemainingMoves=true puzzlesolver.displayRemainingMoves=true
menuentryswapper.swapRowboatDive=false menuentryswapper.swapRowboatDive=false
playerindicators.clanMenuIcons=true playerindicators.clanMenuIcons=true
timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630379567 timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630547568
chatfilter.filterType=CENSOR_WORDS chatfilter.filterType=CENSOR_WORDS
agility.portalsHighlight=-65281 agility.portalsHighlight=-65281
bank.showHA=false bank.showHA=false

View File

@ -188,7 +188,7 @@ myEZKeys =
--NOTE system controls --NOTE system controls
, ("M-S-s", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown , ("M-S-s", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown
, ("M-S-r", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart , ("M-S-r", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart
, ("M-<Escape>", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock , ("M-<Escape>", spawn "slock 1") -- prompt computer lock
--NOTE bitwarden controls --NOTE bitwarden controls
, ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli , ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli