about summary refs log tree commit diff
path: root/awesome/.config/awesome/rc.lua
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/rc.lua
parent92fa2f573eadd41b35aa115402d282829f40e824 (diff)
downloaddotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz
Update 2019-07-07
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-rw-r--r--awesome/.config/awesome/rc.lua5
1 files changed, 3 insertions, 2 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",