summaryrefslogtreecommitdiff
path: root/guides
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-25 22:06:18 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-25 22:06:18 +0200
commit1d8ac3cb8b1ddba275af8373dbe5adc8a8d71758 (patch)
tree55fd9cb8cd30fb374b8bee896ea5a972b3d40452 /guides
parent111da03b9ca6bc20bec51f539d26460f904e95ae (diff)
downloadmemory-leaks-1d8ac3cb8b1ddba275af8373dbe5adc8a8d71758.tar.xz
Add more setup notes for openSUSE
Diffstat (limited to 'guides')
-rw-r--r--guides/setups/operating-systems/opensuse.org23
1 files changed, 22 insertions, 1 deletions
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