Upgrade Nvim, Fix Paging Bug, Macbook Xremap Service

This commit is contained in:
Snoweuph 2025-01-15 00:01:20 +01:00
parent 9aa2e001ad
commit 39c538ac96
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55
4 changed files with 15 additions and 2 deletions

View file

@ -81,8 +81,9 @@ Invert Screen Colors=none,none,Invert Screen Colors
InvertWindow=none,Meta+Ctrl+U,Toggle Invert Effect on Window InvertWindow=none,Meta+Ctrl+U,Toggle Invert Effect on Window
Kill Window=Alt+Shift+F4\tMeta+Shift+Q,Meta+Ctrl+Esc,Kill Window Kill Window=Alt+Shift+F4\tMeta+Shift+Q,Meta+Ctrl+Esc,Kill Window
KrohnkiteBTreeLayout=none,none,Krohnkite: BTree Layout KrohnkiteBTreeLayout=none,none,Krohnkite: BTree Layout
KrohnkiteColumnsLayout=none,none,Krohnkite: Columns Layout
KrohnkiteDecrease=none,none,Krohnkite: Decrease KrohnkiteDecrease=none,none,Krohnkite: Decrease
KrohnkiteFloatAll=none,none,Krohnkite: Float All KrohnkiteFloatAll=none,none,Krohnkite: Toggle Float All
KrohnkiteFloatingLayout=none,none,Krohnkite: Floating Layout KrohnkiteFloatingLayout=none,none,Krohnkite: Floating Layout
KrohnkiteFocusDown=Meta+J,none,Krohnkite: Focus Down KrohnkiteFocusDown=Meta+J,none,Krohnkite: Focus Down
KrohnkiteFocusLeft=Meta+H,none,Krohnkite: Focus Left KrohnkiteFocusLeft=Meta+H,none,Krohnkite: Focus Left

@ -1 +1 @@
Subproject commit 92d70b76422934b1646d8698d5c945332e308477 Subproject commit 52934decf25d5ee4c1a6eafceeff43eb385cf21c

View file

@ -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

View file

@ -33,3 +33,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0
# Just # Just
export JUST_UNSTABLE=1 export JUST_UNSTABLE=1
# Less Paging
export LESS='-R --mouse'