diff --git a/.install/templates/keyboard.conf b/.install/templates/keyboard.conf index d0f6811..31dbaa7 100644 --- a/.install/templates/keyboard.conf +++ b/.install/templates/keyboard.conf @@ -8,9 +8,20 @@ input { kb_model = kb_options = + # For United States + # kb_layout = us + # kb_variant = intl + # kb_model = pc105 + # kb_options = + follow_mouse = 1 touchpad { natural_scroll = false } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } + +kb_layout = us +kb_variant = intl +kb_model = pc105 +kb_options = diff --git a/hypr/conf/monitors/1366x768.conf b/hypr/conf/monitors/1366x768.conf new file mode 100644 index 0000000..0b6a7ca --- /dev/null +++ b/hypr/conf/monitors/1366x768.conf @@ -0,0 +1,6 @@ +# ----------------------------------------------------- +# Monitor Setup +# name: "1366x768" +# ----------------------------------------------------- + +monitor=,1366x768,auto,1 \ No newline at end of file