From 5104901343761bad8a1c1975b8165342a031e6c2 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 8 Mar 2023 17:46:14 +0900 Subject: feat(nixos/kompakt): add basic options --- home/profiles/base/config/sway.nix | 19 +++++++++++++++++++ home/profiles/base/config/waybar/settings.nix | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'home/profiles/base/config') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 6daa3fd..728292b 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -191,11 +191,30 @@ with neotheme.colors; output "*" scale 1 output "*" scale_filter nearest + # MacBook screen + output "Unknown-1" { + scale 2 + scale_filter smart + } + input type:touchpad { tap enabled natural_scroll enabled } + + input "1452:641:Apple_Internal_Keyboard_/_Trackpad" { + dwt enabled #Disable while typing + tap enabled #Tap registers as a click + accel_profile adaptive #adaptive/flat cursor acceleration + pointer_accel 0 #From -1 to 1: Speed of cursor + natural_scroll enabled #Direction of Scroll + scroll_factor 0.3 #Speed of Scrolling gets multiplied by this factor + scroll_method two_finger #none|two_finger|edge|on_button_down + middle_emulation enabled #Enables middle click + tap_button_map lmr #1Finger > Left Click , 2Finger > Right Click, 3Fingers > MiddleClick + } + input type:keyboard { repeat_rate 40 repeat_delay 350 diff --git a/home/profiles/base/config/waybar/settings.nix b/home/profiles/base/config/waybar/settings.nix index 12b65a4..07bf8a9 100644 --- a/home/profiles/base/config/waybar/settings.nix +++ b/home/profiles/base/config/waybar/settings.nix @@ -48,7 +48,7 @@ with neotheme.colors; }; "battery" = { - format = "BATT AA {capacity}%"; + format = "BATT {capacity}%"; format-alt = "PWR {power}Wh"; }; -- cgit 1.4.1