From fd24855d13108836c21d97ef4b6f14bc753d696e Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 18 Apr 2023 22:53:32 +0200 Subject: [PATCH] updated layout --- neovim/.config/nvim/init.vim | 2 +- screen-layout/.screenlayout/layout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index c2ee86c..08d2f2c 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -54,7 +54,7 @@ let mapleader=" " " set mapleader to space let maplocalleader=" " " set localleader to space set timeoutlen=1000 " set timeout length set spell " activate spell-checking -setlocal spelllang=de,en_us " enable German and English spell checking +set spelllang=de,en " enable German and English spell checking set nocompatible " disable compatibility to old-time vi let g:indentLine_setConceal = 0 " disable the conceal 'feature' of indentLine plugin set showmatch " show matching brackets. diff --git a/screen-layout/.screenlayout/layout.sh b/screen-layout/.screenlayout/layout.sh index d62e1cf..cb84ddf 100755 --- a/screen-layout/.screenlayout/layout.sh +++ b/screen-layout/.screenlayout/layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 1807x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x660 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off +xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2080x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x585 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-5 --off