Compare commits

..

No commits in common. '1295dbe4d54f1dfab1b184a5eeb1160f2b19ee57' and '91815480bc4240f641049a180a83dcb5d02e3125' have entirely different histories.

@ -35,18 +35,15 @@ export ELECTRON_OZONE_PLATFORM_HINT=wayland
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json:/usr/share/glvnd/egl_vendor.d/10_nvidia.json
# gnome keyring
#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# kde wallet
/usr/lib/pam_kwallet_init
# start sway
#status=$(sudo cat /sys/class/drm/card1-HDMI-A-2/status)
#if [ "$status" = "connected" ]; then
#export WLR_RENDERER=vulkan
export WLR_RENDERER=vulkan
#export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2
#export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/share/glvnd/egl_vendor.d/50_mesa.json
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/share/glvnd/egl_vendor.d/50_mesa.json
#fi
#export WLR_RENDERER=gles2

@ -22,13 +22,8 @@ vim.opt.cmdheight = 2
vim.opt.hidden = true
vim.opt.termguicolors = true
vim.opt.completeopt = { "menu", "menuone", "noselect" }
vim.opt.signcolumn = "yes"
vim.o.guifont = "Roboto Mono for Powerline:h14"
-- temp solution to force sync parsing for treesitter due to flickering
-- see gh issue: https://github.com/neovim/neovim/issues/32660
vim.g._ts_force_sync_parsing = true
vim.cmd([[
syntax on
syntax enable

@ -6,8 +6,6 @@ local servers = {
--"phpactor",
"intelephense",
"emmet_language_server",
"volar",
"eslint",
}
require("mason").setup()

@ -1,8 +0,0 @@
return {
filetypes = {'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue'},
init_options = {
vue = {
hybridMode = false,
},
},
}

@ -43,9 +43,6 @@ input "1267:12521:ELAN1205:00_04F3:30E9_Touchpad" {
exec systemctl --user import-environment SWAYSOCK WAYLAND_DISPLAY
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# kde wallet manager daemon
exec /usr/bin/kwalletd6
# disable xwayland
#xwayland disable
@ -257,7 +254,7 @@ exec "/usr/bin/sleep 5; /usr/bin/nextcloud --background"
exec --no-startup-id nm-applet --indicator
# start rog-control-center
#exec --no-startup-id rog-control-center
exec --no-startup-id rog-control-center
# dunst keybinds
bindsym Ctrl+space exec dunstctl close

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 7.8 MiB

Loading…
Cancel
Save