소스 검색

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.


불러오는 중...
취소
저장