浏览代码

changed terminal to sakura and editor to vscode

home-manager
HMSheets 4 年前
父节点
当前提交
7e142cd339
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      wm/awesome/rc.lua

+ 2
- 2
wm/awesome/rc.lua 查看文件

@@ -52,8 +52,8 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")

-- @DOC_DEFAULT_APPLICATIONS@
-- This is used later as the default terminal and editor to run.
terminal = "xterm"
editor = os.getenv("EDITOR") or "nano"
terminal = "sakura"
editor = os.getenv("code") or "nano"
editor_cmd = terminal .. " -e " .. editor

-- Default modkey.


正在加载...
取消
保存