diff options
author | xero <x@xero.nu> | 2014-03-22 23:16:29 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-03-22 23:16:29 -0400 |
commit | 2e88d9b4470d9243e59e8c685ba7de6c08438627 (patch) | |
tree | c08d28d64be61a2566c2ab01ea9969facc648143 /.xinitrc | |
parent | 8889badd45c16d37922666d3c78fc31d4d2409bd (diff) | |
download | dotfiles_ascii-2e88d9b4470d9243e59e8c685ba7de6c08438627.tar.xz dotfiles_ascii-2e88d9b4470d9243e59e8c685ba7de6c08438627.zip |
move .udisk-glue.conf into .config dir
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ compton -b --config ~/.config/compton.conf & thunar --daemon & # automount drives -udisks-glue -c ~/.udisk-glue.conf --session & +udisks-glue -c ~/.config/.udisk-glue.conf --session & # wallpaper nitrogen --restore && |