i3 changes. Tweaks to ncmpcpp

This commit is contained in:
Luke 2017-08-01 15:39:26 -07:00
parent ed4cfb0e10
commit 158f242363
3 changed files with 44 additions and 27 deletions

View File

@ -55,6 +55,7 @@ exec --no-startup-id exec synclient TouchpadOff=1
##For mpc: ##For mpc:
set $music urxvt -e ncmpcpp set $music urxvt -e ncmpcpp
set $pause --no-startup-id mpc toggle set $pause --no-startup-id mpc toggle
set $trupause --no-startup-id mpc pause
set $next --no-startup-id mpc next set $next --no-startup-id mpc next
set $prev --no-startup-id mpc prev set $prev --no-startup-id mpc prev
set $lilfor --no-startup-id mpc seek +10 set $lilfor --no-startup-id mpc seek +10
@ -66,6 +67,7 @@ set $beg --no-startup-id mpc seek 0%
##For moc: ##For moc:
#set $music urxvt -e mocp #set $music urxvt -e mocp
#set $pause --no-startup-id mocp -G #set $pause --no-startup-id mocp -G
#set $truepause --no-startup-id mocp -P
#set $next --no-startup-id mocp -f #set $next --no-startup-id mocp -f
#set $prev --no-startup-id mocp -r #set $prev --no-startup-id mocp -r
#set $lilfor --no-startup-id mocp -k 10 #set $lilfor --no-startup-id mocp -k 10
@ -141,7 +143,7 @@ bindsym $mod+Shift+BackSpace exec sudo reboot
bindsym $mod+grave exec $flash bindsym $mod+grave exec $flash
#bindsym $mod+asciitilde #bindsym $mod+asciitilde
#STOP/HIDE EVERYTHING: #STOP/HIDE EVERYTHING:
bindsym $mod+Shift+Delete exec $mute ; exec $pause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger bindsym $mod+Shift+Delete exec $truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger
###---Letter Key Bindings---### ###---Letter Key Bindings---###

View File

@ -542,9 +542,9 @@
# quit # quit
# #
# #
def_key "t" def_key "f"
find find
def_key "t" def_key "f"
find_item_forward find_item_forward
def_key "+" def_key "+"
@ -595,3 +595,18 @@ def_key "l"
run_action run_action
def_key "l" def_key "l"
play_item play_item
def_key "m"
show_media_library
def_key "m"
toggle_media_library_columns_mode
def_key "t"
show_tag_editor
def_key "v"
show_visualizer
def_key "G"
move_end
def_key "g"
move_home
#jump_to_position_in_song
def_key "U"
update_database

View File

@ -113,7 +113,7 @@ visualizer_type = spectrum
# #
## Defines how long messages are supposed to be visible. ## Defines how long messages are supposed to be visible.
## ##
#message_delay_time = 5 message_delay_time = 1
# #
##### song format ##### ##### song format #####
## ##
@ -182,23 +182,23 @@ visualizer_type = spectrum
## Note: colors can be nested. ## Note: colors can be nested.
## ##
# #
#song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
# #
#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f}
# #
#song_library_format = {%n - }{%t}|{%f} song_library_format = {%n - }{%t}|{%f}
# #
#alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
# #
#alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
# #
#current_item_prefix = $(yellow)$r current_item_prefix = $(cyan)$r$b
# #
#current_item_suffix = $/r$(end) current_item_suffix = $/r$(end)$/b
# #
#current_item_inactive_column_prefix = $(white)$r current_item_inactive_column_prefix = $(magenta)$r
# #
#current_item_inactive_column_suffix = $/r$(end) current_item_inactive_column_suffix = $/r$(end)
# #
#now_playing_prefix = $b #now_playing_prefix = $b
# #
@ -293,7 +293,7 @@ visualizer_type = spectrum
## ##
#playlist_display_mode = columns #playlist_display_mode = columns
# #
#browser_display_mode = classic browser_display_mode = columns
# #
#search_engine_display_mode = classic #search_engine_display_mode = classic
# #
@ -317,7 +317,7 @@ visualizer_type = spectrum
## Note: You can specify third character which will be used to build 'empty' ## Note: You can specify third character which will be used to build 'empty'
## part of progressbar. ## part of progressbar.
## ##
#progressbar_look = => progressbar_look = ->
# #
## Available values: database, playlist. ## Available values: database, playlist.
## ##
@ -333,7 +333,7 @@ visualizer_type = spectrum
## ##
media_library_primary_tag = album_artist media_library_primary_tag = album_artist
# #
#media_library_albums_split_by_date = yes media_library_albums_split_by_date = no
# #
## Available values: wrapped, normal. ## Available values: wrapped, normal.
## ##
@ -417,7 +417,7 @@ startup_screen = media_library
# #
#clock_display_seconds = no #clock_display_seconds = no
# #
#display_volume_level = yes display_volume_level = no
# #
#display_bitrate = no #display_bitrate = no
# #
@ -431,7 +431,7 @@ startup_screen = media_library
## Note: if below is enabled, ncmpcpp will ignore leading "The" word while ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
## sorting items in browser, tags in media library, etc. ## sorting items in browser, tags in media library, etc.
## ##
#ignore_leading_the = no ignore_leading_the = yes
# #
## ##
## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
@ -472,11 +472,11 @@ startup_screen = media_library
# #
#search_engine_default_search_mode = 1 #search_engine_default_search_mode = 1
# #
#external_editor = nano external_editor = vim
# #
## Note: set to yes if external editor is a console application. ## Note: set to yes if external editor is a console application.
## ##
#use_console_editor = yes use_console_editor = yes
# #
##### colors definitions ##### ##### colors definitions #####
## ##
@ -510,9 +510,9 @@ startup_screen = media_library
# #
#colors_enabled = yes #colors_enabled = yes
# #
#empty_tag_color = cyan empty_tag_color = magenta
# #
#header_window_color = default header_window_color = blue
# #
#volume_color = default #volume_color = default
# #
@ -520,19 +520,19 @@ startup_screen = media_library
# #
#state_flags_color = default:b #state_flags_color = default:b
# #
#main_window_color = yellow main_window_color = green
# #
#color1 = white #color1 = white
# #
#color2 = green #color2 = green
# #
#progressbar_color = black:b progressbar_color = black:b
# #
#progressbar_elapsed_color = green:b progressbar_elapsed_color = blue:b
# #
#statusbar_color = default statusbar_color = red
# #
#statusbar_time_color = default:b statusbar_time_color = cyan:b
# #
#player_state_color = default:b #player_state_color = default:b
# #