updates
This commit is contained in:
@@ -26,6 +26,9 @@ yay -S python-pip pyenv ipython
|
|||||||
# sound
|
# sound
|
||||||
yay -S manjaro-pipewire pavucontrol-qt
|
yay -S manjaro-pipewire pavucontrol-qt
|
||||||
|
|
||||||
|
# video sharing
|
||||||
|
yay -S wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
yay -S mint-themes mint-y-icons kvantum-theme-catppuccin-git catppuccin-gtk-theme-latte catppuccin-gtk-theme-mocha breeze-grub breeze-gtk breeze-icons
|
yay -S mint-themes mint-y-icons kvantum-theme-catppuccin-git catppuccin-gtk-theme-latte catppuccin-gtk-theme-mocha breeze-grub breeze-gtk breeze-icons
|
||||||
yay -S lxinput-gtk3 qt6ct pamac-gtk3
|
yay -S lxinput-gtk3 qt6ct pamac-gtk3
|
||||||
|
|||||||
+1
-1
@@ -282,7 +282,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||||||
callback = function(event)
|
callback = function(event)
|
||||||
vim.schedule(
|
vim.schedule(
|
||||||
function()
|
function()
|
||||||
vim.keymap.set("n", "q", "<cmd>q<cr>", { buffer = event.buf, silent = true, desc = "Quit Buffer" })
|
vim.keymap.set("n", "q", "<cmd>close<cr>", { buffer = event.buf, silent = true, desc = "Close Buffer" })
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -134,8 +134,13 @@ c.input.insert_mode.auto_leave = False
|
|||||||
c.input.insert_mode.plugins = True
|
c.input.insert_mode.plugins = True
|
||||||
c.messages.timeout = 5000
|
c.messages.timeout = 5000
|
||||||
c.qt.args = [
|
c.qt.args = [
|
||||||
"enable-accelerated-video-decode",
|
"disable-features=PermissionElement",
|
||||||
|
"ozone-platform-hint=wayland",
|
||||||
|
"ignore-gpu-blocklist",
|
||||||
"enable-gpu-rasterization",
|
"enable-gpu-rasterization",
|
||||||
|
"enable-accelerated-video-decode",
|
||||||
|
"enable-quic",
|
||||||
|
"enable-zero-copy",
|
||||||
]
|
]
|
||||||
c.qt.highdpi = True
|
c.qt.highdpi = True
|
||||||
c.scrolling.bar = "always"
|
c.scrolling.bar = "always"
|
||||||
|
|||||||
Reference in New Issue
Block a user