Updated scripts

This commit is contained in:
2025-09-05 10:07:23 +02:00
parent f94060fce7
commit 9788b9d9bb
6 changed files with 304 additions and 47 deletions

View File

@@ -18,7 +18,8 @@ exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" #
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = udiskie
exec-once = waybar
exec-once = systemctl --user start sunshine
exec-once = wayvnc 0.0.0.0 5900
exec-once = systemctl --user import-environment PATH
#############################
### ENVIRONMENT VARIABLES ###
@@ -27,8 +28,6 @@ env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct # for Qt apps
# env = GTK_THEME,Adwaita:dark
# env = QT_STYLE_OVERRIDE,adwaita-dark
#####################
### LOOK AND FEEL ###

View File

@@ -97,7 +97,7 @@ vim.pack.add({
{ src = "https://github.com/neovim/nvim-lspconfig" },
{ src = "https://github.com/lewis6991/gitsigns.nvim" },
{ src = "https://github.com/MunifTanjim/nui.nvim" },
{ src = "https://github.com/folke/noice.nvim" },
-- { src = "https://github.com/folke/noice.nvim" },
{ src = "https://github.com/L3MON4D3/LuaSnip" },
{ src = "https://github.com/rafamadriz/friendly-snippets" },
{ src = "https://github.com/saghen/blink.cmp" },
@@ -108,7 +108,7 @@ vim.pack.add({
-------------------------------------------------------------------
-- Plugin config
-------------------------------------------------------------------
require("noice").setup()
-- require("noice").setup()
require("netrw").setup()
require("conform").setup({
formatters_by_ft = {