sway: add wmrctl

This commit is contained in:
Marco Thomas
2022-08-12 15:27:00 +02:00
parent 4ec8d449ef
commit aed265a147
4 changed files with 30 additions and 13 deletions

View File

@@ -2,6 +2,9 @@
-- Treesitter with `:TSUpdate`
-- LSP with `:LSPInstall`, log with `:LSPInfo`
-- Don't load this in plugins.lua
vim.cmd("set termguicolors")
require 'plugins' -- Load plugins
require 'settings' -- General settings
require 'mappings' -- Keyboard mappings

View File

@@ -17,7 +17,6 @@ return require('packer').startup(function(use)
use({
'sainnhe/everforest',
config = function()
vim.cmd("set termguicolors")
vim.cmd("set background=light")
vim.cmd("let g:everforest_background = 'hard'")
vim.cmd("colorscheme everforest")