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-12-01 20:44:09 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-01 20:44:09 +0700
commit4aeb2084faf18d7eb31d442651086504d87576e9 (patch)
treec6ad66fcdc6ebd7a014d7537a51a5b25a0ae67f3 /awesome/.config/awesome
parentd510a821657190ed3f8778eda7d64c163c4c290c (diff)
downloaddotfiles-4aeb2084faf18d7eb31d442651086504d87576e9.tar.gz
Update 2019-12-01
Diffstat (limited to 'awesome/.config/awesome')
-rw-r--r--awesome/.config/awesome/rc.lua14
1 files changed, 6 insertions, 8 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 0052f03..2a65b06 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -45,7 +45,7 @@ end
 beautiful.init"~/.config/awesome/themes/srcery/theme.lua"
 
 -- This is used later as the default terminal and editor to run.
-local terminal = "urxvtc"
+local terminal = "urxvt"
 local editor = "gvim"
 -- And some additional applications
 local root_terminal = terminal .. " -e su -"
@@ -386,13 +386,11 @@ awful.screen.connect_for_each_screen(function (s)
     {-- Middle widget
      layout = wibox.layout.fixed.horizontal,
     },
-    -- s.mytasklist,
-    { -- Right widgets
-      layout = wibox.layout.fixed.horizontal,
-      -- mykeyboardlayout,
-      wibox.widget.systray(),
-      s.mytaglist,
-      s.mylayoutbox
+    {-- Right widgets
+     layout = wibox.layout.fixed.horizontal,
+     wibox.widget.systray(),
+     s.mytaglist,
+     s.mylayoutbox
     }
   }
 end)