From 93994d3407788f476180aecbe888346b52935159 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Fri, 25 Jan 2019 11:45:21 +0100 Subject: 2019-01-24 --- localfs/etc/X11/xorg.conf.d/00-keyboard.conf | 4 ++-- localfs/etc/dnf/dnf.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'localfs/etc') diff --git a/localfs/etc/X11/xorg.conf.d/00-keyboard.conf b/localfs/etc/X11/xorg.conf.d/00-keyboard.conf index 7e5c389..5c3c97a 100644 --- a/localfs/etc/X11/xorg.conf.d/00-keyboard.conf +++ b/localfs/etc/X11/xorg.conf.d/00-keyboard.conf @@ -4,6 +4,6 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" - Option "XkbLayout" "de,ie,bg,de" - Option "XkbVariant" ",,phonetic,ru" + Option "XkbLayout" "de,ru,bg(phonetic)" + Option "XkbModel" "grp:ctrls_toggle" EndSection diff --git a/localfs/etc/dnf/dnf.conf b/localfs/etc/dnf/dnf.conf index 4d5402b..5b5eaca 100644 --- a/localfs/etc/dnf/dnf.conf +++ b/localfs/etc/dnf/dnf.conf @@ -1,7 +1,7 @@ [main] gpgcheck=1 # Number of kernels to be kept on the system: -installonly_limit=2 +installonly_limit=3 clean_requirements_on_remove=True fastestmirror=true -- cgit v1.2.3