This commit is contained in:
Henrik Bakken
2025-10-12 20:02:09 +02:00
parent e7cc6e75e8
commit c58cb97c90
3 changed files with 10 additions and 2 deletions
+3
View File
@@ -26,6 +26,9 @@ yay -S python-pip pyenv ipython
# sound
yay -S manjaro-pipewire pavucontrol-qt
# video sharing
yay -S wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
# 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 lxinput-gtk3 qt6ct pamac-gtk3
+1 -1
View File
@@ -282,7 +282,7 @@ vim.api.nvim_create_autocmd("FileType", {
callback = function(event)
vim.schedule(
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,
+6 -1
View File
@@ -134,8 +134,13 @@ c.input.insert_mode.auto_leave = False
c.input.insert_mode.plugins = True
c.messages.timeout = 5000
c.qt.args = [
"enable-accelerated-video-decode",
"disable-features=PermissionElement",
"ozone-platform-hint=wayland",
"ignore-gpu-blocklist",
"enable-gpu-rasterization",
"enable-accelerated-video-decode",
"enable-quic",
"enable-zero-copy",
]
c.qt.highdpi = True
c.scrolling.bar = "always"