diff options
| author | Blista Kanjo | 2021-12-02 09:59:33 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-02 09:59:33 -0500 |
| commit | db7bf6f627ae37d9383c4b58bd12730c99eabbb0 (patch) | |
| tree | c38b2d4e3fc3459190d13ad5467c93088d57b15a /awesome/rc.lua | |
| parent | 1752805903d071e4e15f0dea84e08dd44515f58d (diff) | |
switched to gvim
Diffstat (limited to 'awesome/rc.lua')
| -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 1070f53..f4753ff 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 "gedit" +editor = os.getenv("EDITOR") or "gvim" editor_cmd = terminal .. " -e " .. editor -- Default modkey. @@ -65,7 +65,7 @@ myawesomemenu = { { "show hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end }, -- { "manual", terminal .. " -e man awesome" }, { "config file", editor .. " " .. awesome.conffile }, - { "picom config", function() awful.spawn.easy_async_with_shell("sh -c 'gedit $HOME/.config/picom.conf'") end }, + { "picom config", function() awful.spawn.easy_async_with_shell("sh -c 'gvim $HOME/.config/picom.conf'") end }, { "change wallpaper", function() awful.spawn.easy_async_with_shell("sh -c 'nitrogen'") end }, { "xdg_menu refresh", 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 }, |
