You've already forked dotfiles
fix: Cleaning up some aspects of the language support work to move into
development and finish cleaning the main branch.
This commit is contained in:
@@ -24,36 +24,6 @@ config.automatically_reload_config = true
|
||||
|
||||
-- Linux specific fixes
|
||||
if wezterm.target_triple == 'x86_64-unknown-linux-gnu' then
|
||||
-- Fixing the cursor theme
|
||||
-- local xcursor_size = nil
|
||||
-- local xcursor_theme = nil
|
||||
--
|
||||
-- local theme_success, stdout, _ = wezterm.run_child_process({
|
||||
-- "gsettings",
|
||||
-- "get",
|
||||
-- "org.gnome.desktop.interface",
|
||||
-- "cursor-theme"
|
||||
-- })
|
||||
--
|
||||
-- if theme_success then
|
||||
-- xcursor_theme = stdout:gsub("'(.+)'\n", "%1")
|
||||
-- end
|
||||
--
|
||||
-- local cursor_success, _, _ = wezterm.run_child_process({
|
||||
-- "gsettings",
|
||||
-- "get",
|
||||
-- "org.gnome.desktop.interface",
|
||||
-- "cursor-size"
|
||||
-- })
|
||||
--
|
||||
-- if cursor_success then
|
||||
-- xcursor_size = tonumber(stdout)
|
||||
-- end
|
||||
--
|
||||
-- config.xcursor_theme = xcursor_theme
|
||||
-- config.xcursor_size = xcursor_size
|
||||
-- end cursor theme
|
||||
|
||||
config.disable_default_key_bindings = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user