config
This commit is contained in:
parent
f344266cd6
commit
da6929c489
@ -1,5 +1,5 @@
|
|||||||
[font]
|
[font]
|
||||||
size = 7.0
|
size = 9.0
|
||||||
#offset = { x = 0, y = 2 }
|
#offset = { x = 0, y = 2 }
|
||||||
|
|
||||||
#[font.bold]
|
#[font.bold]
|
||||||
|
@ -2,8 +2,6 @@ autocenter_mode = "yes"
|
|||||||
ignore_leading_the = "yes"
|
ignore_leading_the = "yes"
|
||||||
ignore_diacritics = "yes"
|
ignore_diacritics = "yes"
|
||||||
default_place_to_search_in = "database"
|
default_place_to_search_in = "database"
|
||||||
visualizer_type = spectrum
|
|
||||||
startup_slave_screen = visualizer
|
|
||||||
|
|
||||||
## Display Modes ##
|
## Display Modes ##
|
||||||
playlist_editor_display_mode = "columns"
|
playlist_editor_display_mode = "columns"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
kill $(ps aux | dmenu -b | awk '{print $2;}')
|
kill $(ps aux | dmenu -i -b | awk '{print $2;}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user