update
This commit is contained in:
parent
b72ebbd0af
commit
62b426a95e
2 changed files with 1 additions and 9 deletions
1
i3config
1
i3config
|
|
@ -28,6 +28,7 @@ exec --no-startup-id thunderbird
|
||||||
exec --no-startup-id flatpak run com.sindresorhus.Caprine
|
exec --no-startup-id flatpak run com.sindresorhus.Caprine
|
||||||
exec --no-startup-id flatpak run com.discordapp.Discord
|
exec --no-startup-id flatpak run com.discordapp.Discord
|
||||||
exec --no-startup-id pavucontrol
|
exec --no-startup-id pavucontrol
|
||||||
|
exec --no-startup-id flatpak run dev.lizardbyte.app.Sunshine
|
||||||
|
|
||||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
||||||
|
|
||||||
|
|
|
||||||
9
init.lua
9
init.lua
|
|
@ -269,15 +269,6 @@ local TerminalLineFileNameBlock = {
|
||||||
return "TabLine"
|
return "TabLine"
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
on_click = {
|
|
||||||
callback = function(_, minwid, _, _)
|
|
||||||
vim.api.nvim_win_set_buf(0, minwid)
|
|
||||||
end,
|
|
||||||
minwid = function(self)
|
|
||||||
return self.bufnr
|
|
||||||
end,
|
|
||||||
name = "termline_buffer_callback",
|
|
||||||
},
|
|
||||||
TablineFileName,
|
TablineFileName,
|
||||||
}
|
}
|
||||||
local TerminalLineBufferBlock = utils.surround({ "", "" }, function(self)
|
local TerminalLineBufferBlock = utils.surround({ "", "" }, function(self)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue