From b96895c7bdf0f15ff68087ccd8c45559f7996241 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 8 Aug 2021 17:48:03 +0200 Subject: [PATCH 1/4] Create .nanorc --- .nanorc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nanorc diff --git a/.nanorc b/.nanorc new file mode 100644 index 0000000..7fa0d6c --- /dev/null +++ b/.nanorc @@ -0,0 +1 @@ +include /usr/share/nano/*.nanorc From 5488ee82bb1b914621d95bf74312495a2f377a12 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 8 Aug 2021 17:50:52 +0200 Subject: [PATCH 2/4] Delete .nanorc --- .nanorc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .nanorc diff --git a/.nanorc b/.nanorc deleted file mode 100644 index 7fa0d6c..0000000 --- a/.nanorc +++ /dev/null @@ -1 +0,0 @@ -include /usr/share/nano/*.nanorc From 4ff5c16969aad74599b2cb94f8c2f1ba00e31c58 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Fri, 20 Aug 2021 19:24:36 +0200 Subject: [PATCH 3/4] Update .profile adding export WLR_RENDERER_ALLOW_SOFTWARE=1 for vm usage --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 6edef1f..c7f7098 100644 --- a/.profile +++ b/.profile @@ -2,3 +2,4 @@ export MOZ_ENABLE_WAYLAND=1 export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_TYPE=wayland export WLR_NO_HARDWARE_CURSORS=1 +export WLR_RENDERER_ALLOW_SOFTWARE=1 From 146c230707f98b79d8346c8e2aed0eded8898a1c Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 22 Aug 2021 22:06:01 +0200 Subject: [PATCH 4/4] Update .profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index c7f7098..bf2dd7e 100644 --- a/.profile +++ b/.profile @@ -2,4 +2,4 @@ export MOZ_ENABLE_WAYLAND=1 export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_TYPE=wayland export WLR_NO_HARDWARE_CURSORS=1 -export WLR_RENDERER_ALLOW_SOFTWARE=1 +#export WLR_RENDERER_ALLOW_SOFTWARE=1