2024-11-07

This commit is contained in:
fz0x1 2024-11-07 19:58:25 +00:00
parent 7d9e95fafa
commit 2386104331
3 changed files with 5 additions and 21 deletions

View file

@ -1,2 +0,0 @@
[font]
size = 14

View file

@ -1,19 +0,0 @@
[keyboard]
bindings = [
{key = "W", mods = "Command", chars = "\u001BW" },
{key = "X", mods = "Command", chars = "\u001BX" },
{key = 30, mods = "Command|Shift", chars = "\u001Bn" },
{key = 33, mods = "Command|Shift", chars = "\u001Bp" },
{key = "Z", mods = "Command", chars = "\u0001w" },
{key = "T", mods = "Command", chars = "\u001Bt" },
{key = "E", mods = "Command", chars = "\u001Be" },
{key = "D", mods = "Command", chars = "\u001Bd" },
{key = "J", mods = "Command", chars = "\u001Bj" },
{key = "K", mods = "Command", chars = "\u001Bk" },
# tmux resurrect plugin
{key = "R", mods = "Command", chars = "\u0001\u0012" },
{key = "S", mods = "Command", chars = "\u0001\u0013" },
# move cursor per word
{key = "Right", mods = "Command", chars = "\u001BF" },
{key = "Left", mods = "Command", chars = "\u001BB" },
]

5
global/scripts/bin/macchange Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
systemctl stop NetworkManager.service
macchanger -r wlan0
systemctl start NetworkManager.service