modules/sound: added jack and other stuff satori: kernel and pkg changes home/xmonad: some keybind changes emacs: some more configuration updates, this took me quite some time to configure but i dont see myself using it at all since neovim is still much much more efficient for me
5 lines
85 B
Bash
5 lines
85 B
Bash
#!/usr/bin/env bash
|
|
|
|
su $USERNAME -l -c "google-drive-ocamlfuse -label $1 $*"
|
|
exit 0
|