Compare commits
3 Commits
1f717b9d6d
...
master
Author | SHA1 | Date | |
---|---|---|---|
bac37b6b67 | |||
79e501a461 | |||
cca255ba83 |
@@ -52,3 +52,15 @@ bindd = SUPER, L, Lock screen, exec, omarchy-lock-screen
|
|||||||
unbind = CTRL ALT, DELETE
|
unbind = CTRL ALT, DELETE
|
||||||
bindd = CTRL ALT, DELETE, Close all windows (except special), exec, ~/.local/bin/close-non-special-windows
|
bindd = CTRL ALT, DELETE, Close all windows (except special), exec, ~/.local/bin/close-non-special-windows
|
||||||
|
|
||||||
|
# for WHATEVER reason, hyprland refuses to use the numeric symbols for keypad keys,
|
||||||
|
# so we have to use the navigation symbols instead
|
||||||
|
bindd = SUPER, KP_End, Switch to workspace 1, workspace, 1
|
||||||
|
bindd = SUPER, KP_Down, Switch to workspace 2, workspace, 2
|
||||||
|
bindd = SUPER, KP_Next, Switch to workspace 3, workspace, 3
|
||||||
|
bindd = SUPER, KP_Left, Switch to workspace 4, workspace, 4
|
||||||
|
bindd = SUPER, KP_Begin, Switch to workspace 5, workspace, 5
|
||||||
|
bindd = SUPER, KP_Right, Switch to workspace 6, workspace, 6
|
||||||
|
bindd = SUPER, KP_Home, Switch to workspace 7, workspace, 7
|
||||||
|
bindd = SUPER, KP_Up, Switch to workspace 8, workspace, 8
|
||||||
|
bindd = SUPER, kp_Prior, Switch to workspace 9, workspace, 9
|
||||||
|
|
||||||
|
@@ -13,6 +13,9 @@ input {
|
|||||||
# Increase sensitity for mouse/trackpack (default: 0)
|
# Increase sensitity for mouse/trackpack (default: 0)
|
||||||
sensitivity = -0.25
|
sensitivity = -0.25
|
||||||
|
|
||||||
|
# enable numlock automatically
|
||||||
|
numlock_by_default = true
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
# Use natural (inverse) scrolling
|
# Use natural (inverse) scrolling
|
||||||
# natural_scroll = true
|
# natural_scroll = true
|
||||||
|
@@ -16,6 +16,7 @@ yay = "latest"
|
|||||||
k9s = "latest"
|
k9s = "latest"
|
||||||
awscli = "latest"
|
awscli = "latest"
|
||||||
kubectl = "latest"
|
kubectl = "latest"
|
||||||
|
difftastic = "latest"
|
||||||
|
|
||||||
[tools."gitlab:tools/setconf"]
|
[tools."gitlab:tools/setconf"]
|
||||||
version = "latest"
|
version = "latest"
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"credsStore": "creddy"
|
"auths": {
|
||||||
}
|
"686562827170.dkr.ecr.us-east-1.amazonaws.com": {}
|
||||||
|
},
|
||||||
|
"credsStore": "creddy"
|
||||||
|
}
|
Reference in New Issue
Block a user