about summary refs log tree commit diff
path: root/awesome/.config/awesome
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
commitcd64877d15106e819b56db19fd78f0e85f70222d (patch)
tree2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /awesome/.config/awesome
parent92fa2f573eadd41b35aa115402d282829f40e824 (diff)
downloaddotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz
Update 2019-07-07
Diffstat (limited to 'awesome/.config/awesome')
-rw-r--r--awesome/.config/awesome/rc.lua5
-rw-r--r--awesome/.config/awesome/themes/srcery/theme.lua2
2 files changed, 4 insertions, 3 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 485e4d2..c43b97d 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -302,6 +302,7 @@ end
 screen.connect_signal("property::geometry", set_wallpaper)
 
 awful.screen.connect_for_each_screen(function (s)
+  set_wallpaper(s)
   -- Each screen has its own tag table.
   awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s,
             awful.layout.layouts[1])
@@ -453,8 +454,8 @@ local globalkeys = awful.util.table.join(
             {description = "open GVim", group = "launcher"}),
   awful.key({modkey}, "e", spawner"emacsclient -c",
             {description = "open Emacs", group = "launcher"}),
-  awful.key({modkey}, "b", spawner"luakit",
-            {description = "open Luakit", group = "launcher"}),
+  awful.key({modkey}, "b", spawner"qutebrowser",
+            {description = "open qutebrowser", group = "launcher"}),
   awful.key({modkey, "Shift"}, "b", spawner"torify luakit --nounique",
             {description = "open torified Luakit", group = "launcher"}),
   awful.key({modkey}, "f", spawner"firefox",
diff --git a/awesome/.config/awesome/themes/srcery/theme.lua b/awesome/.config/awesome/themes/srcery/theme.lua
index d0c3e26..0c0578c 100644
--- a/awesome/.config/awesome/themes/srcery/theme.lua
+++ b/awesome/.config/awesome/themes/srcery/theme.lua
@@ -53,7 +53,7 @@ theme.hotkeys_fg    = theme.fg_normal
 
 theme.useless_gap   = 0
 theme.border_width  = 2
-theme.border_normal = theme.bg_focus
+theme.border_normal = '#353535'
 theme.border_focus  = theme.orange
 theme.border_marked = theme.red