From 975b62bd33f48d61550088123b5a1bb930558efe Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 23 May 2018 21:48:23 +0700 Subject: Update 2018-05-23 --- awesome/.config/awesome/rc.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'awesome/.config') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 647e57c..cf31546 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -48,7 +48,6 @@ beautiful.init"~/.config/awesome/themes/gruvbox/theme.lua" terminal = "x-terminal-emulator -e dvtm" editor = "gvim" -- And some additional applications -emacserver = "emacs --daemon" root_terminal = "x-terminal-emulator -e sudo -i dvtm" ranger = "x-terminal-emulator -e ranger" ipython = "x-terminal-emulator -e ipython" @@ -374,9 +373,7 @@ globalkeys = awful.util.table.join( {description = "open a root terminal", group = "launcher"}), awful.key({modkey}, "v", function() awful.spawn(editor) end, {description = "open GVim", group = "launcher"}), - awful.key({modkey}, "e", function() awful.spawn("emacsclient -c") end, - {description = "open Emacs", group = "launcher"}), - awful.key({modkey, 'Shift'}, "e", function() awful.spawn(emacserver) end, + awful.key({modkey}, "e", function() awful.spawn("emacs") end, {description = "open Emacs", group = "launcher"}), awful.key({modkey}, "b", function() awful.spawn"luakit" end, {description = "open Luakit", group = "launcher"}), -- cgit 1.4.1