diff options
author | Aaron Ball <nullspoon@oper.io> | 2021-10-15 15:51:47 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2021-10-15 15:51:47 -0600 |
commit | 5b5e9857b21d968686e43dcc0786160c1b6cc69a (patch) | |
tree | 074658b7fac2dda08570b4af9833babca306070d | |
parent | 0ecef7b6674d67020a24eaf8d434b69f1bbf6220 (diff) | |
download | oper.io-5b5e9857b21d968686e43dcc0786160c1b6cc69a.tar.gz oper.io-5b5e9857b21d968686e43dcc0786160c1b6cc69a.tar.xz |
X11 to native wayland: Minor changes to trigger rebuild
-rw-r--r-- | posts/linux:switching-from-x11-to-native-wayland.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posts/linux:switching-from-x11-to-native-wayland.md b/posts/linux:switching-from-x11-to-native-wayland.md index 8e6bd7d..9207c45 100644 --- a/posts/linux:switching-from-x11-to-native-wayland.md +++ b/posts/linux:switching-from-x11-to-native-wayland.md @@ -65,7 +65,6 @@ gsettings set org.gnome.desktop.interface font-name 'Iosevka Aile 12' dbus-run-session sway ``` - ### Clipboard management With X11, I used the `xclip` program. With Wayland, there exists an unofficial |