Changes
This commit is contained in:
parent
7ffc04bbad
commit
3198fcf967
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue