From 39c538ac968a8e4af0b6c9b2351725c65e240c30 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 15 Jan 2025 00:01:20 +0100 Subject: [PATCH] Upgrade Nvim, Fix Paging Bug, Macbook Xremap Service --- .config/kglobalshortcutsrc | 3 ++- .config/nvim | 2 +- .config/systemd/user/xremap.service | 9 +++++++++ .profile | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .config/systemd/user/xremap.service diff --git a/.config/kglobalshortcutsrc b/.config/kglobalshortcutsrc index aea672b..6bab27c 100644 --- a/.config/kglobalshortcutsrc +++ b/.config/kglobalshortcutsrc @@ -81,8 +81,9 @@ Invert Screen Colors=none,none,Invert Screen Colors InvertWindow=none,Meta+Ctrl+U,Toggle Invert Effect on Window Kill Window=Alt+Shift+F4\tMeta+Shift+Q,Meta+Ctrl+Esc,Kill Window KrohnkiteBTreeLayout=none,none,Krohnkite: BTree Layout +KrohnkiteColumnsLayout=none,none,Krohnkite: Columns Layout KrohnkiteDecrease=none,none,Krohnkite: Decrease -KrohnkiteFloatAll=none,none,Krohnkite: Float All +KrohnkiteFloatAll=none,none,Krohnkite: Toggle Float All KrohnkiteFloatingLayout=none,none,Krohnkite: Floating Layout KrohnkiteFocusDown=Meta+J,none,Krohnkite: Focus Down KrohnkiteFocusLeft=Meta+H,none,Krohnkite: Focus Left diff --git a/.config/nvim b/.config/nvim index 92d70b7..52934de 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 92d70b76422934b1646d8698d5c945332e308477 +Subproject commit 52934decf25d5ee4c1a6eafceeff43eb385cf21c diff --git a/.config/systemd/user/xremap.service b/.config/systemd/user/xremap.service new file mode 100644 index 0000000..1451bae --- /dev/null +++ b/.config/systemd/user/xremap.service @@ -0,0 +1,9 @@ +[Unit] +Description=Reammping this stupid Keyboard + +[Service] +Type=simple +ExecStart=/usr/bin/xremap %h/.config/xremap/macbook.yml --device /dev/input/event4 + +[Install] +WantedBy=default.target diff --git a/.profile b/.profile index 42eee1e..591e16e 100644 --- a/.profile +++ b/.profile @@ -33,3 +33,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0 # Just export JUST_UNSTABLE=1 + +# Less Paging +export LESS='-R --mouse'