mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(linux): Set up Hyprland
This commit is contained in:
parent
346a975e80
commit
49693c7657
20 changed files with 533 additions and 35 deletions
|
|
@ -67,7 +67,7 @@ config.max_fps = 120
|
|||
config.font = wezterm.font({
|
||||
family = "CaskaydiaCove Nerd Font",
|
||||
})
|
||||
config.color_scheme = "Catppuccin Frappe"
|
||||
config.color_scheme = "Catppuccin Mocha"
|
||||
config.font_size = 12.0
|
||||
config.front_end = "WebGpu"
|
||||
config.webgpu_power_preference = "HighPerformance"
|
||||
|
|
@ -209,8 +209,7 @@ config.mouse_bindings = {
|
|||
--#endregion
|
||||
|
||||
--#region Environment
|
||||
config.set_environment_variables = {
|
||||
}
|
||||
config.set_environment_variables = {}
|
||||
--#endregion
|
||||
|
||||
--#region Launching
|
||||
|
|
@ -251,7 +250,7 @@ if os_type == "Windows" then
|
|||
},
|
||||
}
|
||||
elseif os_type == "macOS" then
|
||||
config.default_prog = { "/opt/homebrew/bin/fish", "-l"}
|
||||
config.default_prog = { "/opt/homebrew/bin/fish", "-l" }
|
||||
else
|
||||
config.default_prog = { "fish" }
|
||||
config.launch_menu = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue