aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-08 21:56:47 -0400
committertdro <tdro@users.noreply.github.com>2019-05-08 21:56:47 -0400
commitb28c34f0bcc4cc75941e7b9c49e109a62929219e (patch)
tree996bcce88c50c3233c9bf9f414972ec6891a72b9 /.config/awesome
parent57fa415c44c80fc4e59a4cbc5538798ea99b4c6a (diff)
downloaddotfiles-b28c34f0bcc4cc75941e7b9c49e109a62929219e.tar.gz
dotfiles-b28c34f0bcc4cc75941e7b9c49e109a62929219e.tar.bz2
dotfiles-b28c34f0bcc4cc75941e7b9c49e109a62929219e.zip
.config/awesome/scripts: Script cleanup
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/file-search2
-rwxr-xr-x.config/awesome/scripts/notify4
-rwxr-xr-x.config/awesome/scripts/window-switcher3
3 files changed, 2 insertions, 7 deletions
diff --git a/.config/awesome/scripts/file-search b/.config/awesome/scripts/file-search
index 74c8110..ac559b8 100755
--- a/.config/awesome/scripts/file-search
+++ b/.config/awesome/scripts/file-search
@@ -4,7 +4,7 @@
#if [ -f $HOME/.dmenurc ]; then
#. $HOME/.dmenurc
#else
- #DMENU='dmenu -f -i -b -nb black -nf white -sf white -fn Ubuntu-8'
+ #DMENU='dmenu -f -i -b'
#fi
#input="$($DMENU -p "Search":)"
diff --git a/.config/awesome/scripts/notify b/.config/awesome/scripts/notify
deleted file mode 100755
index 7817c82..0000000
--- a/.config/awesome/scripts/notify
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-notify-send "Locking System"
-killall -q dmenu
diff --git a/.config/awesome/scripts/window-switcher b/.config/awesome/scripts/window-switcher
index 752141f..153a29c 100755
--- a/.config/awesome/scripts/window-switcher
+++ b/.config/awesome/scripts/window-switcher
@@ -1,9 +1,8 @@
#!/bin/sh
-# List and switch to a window.
# Copyright 2013 Tom Vincent <http://tlvince.com/contact/>
-#wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b -p "Switch to" -nb black -nf white -sf white -fn "Ubuntu-8:bold" | cut -d' ' -f 1 | xargs wmctrl -ia
+#wmctrl -l | cut -d' ' -f 1,5- | dmenu -f -i -b -p "Switch to" | cut -d' ' -f 1 | xargs wmctrl -ia
# Rofi