aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-31 17:28:15 -0400
committertdro <tdro@users.noreply.github.com>2019-05-31 17:28:15 -0400
commit4b21297d92281a15cae64647653a69f4b1f127f8 (patch)
tree2da41e058837b0971cf8565309b32372730490f2 /.config/awesome
parentc3e814a3b6856c956d1f6d69651541979a99bcbe (diff)
downloaddotfiles-4b21297d92281a15cae64647653a69f4b1f127f8.tar.gz
dotfiles-4b21297d92281a15cae64647653a69f4b1f127f8.tar.bz2
dotfiles-4b21297d92281a15cae64647653a69f4b1f127f8.zip
.Xresources: Add rofi border width
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/app-launcher2
-rwxr-xr-x.config/awesome/scripts/app-launcher-priv2
-rwxr-xr-x.config/awesome/scripts/internet-search4
-rwxr-xr-x.config/awesome/scripts/window-switcher2
4 files changed, 5 insertions, 5 deletions
diff --git a/.config/awesome/scripts/app-launcher b/.config/awesome/scripts/app-launcher
index f0e69f5..981dc66 100755
--- a/.config/awesome/scripts/app-launcher
+++ b/.config/awesome/scripts/app-launcher
@@ -1,3 +1,3 @@
#!/bin/bash
-rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -bw 0 -padding 300
+rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -padding 300
diff --git a/.config/awesome/scripts/app-launcher-priv b/.config/awesome/scripts/app-launcher-priv
index 1f980c4..c1751ae 100755
--- a/.config/awesome/scripts/app-launcher-priv
+++ b/.config/awesome/scripts/app-launcher-priv
@@ -1,3 +1,3 @@
#!/bin/bash
-rofi -fullscreen -show run -display-run "#" -run-command 'gksudo {cmd}' -font "ubuntu 12" -bw 0 -padding 300
+rofi -fullscreen -show run -display-run "#" -run-command 'gksudo {cmd}' -font "ubuntu 12" -padding 300
diff --git a/.config/awesome/scripts/internet-search b/.config/awesome/scripts/internet-search
index 8fb2272..d96b750 100755
--- a/.config/awesome/scripts/internet-search
+++ b/.config/awesome/scripts/internet-search
@@ -1,5 +1,5 @@
#!/bin/bash
-export BROWSER=/usr/bin/brave;
+export BROWSER=/usr/bin/chromium;
-echo | rofi -dmenu -show run -font "ubuntu 16" -bw 0 -padding 10 -lines 0 -p " " | xargs -r surfraw d
+echo | rofi -dmenu -show run -font "ubuntu 16" -padding 10 -lines 0 -p " " | xargs -r surfraw d
diff --git a/.config/awesome/scripts/window-switcher b/.config/awesome/scripts/window-switcher
index 153a29c..37a4a32 100755
--- a/.config/awesome/scripts/window-switcher
+++ b/.config/awesome/scripts/window-switcher
@@ -6,4 +6,4 @@
# Rofi
-rofi -no-disable-history -show window -theme-str '#prompt { enabled: false; }' -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" -padding 15 -lines 1