diff options
| author | Blista Kanjo | 2021-10-26 08:48:37 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-26 08:48:37 -0400 |
| commit | 5da8c9d5388d2baa44eda962f602560c301e88cd (patch) | |
| tree | a057c5d48c0b677c9254564053a30775e7334867 /awesome | |
| parent | 162cf0b6e0d60b04d3ea41224e78f45d913dae18 (diff) | |
changed default editor to xed
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index e10c53e..02e35f5 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -28,7 +28,7 @@ beautiful.init(theme_path) -- This is used later as the default terminal and editor to run. terminal = "qterminal" -editor = os.getenv("EDITOR") or "kate" +editor = os.getenv("EDITOR") or "xed" editor_cmd = terminal .. " -e " .. editor -- Default modkey. @@ -65,7 +65,7 @@ myawesomemenu = { { "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end }, -- { "manual", terminal .. " -e man awesome" }, { "config", editor .. " " .. awesome.conffile }, - { "picom", function() awful.spawn.easy_async_with_shell("sh -c 'kate $HOME/.config/picom.conf'") end }, + { "picom", function() awful.spawn.easy_async_with_shell("sh -c 'xed $HOME/.config/picom.conf'") end }, { "wall", function() awful.spawn.easy_async_with_shell("sh -c 'nitrogen'") end }, { "xdg", function() awful.spawn.easy_async_with_shell("sh -c 'xdg_menu --format awesome --root-menu /etc/xdg/menus/arch-applications.menu > ~/.config/awesome/xdgmenu.lua'") end, }, { "refresh", awesome.restart }, |
