From a7ea7c9641a617933b8b49cfe651ef35fa800682 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 26 Jan 2017 17:12:09 +0300 Subject: [PATCH] do not wrap lines in git diff, also keyboard layout per window, not per app please --- bashplugins | 4 ++-- gxkb.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bashplugins b/bashplugins index c1e73e3..dfef186 100644 --- a/bashplugins +++ b/bashplugins @@ -7,9 +7,9 @@ gdf() local fancydiff='/usr/bin/diff-so-fancy' local githighlight='/usr/share/git/diff-highlight/diff-highlight' if [[ -x ${fancydiff} ]]; then - gdiff "$@" | ${fancydiff} | less --tabs=4 -RFX + gdiff "$@" | ${fancydiff} | less --tabs=4 -RSFX elif [[ -x ${githighlight} ]]; then - gdiff "$@" | ${githighlight} | less --tabs=4 -RFX + gdiff "$@" | ${githighlight} | less --tabs=4 -RSFX else gdiff "$@" fi diff --git a/gxkb.cfg b/gxkb.cfg index 82efc15..63519fb 100644 --- a/gxkb.cfg +++ b/gxkb.cfg @@ -1,5 +1,5 @@ [xkb config] -group_policy=2 +group_policy=1 default_group=0 never_modify_config=false model=pc105