aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-01-23 19:12:50 -0700
committershmibs <shmibs@gmail.com>2014-01-23 19:12:50 -0700
commit109744b2114c1966644638a15b1edae40a4290e2 (patch)
tree2a5f636b28adde7b8f244efa02c4299091604969 /.config
parent399d85d8f58b27e261f27040483a945d6b9659c0 (diff)
downloaddotfiles-109744b2114c1966644638a15b1edae40a4290e2.tar.gz
make dmenu read colours from awesome theme
also added cbz/cbr to rifle
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua3
l---------.config/awesome/themes/current2
-rw-r--r--.config/ranger/rifle.conf2
3 files changed, 5 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 662c79b..eb00e9d 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -311,7 +311,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, "Shift" }, "x", function () awful.util.spawn_with_shell("mcomix") end),
awful.key({ modkey, "Shift" }, "s", function () awful.util.spawn_with_shell("pavucontrol") end),
awful.key({ modkey, "Shift" }, "t", function () awful.util.spawn_with_shell("transmission-gtk") end),
- awful.key({ modkey, }, "#19", function () awful.util.spawn_with_shell("dmenu_run -fn \"TI Calc Fonts Clean-8\" -h 16 -nb \"#2d2d2d\" -nf \"#dcdcdc\" -sb \"#d64937\" -sf \"#fcfcfc\"") end),
+ awful.key({ modkey, }, "#19", function () awful.util.spawn_with_shell("dmenu_run -fn \"TI Calc Fonts Clean-8\" -h 16 -nb \"" .. beautiful.bg_normal .. "\" -nf \"" .. beautiful.fg_normal .. "\" -sb \"" .. beautiful.bg_focus .. "\" -sf \"" .. beautiful.fg_focus .. "\"") end),
awful.key({ }, "Print", function () awful.util.spawn_with_shell("mate-screenshot") end),
-- bindings for quick access to folders
@@ -358,6 +358,7 @@ globalkeys = awful.util.table.join(
end),
awful.key({ modkey, "Shift" }, "space", function ()
awful.layout.inc(layouts, -1)
+ end),
-- restart
awful.key({ modkey, "Control" }, "r", awesome.restart)
)
diff --git a/.config/awesome/themes/current b/.config/awesome/themes/current
index 0bcb018..7403173 120000
--- a/.config/awesome/themes/current
+++ b/.config/awesome/themes/current
@@ -1 +1 @@
-hakamichi \ No newline at end of file
+hakamichi/ \ No newline at end of file
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index d3c9388..c42a011 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -162,6 +162,8 @@ ext djvu, has evince, X, flag f = evince -- "$@"
#-------------------------------------------
# This requires atool
ext cbr|cbz, has mcomix, X, flag f = mcomix -- "$@"
+ext iso, has udevil = udevil mount -- "$@"
+ext iso, has udevil = udevil mount -- "$@"
ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has als = als -- "$@" | "$PAGER"
ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has als = als -- "$@" | "$PAGER"
ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has aunpack = aunpack -- "$@"