about summary refs log tree commit diff
path: root/awesome/.config
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-23 21:48:23 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-23 21:48:23 +0700
commit975b62bd33f48d61550088123b5a1bb930558efe (patch)
tree3ce213248c2776f66ffa4a7b3fff8804a226b6b4 /awesome/.config
parent65e17501d4dde544826f3141275b4db3fc2250a4 (diff)
downloaddotfiles-975b62bd33f48d61550088123b5a1bb930558efe.tar.gz
Update 2018-05-23
Diffstat (limited to 'awesome/.config')
-rw-r--r--awesome/.config/awesome/rc.lua5
1 files changed, 1 insertions, 4 deletions
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"}),