sway laptop config
This commit is contained in:
parent
50f45725af
commit
b825615a42
@ -5,7 +5,7 @@ export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
|||||||
|
|
||||||
export PATH="${PATH}:$HOME/.scripts:$HOME/maple2022/bin:$HOME/intelFPGA_lite/18.1/quartus/bin:$HOME/intelFPGA_lite/18.1/modelsim_ase/bin"
|
export PATH="${PATH}:$HOME/.scripts:$HOME/maple2022/bin:$HOME/intelFPGA_lite/18.1/quartus/bin:$HOME/intelFPGA_lite/18.1/modelsim_ase/bin"
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
# export XDG_CURRENT_DESKTOP=sway
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
export QSYS_ROOTDIR="/home/mikec/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
|
export QSYS_ROOTDIR="/home/mikec/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
|
||||||
export VERSION_CONTROL="never"
|
export VERSION_CONTROL="never"
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
font-family = ""
|
font-family = ""
|
||||||
font-family = "Olympe Mono Hacked"
|
# font-family = "FairfaxHax"
|
||||||
|
# font-family = "BigBlueTermPlus Nerd Font"
|
||||||
|
# font-family = "Olympe Mono Hacked"
|
||||||
font-family = "CaskaydiaCove Nerd Font"
|
font-family = "CaskaydiaCove Nerd Font"
|
||||||
|
font-size = 14
|
||||||
# theme = light:rose-pine-dawn,dark:rose-pine
|
# theme = light:rose-pine-dawn,dark:rose-pine
|
||||||
theme = light:xcodelight,dark:xcodedark
|
theme = light:xcodelight,dark:xcodedark
|
||||||
|
window-decoration = false
|
||||||
|
|||||||
@ -270,16 +270,16 @@ return require('packer').startup(function(use)
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
use 'nvim-tree/nvim-web-devicons'
|
-- use 'nvim-tree/nvim-web-devicons'
|
||||||
|
|
||||||
use({
|
use({
|
||||||
"utilyre/barbecue.nvim",
|
"utilyre/barbecue.nvim",
|
||||||
tag = "*",
|
tag = "*",
|
||||||
requires = {
|
requires = {
|
||||||
"SmiteshP/nvim-navic",
|
"SmiteshP/nvim-navic",
|
||||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
-- "nvim-tree/nvim-web-devicons", -- optional dependency
|
||||||
},
|
},
|
||||||
after = "nvim-web-devicons", -- keep this if you're using NvChad
|
-- after = "nvim-web-devicons", -- keep this if you're using NvChad
|
||||||
config = function()
|
config = function()
|
||||||
require("barbecue").setup()
|
require("barbecue").setup()
|
||||||
end,
|
end,
|
||||||
@ -294,7 +294,8 @@ return require('packer').startup(function(use)
|
|||||||
for i, server in pairs(vim.lsp.get_active_clients({ bufnr = 0 })) do
|
for i, server in pairs(vim.lsp.get_active_clients({ bufnr = 0 })) do
|
||||||
table.insert(names, server.name)
|
table.insert(names, server.name)
|
||||||
end
|
end
|
||||||
return " [" .. table.concat(names, " ") .. "]"
|
-- return " [" .. table.concat(names, " ") .. "]"
|
||||||
|
return "[" .. table.concat(names, " ") .. "]"
|
||||||
end
|
end
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
@ -307,7 +308,7 @@ return require('packer').startup(function(use)
|
|||||||
lualine_a = { { 'mode', separator = { left = '', right = '' } }, },
|
lualine_a = { { 'mode', separator = { left = '', right = '' } }, },
|
||||||
lualine_b = {},
|
lualine_b = {},
|
||||||
lualine_c = {'filename'},
|
lualine_c = {'filename'},
|
||||||
lualine_x = {lspactive, { 'diagnostics', icons_enabled = true }, 'branch', 'diff'},
|
lualine_x = {lspactive, { 'diagnostics', icons_enabled = false }, 'branch', 'diff'},
|
||||||
lualine_y = {'encoding', 'fileformat', 'filetype'},
|
lualine_y = {'encoding', 'fileformat', 'filetype'},
|
||||||
lualine_z = {'location', { 'progress', separator = { left = '', right = '' } }, },
|
lualine_z = {'location', { 'progress', separator = { left = '', right = '' } }, },
|
||||||
},
|
},
|
||||||
@ -317,7 +318,7 @@ return require('packer').startup(function(use)
|
|||||||
|
|
||||||
use {
|
use {
|
||||||
'goolord/alpha-nvim',
|
'goolord/alpha-nvim',
|
||||||
requires = { 'nvim-tree/nvim-web-devicons' },
|
-- requires = { 'nvim-tree/nvim-web-devicons' },
|
||||||
config = function ()
|
config = function ()
|
||||||
require'alpha'.setup(require'alpha.themes.startify'.config)
|
require'alpha'.setup(require'alpha.themes.startify'.config)
|
||||||
end
|
end
|
||||||
|
|||||||
@ -13,7 +13,7 @@ vim.opt.showmode = false
|
|||||||
|
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
|
|
||||||
vim.opt.spell = true
|
-- vim.opt.spell = true
|
||||||
vim.opt.spelllang = "en_us"
|
vim.opt.spelllang = "en_us"
|
||||||
|
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
@ -53,7 +53,7 @@ vim.keymap.set("n", "<C-->", function()
|
|||||||
ChangeScaleFactor(1 / 1.25)
|
ChangeScaleFactor(1 / 1.25)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
vim.opt.guifont = { "Olympe Mono Hacked", ":h12" }
|
vim.opt.guifont = { "Fairfax", ":h12" }
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
vim.g.netrw_keepdir = 0
|
vim.g.netrw_keepdir = 0
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
set preview_images true
|
set preview_images true
|
||||||
set preview_images_method ueberzug
|
set preview_images_method kitty
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
include colors
|
include colors
|
||||||
set font "Olympe Mono Hacked 12"
|
set font "Cascadia Code 12"
|
||||||
set database "sqlite"
|
set database "sqlite"
|
||||||
set recolor true
|
set recolor true
|
||||||
|
|||||||
@ -3,9 +3,9 @@ export GDK_SCALE=2
|
|||||||
export GDK_DPI_SCALE=0.5
|
export GDK_DPI_SCALE=0.5
|
||||||
export XCURSOR_SIZE=32
|
export XCURSOR_SIZE=32
|
||||||
# export SUDO_ASKPASS=ksshaskpass
|
# export SUDO_ASKPASS=ksshaskpass
|
||||||
# export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
#sxhkd -c $HOME/.config/berry/sxhkdrc &
|
#sxhkd -c $HOME/.config/berry/sxhkdrc &
|
||||||
xrandr --output eDP-1 --scale 1.25x1.25
|
xrandr --output eDP-1 --scale 1.25x1.25
|
||||||
# autorandr -c
|
# autorandr -c
|
||||||
# xrandr --output DisplayPort-0 --rate 165
|
# xrandr --output DisplayPort-0 --rate 165
|
||||||
# $HOME/.fehbg
|
$HOME/.fehbg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user