From 44c721023d0a48db6dbba4b5aee1f45d062bb4f3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 7 Aug 2022 19:08:14 +0530 Subject: ncmpcpp visualization fix --- scripts/commands/:emacs | 4 ---- scripts/commands/:email | 4 ---- scripts/commands/:music | 4 ++-- scripts/commands/:scratchpad | 4 ---- scripts/commands/:system-monitor | 3 --- 5 files changed, 2 insertions(+), 17 deletions(-) delete mode 100755 scripts/commands/:emacs delete mode 100755 scripts/commands/:email delete mode 100755 scripts/commands/:scratchpad delete mode 100755 scripts/commands/:system-monitor (limited to 'scripts/commands') 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 -- cgit v1.3.1