cleanup
This commit is contained in:
parent
ea97852507
commit
df83c78d92
2 changed files with 0 additions and 22 deletions
3
foot.ini
3
foot.ini
|
|
@ -1,3 +0,0 @@
|
||||||
[main]
|
|
||||||
font = FiraCode Nerd Font:style=Regular:size=12
|
|
||||||
shell = tmux
|
|
||||||
19
wezterm.lua
19
wezterm.lua
|
|
@ -1,19 +0,0 @@
|
||||||
local wezterm = require 'wezterm'
|
|
||||||
local config = wezterm.config_builder()
|
|
||||||
|
|
||||||
config.default_prog = { '/usr/bin/tmux' }
|
|
||||||
config.color_scheme = 'Kanagawa (Gogh)'
|
|
||||||
config.enable_tab_bar = false
|
|
||||||
config.skip_close_confirmation_for_processes_named = {}
|
|
||||||
config.colors = {
|
|
||||||
cursor_bg = "#FFFF00"
|
|
||||||
}
|
|
||||||
config.mouse_bindings = {
|
|
||||||
{
|
|
||||||
event = { Up = { streak = 1, button = 'Left' } },
|
|
||||||
mods = 'CTRL',
|
|
||||||
action = wezterm.action.OpenLinkAtMouseCursor,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
return config
|
|
||||||
Loading…
Reference in a new issue