fix(hypr): keyboard formatting fix
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{
|
{myConfig, ...}: {
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
input = {
|
input = {
|
||||||
repeat_rate = 50;
|
repeat_rate = 50;
|
||||||
repeat_delay = 300;
|
repeat_delay = 300;
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
|
kb_options = myConfig.hyprland.kb_options;
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
hide_on_key_press = false;
|
hide_on_key_press = false;
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
wallpaper = "firewatch.png";
|
wallpaper = "firewatch.png";
|
||||||
|
kb_options = "altwin:swap_lalt_lwin";
|
||||||
};
|
};
|
||||||
firefox = {
|
firefox = {
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
@@ -94,6 +95,7 @@
|
|||||||
"eDP-1, highres, auto, 2"
|
"eDP-1, highres, auto, 2"
|
||||||
];
|
];
|
||||||
wallpaper = "firewatch.png";
|
wallpaper = "firewatch.png";
|
||||||
|
kb_options = "";
|
||||||
};
|
};
|
||||||
firefox = {
|
firefox = {
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/btop
|
../../apps/btop
|
||||||
../../apps/anki
|
../../apps/anki
|
||||||
@@ -12,4 +12,7 @@
|
|||||||
../../apps/ttyper
|
../../apps/ttyper
|
||||||
../../apps/libreoffice
|
../../apps/libreoffice
|
||||||
];
|
];
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
chromium
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user