From ef4d9b7a8057f77045a07d2ad24d7aa5f4930deb Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 26 Aug 2020 12:29:52 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_angband/Hengband/pickpref-PHO_prf | 82 ++++++++++++++++---- dot-files/_xinitrc | 13 +++- 2 files changed, 76 insertions(+), 19 deletions(-) diff --git a/dot-files/_angband/Hengband/pickpref-PHO_prf b/dot-files/_angband/Hengband/pickpref-PHO_prf index 3b43590..39bcea2 100644 --- a/dot-files/_angband/Hengband/pickpref-PHO_prf +++ b/dot-files/_angband/Hengband/pickpref-PHO_prf @@ -1,7 +1,7 @@ # # Sample Preference of the Object Auto-picker/Destroyer # -# Important commands +# Important commands # a i ^Q : Insert mode # ESC ^Q : Command mode # q _ : Quit (command mode only) @@ -25,6 +25,15 @@ elvish waybread#@E0 #============================ # Archery #============================ +!arrow of flame +!arrow of frost +!arrow of holy might +!arrow of hurt +!arrow of shocking +!arrow of slaying +!arrow of wounding +!flight arrow +!sheaf arrow seeker arrow#!k@f1 long bow @@ -55,13 +64,15 @@ P:^e # Recall #============================ rod of recall#!k!s!d!z@z9!! -scroll of word of recall#!k!s!d!r@r9 +scroll of word of recall#!k!d!r@r9 #============================ # Detection #============================ rod of trap location#!k@z0 rod of detection#!k!s@z0!! +staff of trap location#!k@u0 +staff of detect evil#!k!s@u1 #============================ # Illumination @@ -96,6 +107,7 @@ potion of resistance#!* potion of healing#!* potion of *healing*#!* potion of life#!* +potion of enlightenment#!* potion of self knowledge#!* potion of new life#!* @@ -111,32 +123,45 @@ potion of charisma#!k # Scrolls #============================ scroll of monster confusion#!k@r2 +scroll of genocide#!* +scroll of recharging#!* +scroll of reset recall#!* #============================ # Wands #============================ wand of stone to mud#!k!s -wand of confuse monster#!k!s wand of teleport other#!k!s +wand of disintegrate#!k!s +wand of rockets#!k!s -wand of sleep monster -wand of disintegrate -wand of rockets +~wand of dragon's flame#!k!s +~wand of dragon's frost#!k!s +~wand of drain life#!k!s + +~wand of confuse monster +~wand of sleep monster + +#============================ +# Staffs +#============================ +staff of healing#!k!s!d +staff of power#!k!s!d #============================ # Rods #============================ rod of stone to mud#!k!s -rod of confuse monster#!k!s +~rod of confuse monster#!k!s -rod of sleep monster -rod of acid bolts +~rod of sleep monster +~rod of acid bolts rod of acid balls -rod of fire bolts +~rod of fire bolts rod of fire balls -rod of frost bolts +~rod of frost bolts rod of cold balls -rod of lightning bolts +~rod of lightning bolts rod of lightning balls @@ -150,11 +175,24 @@ rod of lightning balls # Rings #============================ *identified* ring of nether resistance#%all +identified ring of speed#!k +ring of extra#!k #============================ # Sustaining stats #============================ -~ring of sustain +?:[GEQ $LEVEL 10] +!ring of sustain +!ring of searching +?:1 +~ring of resist + +#============================ +# Amulets +#============================ +~amulet of resist +amulet of anti-magic#!w!k!s +~amulet of charisma #============================ # Junk @@ -235,8 +273,8 @@ mirror shield#!k mushroom of restoring#!k!s!d !mushroom of -wanted corpse -wanted Skeleton +wanted corpse#!k +wanted Skeleton#!k unaware items collecting rod @@ -264,7 +302,11 @@ worthless bone worthless stick worthless skull !iron shot +!mithril shot !rounded pebble +!steel bolt +!bolt (1d5) +!seeker bolt A:\e\e\e\\f0*t*\e P:X A:\e\e\e\\f1*t*\e @@ -278,12 +320,16 @@ A:\e\e\erz/c P:( ?:[EQU $CLASS Mirror-Master] +potion of restore mana#!k!s!d # Making a mirror A:\e\e\\mb P:( # Break Mirrors A:\e\e\\Ua P:) +# Mirror Concentration +A:\e\e\\Ub +P:] # Mirror of Seeing A:\e\e\\ma P:V @@ -337,6 +383,7 @@ amulets lights poison needle gold statue +!wand of wonder !statue armors:dragon#%all @@ -351,9 +398,12 @@ blade of chaos ?:[AND [GEQ $LEVEL 25] [NOT [EQU $CLASS Weaponsmith]]] !{good} + +?:[AND [GEQ $LEVEL 49] [NOT [EQU $CLASS Weaponsmith]]] +!{excellent} ?:1 -unreadable third spellbooks +~unreadable third spellbooks unreadable fourth spellbooks ?:[GEQ $LEVEL 25] diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 42cac6c..7b19484 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -87,11 +87,18 @@ if which dunst 2>&1; then dunst & fi +if which xbanish 2>&1; then + xbanish & + +elif which unclutter 2>&1; then + unclutter -jitter 5 & +fi + # Start the compositor -if which compton >/dev/null 2>&1; then - #compton --backend xrender --daemon +if which picom >/dev/null 2>&1; then + #picom --backend xrender --daemon # FIXME: Compton 5.1 abort(3)'s when --daemon is used. - compton --backend xrender & + picom --backend xrender & fi # Start the window manager -- 2.40.0