From 4aeb2084faf18d7eb31d442651086504d87576e9 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 1 Dec 2019 20:44:09 +0700 Subject: Update 2019-12-01 --- awesome/.config/awesome/rc.lua | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'awesome') 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) -- cgit 1.4.1