aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-04-28 21:50:28 -0400
committertdro <tdro@users.noreply.github.com>2019-04-28 21:50:28 -0400
commit18ff1441fce61889532e4985948e19e12c931516 (patch)
treea5f5ce43300d05da2e5eb0ad341762c54d0b9f14 /.config/awesome
parentb45eb070e6ecdc824ff07deab69813126b7e9b01 (diff)
downloaddotfiles-18ff1441fce61889532e4985948e19e12c931516.tar.gz
dotfiles-18ff1441fce61889532e4985948e19e12c931516.tar.bz2
dotfiles-18ff1441fce61889532e4985948e19e12c931516.zip
.config/awesome: Rofi settings moved to Xresources
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/app-launcher2
-rwxr-xr-x.config/awesome/internet-search4
-rwxr-xr-x.config/awesome/window-switcher3
3 files changed, 6 insertions, 3 deletions
diff --git a/.config/awesome/app-launcher b/.config/awesome/app-launcher
index 77f73d0..f0e69f5 100755
--- a/.config/awesome/app-launcher
+++ b/.config/awesome/app-launcher
@@ -1,3 +1,3 @@
#!/bin/bash
-rofi -fake-transparency -fullscreen -no-disable-history -show run -display-run "$" -hide-scrollbar -separator-style none -font "ubuntu 12" -bw 0 -padding 300
+rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -bw 0 -padding 300
diff --git a/.config/awesome/internet-search b/.config/awesome/internet-search
index 3b10401..132171b 100755
--- a/.config/awesome/internet-search
+++ b/.config/awesome/internet-search
@@ -1,3 +1,5 @@
#!/bin/bash
+
export BROWSER=/usr/bin/chromium;
-eecho | rofi -dmenu -fake-transparency no-disable-history -show run -hide-scrollbar -separator-style none -font "ubuntu 16" -bw 0 -padding 10 -lines 0 -p " " | xargs -r surfraw d
+
+echo | rofi -dmenu -show run -font "ubuntu 16" -bw 0 -padding 10 -lines 0 -p " " | xargs -r surfraw d
diff --git a/.config/awesome/window-switcher b/.config/awesome/window-switcher
index e6b0674..752141f 100755
--- a/.config/awesome/window-switcher
+++ b/.config/awesome/window-switcher
@@ -6,4 +6,5 @@
#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
# Rofi
-rofi -fake-transparency -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -hide-scrollbar -separator-style none -window-format {t} -font "ubuntu 12" -bw 0 -padding 15 -lines 1
+
+rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -window-format {t} -font "ubuntu 12" -bw 0 -padding 15 -lines 1