switched back to sway
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,5 +1,10 @@
|
||||
font-family = ""
|
||||
font-family = "Olympe Mono Hacked"
|
||||
# font-family = "FairfaxHaxHD"
|
||||
# font-family = "PragmataPro Liga"
|
||||
# font-family = "BigBlueTermPlus Nerd Font"
|
||||
# font-family = "Olympe Mono Hacked"
|
||||
font-family = "CaskaydiaCove Nerd Font"
|
||||
# theme = light:rose-pine-dawn,dark:rose-pine
|
||||
font-size = 14
|
||||
theme = light:xcodelight,dark:xcodedark
|
||||
window-decoration = false
|
||||
|
||||
@@ -295,11 +295,12 @@ return require('packer').startup(function(use)
|
||||
table.insert(names, server.name)
|
||||
end
|
||||
return " [" .. table.concat(names, " ") .. "]"
|
||||
-- return "[" .. table.concat(names, " ") .. "]"
|
||||
end
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
globalstatus = true,
|
||||
icons_enabled = false,
|
||||
icons_enabled = true,
|
||||
section_separators = { left = '', right = '' },
|
||||
component_separators = { left = '', right = '' }
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@ vim.opt.showmode = false
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
vim.opt.spell = true
|
||||
-- vim.opt.spell = true
|
||||
vim.opt.spelllang = "en_us"
|
||||
|
||||
vim.opt.swapfile = false
|
||||
@@ -53,7 +53,7 @@ vim.keymap.set("n", "<C-->", function()
|
||||
ChangeScaleFactor(1 / 1.25)
|
||||
end)
|
||||
|
||||
vim.opt.guifont = { "Olympe Mono Hacked", ":h12" }
|
||||
vim.opt.guifont = { "Fairfax", ":h12" }
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.g.netrw_keepdir = 0
|
||||
|
||||
@@ -31,7 +31,7 @@ super + p
|
||||
dmenu_run
|
||||
# Terminal
|
||||
super + Return
|
||||
st
|
||||
ghostty
|
||||
# Screenshot
|
||||
super + shift + s
|
||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f' ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png
|
||||
|
||||
Reference in New Issue
Block a user