Upgrade Nvim, Fix Paging Bug, Macbook Xremap Service
This commit is contained in:
parent
9aa2e001ad
commit
39c538ac96
4 changed files with 15 additions and 2 deletions
|
@ -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
|
9
.config/systemd/user/xremap.service
Normal file
9
.config/systemd/user/xremap.service
Normal 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
|
3
.profile
3
.profile
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue