From b54057e0957a33c3164aa582e32910618535ea55 Mon Sep 17 00:00:00 2001 From: Paddy Milner Date: Mon, 25 Aug 2025 14:17:04 +0000 Subject: [PATCH] Add laptop config --- fish/functions/update.fish | 4 ++++ hypr/hyprland/custom-labob.conf | 3 +++ hypr/hyprland/custom-peecee.conf | 4 +++- hypr/hyprland/input.conf | 1 - hypr/variables.conf | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fish/functions/update.fish diff --git a/fish/functions/update.fish b/fish/functions/update.fish new file mode 100644 index 0000000..ba3304c --- /dev/null +++ b/fish/functions/update.fish @@ -0,0 +1,4 @@ +function update --wraps='sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild' --description 'alias update=sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild' + sudo emerge --sync && sudo emerge -avuDN @world && sudo smart-live-rebuild $argv + +end diff --git a/hypr/hyprland/custom-labob.conf b/hypr/hyprland/custom-labob.conf index e69de29..6a01dc3 100644 --- a/hypr/hyprland/custom-labob.conf +++ b/hypr/hyprland/custom-labob.conf @@ -0,0 +1,3 @@ +input { + kb_layout = gb +} \ No newline at end of file diff --git a/hypr/hyprland/custom-peecee.conf b/hypr/hyprland/custom-peecee.conf index d4a0937..3d3021d 100644 --- a/hypr/hyprland/custom-peecee.conf +++ b/hypr/hyprland/custom-peecee.conf @@ -4,4 +4,6 @@ monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1 workspace= name:1, monitor:HDMI-A-2 -$browser = zen \ No newline at end of file +input { + kb_layout = us +} \ No newline at end of file diff --git a/hypr/hyprland/input.conf b/hypr/hyprland/input.conf index 6b1fd46..bf94c84 100644 --- a/hypr/hyprland/input.conf +++ b/hypr/hyprland/input.conf @@ -1,5 +1,4 @@ input { - kb_layout = us numlock_by_default = false repeat_delay = 250 repeat_rate = 35 diff --git a/hypr/variables.conf b/hypr/variables.conf index e2a73e8..00776d4 100644 --- a/hypr/variables.conf +++ b/hypr/variables.conf @@ -3,6 +3,7 @@ $terminal = foot $editor = code $fileExplorer = foot fish -C yazi +$browser = zen # Touchpad $touchpadDisableTyping = true