diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-01-13 21:51:32 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-01-13 21:51:32 +0200 |
| commit | e2d4de62ba96d366d9171df6a318ec82d37425f0 (patch) | |
| tree | cd35292811c612e610ce3dde0ab6c1e8bf929743 | |
| parent | 4d04ea55656733ec27ee7753347407c5416496fd (diff) | |
| download | dotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.tar.xz dotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.zip | |
Added competitest to nvim and did some ricing to the awesomewm bar
166 files changed, 1394 insertions, 3284 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index c8d4cb6..ec80afe 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -1,15 +1,3 @@ ---[[ - - Awesome WM configuration template - https://github.com/awesomeWM - - Freedesktop : https://github.com/lcpz/awesome-freedesktop - - Copycats themes : https://github.com/lcpz/awesome-copycats - - lain : https://github.com/lcpz/lain - ---]] -- {{{ Required libraries local awesome, client, mouse, screen, tag = awesome, client, mouse, screen, tag @@ -119,12 +107,12 @@ local modkey1 = "Control" -- personal variables --change these variables if you want local browser1 = "brave" -local browser2 = "firefox" +local browser2 = "FireDragon" local browser3 = "chromium -no-default-browser-check" local editor = os.getenv("EDITOR") or "nano" -local editorgui = "atom" -local filemanager = "pcmanfm" -local mailclient = "evolution" +local editorgui = "neovide" +local filemanager = "dolphin" +local mailclient = "mailspring" local mediaplayer = "spotify" local terminal = "kitty" local virtualmachine = "virtualbox" @@ -241,8 +229,6 @@ local myawesomemenu = { awful.util.mymainmenu = freedesktop.menu.build({ before = { { "Awesome", myawesomemenu }, |
