From 3198fcf967e1c9b6bd79e6742d8005ec03f877f2 Mon Sep 17 00:00:00 2001 From: Daan Vanoverloop Date: Tue, 26 Oct 2021 17:08:24 +0200 Subject: [PATCH] Changes --- .config/alacritty.yml | 2 +- .config/nvim/lua/plugins.lua | 1 + .zprofile | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 2aeeb8c..9544f0b 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 10.0 + size: 9.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 5398f6d..d660cc2 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -35,6 +35,7 @@ return require('packer').startup(function() "ray-x/lsp_signature.nvim", } use 'nanotee/nvim-lsp-basics' + use 'mfussenegger/nvim-jdtls' -- Tabs use { diff --git a/.zprofile b/.zprofile index 549a88a..9ccae08 100644 --- a/.zprofile +++ b/.zprofile @@ -4,11 +4,18 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export XKB_DEFAULT_OPTIONS=caps:escape export MOZ_USE_XINPUT2=1 export MOZ_ENABLE_WAYLAND=1 +export XDG_CURRENT_DESKTOP=sway if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi +if [ -n "$DESKTOP_SESSION" ];then + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK + dbus-update-activation-environment DISPLAY=:0 +fi + if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then #exec startx /home/daan/.config/penrose/start-penrose.sh #exec startx