Skip to content

Commit

Permalink
Move 'MOC' directory to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
astsu777 committed Jan 4, 2023
1 parent caaeb5f commit 728d0fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ Additional keybindings are configured per filetype. All of them are described in
Finally, some keybindings are also provided by the installed plugins. All the useful ones are described in the above table.

# Documentation - Local Folder
## Music On Console (MOC)
*Music On Console* is a lightweight music player running in the terminal. This repository hosts its configuration file and a theme file for the the colorscheme.

## Resources
The folder *local/share* contains resources that can be useful for either other programs or for the user.

Expand Down Expand Up @@ -260,9 +263,6 @@ I have *ST* installed automatically when deploying my GUI (WM or DE). Useful for

<u>**Note**</u>: every terminal emulator has its own set of keybindings. None of them are described here as I do not use them very often. Classic shortcuts such as CTRL+SHIFT+c (copy) and CTRL+SHIFT+v (paste) work as intended.

## Music On Console (MOC)
*Music On Console* is a lightweight music player running in the terminal. This repository hosts its configuration file and a theme file for the the colorscheme.

## MSMTP
I use this application to send emails from my workstations if necessary. This can be useful for certain cron jobs and/or certain scripts. The config file *config/msmtp/config* defines the mail relay to be used and the credentials for the default account to use as sender. The configuration file is written so the credentials are meant to be decrypted using GPG.

Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions shellconfig/common
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
export QT_STYLE_OVERRIDE="Adwaita-Dark"

# MOC
if type mocp > /dev/null 2>&1; then
export MOCDir="$XDG_CONFIG_HOME"/moc
fi

# MPlayer
if type mplayer > /dev/null 2>&1; then
export MPLAYER_HOME="$XDG_CONFIG_HOME"/mplayer
Expand Down

0 comments on commit 728d0fd

Please sign in to comment.