From c02ee0d34c96592f7acae6569673aeca07fbccb9 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 4 Sep 2021 16:42:04 +0930 Subject: [PATCH] updated lock command --- .runelite/settings.properties | 18 +++++++++--------- .xmonad/xmonad.hs | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.runelite/settings.properties b/.runelite/settings.properties index fe51ba1..10d136a 100644 --- a/.runelite/settings.properties +++ b/.runelite/settings.properties @@ -1,5 +1,5 @@ #RuneLite configuration -#Tue Aug 31 12:49:17 ACST 2021 +#Thu Sep 02 11:43:41 ACST 2021 statusbars.rightBarMode=PRAYER party.includeSelf=false runelite.mtaplugin=true @@ -702,7 +702,7 @@ interacthighlight.npcInteractHighlightColor=-1862336512 clanchat.chatsData=lib2105 idlenotifier.logoutidle=true runelite.runepouchplugin=true -runelite.clientBounds=2120\:195\:1432\:1044 +runelite.clientBounds=12\:0\:1360\:762 playerindicators.drawNonClanMemberNames=false screenshot.friendDeath=false npcindicators.showRespawnTimer=false @@ -857,7 +857,7 @@ screenshot.levels=true mta.enchantment=true itemCharge.recoilNotification=false nightmareZone.overloadnotification=true -timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630379930 +timetracking.rsprofile.pY9kxn0R.12083.4775=176\:1630547365 runelite.nightmarezoneplugin=true runelite.notificationFlashColor=1191116800 timetracking.rsprofile.wteQmrWW.13106.4771=0\:1594013062 @@ -865,10 +865,10 @@ itemprices.showHAValue=true virtuallevels.virtualTotalLevel=true playerindicators.drawFriendNames=true herbiboar.colorTrail=-1 -timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630379930 -timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630379930 -timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630379930 -timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630379930 +timetracking.rsprofile.pY9kxn0R.12083.4774=72\:1630547365 +timetracking.rsprofile.pY9kxn0R.12083.4773=32\:1630547365 +timetracking.rsprofile.pY9kxn0R.12083.4772=60\:1630547365 +timetracking.rsprofile.pY9kxn0R.12083.4771=60\:1630547365 bank.seedVaultValue=true raids.ccDisplay=false tearsofguthix.showGreenTearsTimer=true @@ -985,7 +985,7 @@ chatcommands.sw=true runelite.deathindicatorplugin=true runelite.miningplugin=true fishing.minnowsOverlayColor=-65536 -defaultworld.lastWorld=530 +defaultworld.lastWorld=427 motherlode.showSack=true runelite.grandexchangeplugin=true xpTracker.logoutPausing=false @@ -1224,7 +1224,7 @@ worldhopper.ping=true puzzlesolver.displayRemainingMoves=true menuentryswapper.swapRowboatDive=false playerindicators.clanMenuIcons=true -timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630379567 +timetracking.rsprofile.pY9kxn0R.11828.4771=21\:1630547568 chatfilter.filterType=CENSOR_WORDS agility.portalsHighlight=-65281 bank.showHA=false diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 82c39df..040ab87 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -188,7 +188,7 @@ myEZKeys = --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-r", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart - , ("M-", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock + , ("M-", spawn "slock 1") -- prompt computer lock --NOTE bitwarden controls , ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli