nixos: gen 208 @ nix-pad — 2026-08-02 12:14
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -95,6 +95,22 @@ in
|
||||
draw-border-with-background = true;
|
||||
clip-to-geometry = true;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
app-id = "google-chrome";
|
||||
title = "^Picture-in-Picture$";
|
||||
}
|
||||
];
|
||||
open-floating = true;
|
||||
default-column-width = { fixed = 480; };
|
||||
default-window-height = { fixed = 270; };
|
||||
default-floating-position = {
|
||||
x = 32;
|
||||
y = 32;
|
||||
relative-to = "bottom-left";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
# Vim Keybindings & Built-in Features
|
||||
|
||||
@@ -271,7 +271,6 @@ in
|
||||
$DRY_RUN_CMD mkdir -p $HOME/school
|
||||
'';
|
||||
};
|
||||
|
||||
home.stateVersion = "26.05"; # DO NOT CHANGE
|
||||
}
|
||||
|
||||
|
||||
@@ -1172,9 +1172,9 @@ static struct key keys_landscape_special[] = {
|
||||
{"\\", "|", 1.0, Code, KEY_BACKSLASH, .scheme = 1},
|
||||
{";", ":", 1.0, Code, KEY_SEMICOLON, .scheme = 1},
|
||||
{"'", "\"", 1.0, Code, KEY_APOSTROPHE, .scheme = 1},
|
||||
{"/", ">", 1.0, Code, KEY_SLASH, .scheme = 1},
|
||||
{",", "<", 1.0, Code, KEY_COMMA, .scheme = 1},
|
||||
{".", ">", 1.0, Code, KEY_DOT, .scheme = 1},
|
||||
{".", ">", 1.0, Code, KEY_SLASH, .scheme = 1},
|
||||
{"/", "?", 1.0, Code, KEY_SLASH, .scheme = 1},
|
||||
|
||||
{"", "", 0.0, EndRow},
|
||||
|
||||
@@ -1183,7 +1183,6 @@ static struct key keys_landscape_special[] = {
|
||||
{"↓", "↓", 1.25, Code, KEY_DOWN, .scheme = 1},
|
||||
{"←", "←", 1.25, Code, KEY_LEFT, .scheme = 1},
|
||||
{"→", "→", 1.25, Code, KEY_RIGHT, .scheme = 1},
|
||||
{"/", "?", 1.0, Code, KEY_SLASH, .scheme = 1},
|
||||
|
||||
{"⌫", "⌫", 3.0, Code, KEY_BACKSPACE, .scheme = 1},
|
||||
{"", "", 0.0, EndRow},
|
||||
|
||||
Reference in New Issue
Block a user