kew/.config/kew/kewrc (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
# Configuration file for kew terminal music player. # Make sure that kew is not running before editing this file in order for changes to take effect. [miscellaneous] path=/home/crispy/Music version=3.4.0 allowNotifications=1 hideLogo=0 hideHelp=0 lastVolume=100 # Cache: Set to 1 to use cache of the music library directory tree for faster startup times. cacheLibrary=-1 # Delay when drawing title in track view, set to 0 to have no delay. titleDelay=9 # Same as '--quitonstop' flag, exits after playing the whole playlist. quitOnStop=0 # Glimmering text on the bottom row. hideGlimmeringText=0 # Replay gain check first, can be either 0=track, 1=album or 2=disabled. replayGainCheckFirst=0 # Save Repeat and Shuffle Settings. saveRepeatShuffleSettings=1 repeatState=2 shuffleEnabled=0 # Set the window title to the title of the currently playing track trackTitleAsWindowTitle=1 [visualizer] visualizerEnabled=1 visualizerHeight=5 visualizerBrailleMode=0 # How colors are laid out in the spectrum visualizer. 0=lighten, 1=brightness depending on bar height, 2=reversed, 3=reversed darken. visualizerColorType=0 # 0=Thin bars, 1=Bars twice the width, 2=Auto (depends on window size). visualizerBarWidth=2 [progress bar] # Progress bar in track view # The progress bar can be configured in many ways. # When copying the values below, be sure to include values that are empty spaces or things will get messed up. # Be sure to have the actual uncommented values last. # For instance use the below values for a pill muncher mode: #progressBarElapsedEvenChar= #progressBarElapsedOddChar= #progressBarApproachingEvenChar=• #progressBarApproachingOddChar=· #progressBarCurrentEvenChar=ᗧ #progressBarCurrentOddChar=ᗧ # To have a thick line: #progressBarElapsedEvenChar=━ #progressBarElapsedOddChar=━ #progressBarApproachingEvenChar=━ #progressBarApproachingOddChar=━ #progressBarCurrentEvenChar=━ #progressBarCurrentOddChar=━ # To have dots (the original): #progressBarElapsedEvenChar=■ #progressBarElapsedOddChar= #progressBarApproachingEvenChar== #progressBarApproachingOddChar= #progressBarCurrentEvenChar=■ #progressBarCurrentOddChar= # Current values: progressBarElapsedEvenChar=━ progressBarElapsedOddChar=━ progressBarApproachingEvenChar=━ progressBarApproachingOddChar=━ progressBarCurrentEvenChar=━ progressBarCurrentOddChar=━ [colors] # Use the configuration file colors below useConfigColors=0 # Color values are 0=Black, 1=Red, 2=Green, 3=Yellow, 4=Blue, 5=Magenta, 6=Cyan, 7=White # These mostly affect the library view. # Logo color: color=6 # Header color in library view: artistColor=6 # Now playing song text in library view: titleColor=6 # Color of enqueued songs in library view: enqueuedColor=6 [track cover] coverEnabled=1 coverAnsi=0 [mouse] mouseEnabled=1 # Mouse actions are 0=None, 1=Select song, 2=Toggle pause, 3=Scroll up, 4=Scroll down, 5=Seek forward, 6=Seek backward, 7=Volume up, 8=Volume down, 9=Switch to next view, 10=Switch to previous view mouseLeftClickAction=0 mouseMiddleClickAction=1 mouseRightClickAction=2 mouseScrollUpAction=3 mouseScrollDownAction=4 # Mouse action when using mouse scroll + alt mouseAltScrollUpAction=7 mouseAltScrollDownAction=8 [key bindings] volumeUp=+ volumeUpAlt== volumeDown=- previousTrackAlt=h nextTrackAlt=l scrollUpAlt=k scrollDownAlt=j switchNumberedSong= togglePause=p toggleColorsDerivedFrom=i toggleVisualizer=v toggleAscii=b toggleRepeat=r toggleShuffle=s seekBackward=a seekForward=d savePlaylist=x addToFavoritesPlaylist=. updateLibrary=u moveSongUp=t moveSongDown=g enqueueAndPlay=^M sortLibrary=o quit=q altQuit= # Alt keys for the different main views, normally F2-F7: showPlaylistAlt=Z showLibraryAlt=X showTrackAlt=C showSearchAlt=V showKeysAlt= # Keys for scrolling page up and page down: prevPage=[5~ nextPage=[6~ # For special keys use terminal codes: OS, for F4 for instance. This can depend on the terminal. # You can find out the codes for the keys by using tools like showkey. # For special keys, see the key value after the bracket "[" after typing "showkey -a" in the terminal and then pressing a key you want info about. |