home: random configuration changes across apps
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -18,6 +18,7 @@ input {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    repeat_delay = 300
 | 
			
		||||
    accel_profile = flat
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
general {
 | 
			
		||||
@@ -69,6 +70,9 @@ gestures {
 | 
			
		||||
    workspace_swipe = off
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
misc {
 | 
			
		||||
    no_direct_scanout = true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
windowrule=float, ^.*(iwgtk)$
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,7 @@ pid_file                        "~/.config/mpd/pid"
 | 
			
		||||
bind_to_address                 "0.0.0.0"
 | 
			
		||||
bind_to_address                 "~/.config/mpd/socket"
 | 
			
		||||
restore_paused "yes"
 | 
			
		||||
 | 
			
		||||
input {
 | 
			
		||||
        plugin "curl"
 | 
			
		||||
}
 | 
			
		||||
@@ -19,7 +20,7 @@ audio_output {
 | 
			
		||||
audio_output {
 | 
			
		||||
        type "fifo"
 | 
			
		||||
        name "Visualizer feed"
 | 
			
		||||
        path "/tmp/g.fifo"
 | 
			
		||||
        path "/tmp/mpd.fifo"
 | 
			
		||||
        format "44100:16:2"
 | 
			
		||||
}
 | 
			
		||||
audio_output {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,17 +19,18 @@ mpd_music_dir=/home/natto/Music
 | 
			
		||||
now_playing_prefix=> 
 | 
			
		||||
playlist_display_mode=columns
 | 
			
		||||
playlist_editor_display_mode=classic
 | 
			
		||||
progressbar_elapsed_color=magenta
 | 
			
		||||
progressbar_color=green
 | 
			
		||||
progressbar_look=▃▃▃
 | 
			
		||||
regular_expressions=extended
 | 
			
		||||
song_columns_list_format=(4)[red]{l} (20)[cyan]{t} (25)[green]{a} (25)[magenta]{b}
 | 
			
		||||
song_columns_list_format=(4)[red]{l} (40)[cyan]{t} (15)[green]{a} (25)[magenta]{b}
 | 
			
		||||
song_list_format=$(yellow){%a} - $(blue){%t}
 | 
			
		||||
song_status_format= $6%a $7⟫⟫ $3%t $7⟫⟫ $4%b 
 | 
			
		||||
statusbar_visibility=yes
 | 
			
		||||
system_encoding=utf-8
 | 
			
		||||
titles_visibility=yes
 | 
			
		||||
user_interface=alternative
 | 
			
		||||
visualizer_data_source=/tmp/g.fifo
 | 
			
		||||
visualizer_data_source=/tmp/mpd.fifo
 | 
			
		||||
visualizer_fps=144
 | 
			
		||||
visualizer_in_stereo=yes
 | 
			
		||||
visualizer_look=◆▋
 | 
			
		||||
 
 | 
			
		||||
@@ -10,15 +10,15 @@ bind attach,index,pager e previous-entry
 | 
			
		||||
bind attach,index,pager 9 group-reply
 | 
			
		||||
bind pager g top
 | 
			
		||||
bind pager G bottom
 | 
			
		||||
bind pager n next-line
 | 
			
		||||
bind pager e previous-line
 | 
			
		||||
bind pager i view-attachments
 | 
			
		||||
bind pager j next-line
 | 
			
		||||
bind pager k previous-line
 | 
			
		||||
bind pager l view-attachments
 | 
			
		||||
bind attach,index g first-entry
 | 
			
		||||
bind attach,index G last-entry
 | 
			
		||||
bind index,pager \CE sidebar-prev                 
 | 
			
		||||
bind index,pager \CN sidebar-next                 
 | 
			
		||||
bind index,pager \CI sidebar-open                 
 | 
			
		||||
bind index,pager \CB sidebar-toggle-visible       
 | 
			
		||||
bind index,pager \CK sidebar-prev
 | 
			
		||||
bind index,pager \CJ sidebar-next
 | 
			
		||||
bind index,pager \CI sidebar-open
 | 
			
		||||
bind index,pager \CB sidebar-toggle-visible
 | 
			
		||||
set sleep_time = 0		
 | 
			
		||||
set markers = no		
 | 
			
		||||
set mark_old = no		
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user