Skip to content

Instantly share code, notes, and snippets.

View anjandev's full-sized avatar
😈
On sourcehut!

Anjan Momi anjandev

😈
On sourcehut!
View GitHub Profile
@anjandev
anjandev / phonesync.sh
Last active February 15, 2016 08:39
sync playlist files to phone
#! /bin/bash
#sync playlist files to phone
#MAKE SURE THIS FILE IS RAN FROM ~/Scripts
# add save_absolute_paths_in_playlists "yes" to your mpd.conf and regenerate playlists
cat ~/.mpd/playlists/phone.m3u | grep -v '#' | \
while read i; do cp -vu "${i}" /var/run/user/1000/gvfs/*/*/Music; done
BASEDIR=/var/run/user/1000/gvfs/
cd $BASEDIR`ls $BASEDIR | head -n 1`/Internal\ storage/Music
@anjandev
anjandev / Config.ini
Created February 7, 2015 21:32
Black Bug.n Config
; bug.n - tiling window management
; @version 9.0.0
;;Status bar
Config_showBar=1
Config_horizontalBarPos=left
Config_verticalBarPos=top
Config_barWidth=100%
Config_singleRowBar=1
Config_spaciousBar=0