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