switched back to sway

This commit is contained in:
Michael Chalupiak
2025-01-22 00:26:32 -05:00
parent 7b959b08ad
commit ee6da6e10d
8 changed files with 561 additions and 44 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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

View File

@@ -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 = '' }
},

View File

@@ -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

View File

@@ -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