switch to altgr keyboard layout

This commit is contained in:
Aly Raffauf 2024-05-26 15:52:40 -04:00
parent ec2ef98ab5
commit 973fa2f27f
4 changed files with 7 additions and 1 deletions

View file

@ -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 {

View file

@ -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'";
}; };

View file

@ -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];
}; };
}; };

View file

@ -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"