mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
switch to altgr keyboard layout
This commit is contained in:
parent
ec2ef98ab5
commit
973fa2f27f
|
@ -175,6 +175,7 @@
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
kb_variant = altgr-intl
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
||||||
touchpad {
|
touchpad {
|
||||||
|
|
|
@ -210,6 +210,10 @@
|
||||||
tap = "enabled";
|
tap = "enabled";
|
||||||
tap_button_map = "lrm";
|
tap_button_map = "lrm";
|
||||||
};
|
};
|
||||||
|
"type:keyboard" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
"1386:21186:Wacom_HID_52C2_Finger" = {
|
"1386:21186:Wacom_HID_52C2_Finger" = {
|
||||||
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
|
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
xkb.variant = "";
|
xkb.variant = "altgr-intl";
|
||||||
excludePackages = with pkgs; [xterm];
|
excludePackages = with pkgs; [xterm];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
alyraffauf.system.power-profiles-daemon.enable = lib.mkDefault true;
|
alyraffauf.system.power-profiles-daemon.enable = lib.mkDefault true;
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
|
useXkbConfig = true;
|
||||||
colors = [
|
colors = [
|
||||||
"303446"
|
"303446"
|
||||||
"e78284"
|
"e78284"
|
||||||
|
|
Loading…
Reference in a new issue