diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpd/mpd.conf | 5 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 7bb2ed4..4b0970a 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,6 +1,9 @@ db_file "~/.mpd/database" -music_directory "/home/lxf/music/library" +music_directory "/home/lxf/music/library/.git/annex/objects" playlist_directory "/home/lxf/music/playlists" log_file "/home/lxf/.mpd/mpd.log" pid_file "/home/lxf/.mpd/mpd.pid" state_file "/home/lxf/.mpd/mpdstate" +follow_inside_symlinks "no" +follow_outside_symlinks "no" + diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 0a63df9..f94605a 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -314,12 +314,12 @@ </keybind> <keybind key="F12"> <action name="Execute"> - <command>scrot ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot ~/photos/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="A-F12"> <action name="Execute"> - <command>scrot -s ~/pictures/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot -s ~/photos/screenshots/scrn-%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="XF86AudioMute"> |