diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-08-07 19:08:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-08-07 19:08:14 +0530 |
| commit | 44c721023d0a48db6dbba4b5aee1f45d062bb4f3 (patch) | |
| tree | 6567a537c711c582208a691dceb360a32fcba1a1 /scripts/commands | |
| parent | f4035df92d70d8ed3b67220412d566849910fed6 (diff) | |
| download | nixos-config-44c721023d0a48db6dbba4b5aee1f45d062bb4f3.tar.gz nixos-config-44c721023d0a48db6dbba4b5aee1f45d062bb4f3.zip | |
ncmpcpp visualization fix
Diffstat (limited to 'scripts/commands')
| -rwxr-xr-x | scripts/commands/:emacs | 4 | ||||
| -rwxr-xr-x | scripts/commands/:email | 4 | ||||
| -rwxr-xr-x | scripts/commands/:music | 4 | ||||
| -rwxr-xr-x | scripts/commands/:scratchpad | 4 | ||||
| -rwxr-xr-x | scripts/commands/:system-monitor | 3 |
5 files changed, 2 insertions, 17 deletions
diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs deleted file mode 100755 index 72ea1fb..0000000 --- a/scripts/commands/:emacs +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -emacsclient -c -n "$@"; - diff --git a/scripts/commands/:email b/scripts/commands/:email deleted file mode 100755 index 0b7b63f..0000000 --- a/scripts/commands/:email +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e neomutt - diff --git a/scripts/commands/:music b/scripts/commands/:music index 300a39f..8620adb 100755 --- a/scripts/commands/:music +++ b/scripts/commands/:music @@ -1,5 +1,5 @@ #!/usr/bin/env sh -#sensible-terminal -e ncmpcpp +sensible-terminal -e ncmpcpp -spotify +# spotify diff --git a/scripts/commands/:scratchpad b/scripts/commands/:scratchpad deleted file mode 100755 index 69f0971..0000000 --- a/scripts/commands/:scratchpad +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e sensible-editor ~/.config/vimwiki/scratchpad.md; - diff --git a/scripts/commands/:system-monitor b/scripts/commands/:system-monitor deleted file mode 100755 index f254fd2..0000000 --- a/scripts/commands/:system-monitor +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e gotop |
