From 1d8ac3cb8b1ddba275af8373dbe5adc8a8d71758 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 25 Apr 2021 22:06:18 +0200 Subject: Add more setup notes for openSUSE --- guides/setups/operating-systems/opensuse.org | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'guides/setups/operating-systems/opensuse.org') diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org index 72383bd..1d4a7a9 100644 --- a/guides/setups/operating-systems/opensuse.org +++ b/guides/setups/operating-systems/opensuse.org @@ -1,5 +1,11 @@ * Post-installation setup ** System settings +*** Workspace Behavior +- Virtual Desktops + - 1 row, 4 desktops +*** Window Management +- Task Switcher + - Visualization: Thumbnail Grid *** Shortcuts - Dolphin - Default shortcut: =Meta+F= @@ -10,8 +16,11 @@ - KWin - Active Window Demanding Attention: disable =Ctrl+Alt+A= - Maximize Window: =Meta+Up= + - Switch to Next Desktop: =Ctrl+Alt+Right= + - Switch to Previous Desktop: =Ctrl+Alt+Left= - Walk Through Windows of Current Application: disable =Alt+`= - Walk Through Windows of Current Application (Reverse): disable =Alt+~= + - Window to Desktop /n/: =Ctrl+Alt+n= - Plasma - Enable Clipboard Actions: disable =Ctrl+Alt+X= - Manually Invoke Action on Current Clipboard: disable =Ctrl+Alt+R= @@ -48,7 +57,11 @@ https://en.opensuse.org/SDB:Administer_with_sudo - locate partition with ~lsblk~ - ~mount $PARTITION /mnt/disk~ - ~cp /mnt/disk/etc/shadow- /mnt/disk/etc/shadow~ -** TODO set keyboard options for greeter and TTYs +** Global keyboard settings +#+begin_src sh +$ sudo localectl set-x11-keymap fr pc105 latin9 ctrl:nocaps +#+end_src +No idea how to get =ctrl:nocaps= to work for the TTY… * HOWTO ** Open ports #+begin_src sh @@ -69,3 +82,11 @@ $ sudo zypper in -f nvidia-gfxG05-kmp-default (e.g. xboxdrv installs =/etc/modprobe.d/50-xpad.conf=) - if installed, make sure the xboxdrv service is disabled - ~sudo tee /etc/modules-load.d/xpad.conf <<< xpad~ +** Clear up some space for large upgrades +libc and compilers upgrades sometimes fail midway through because +there is no space left. An easy way to reclaim some space is to +delete some filesystem snapshots: +#+begin_src sh +$ sudo snapper list +$ sudo snapper delete $start-$end +#+end_src -- cgit v1.2.3