From e97c8fdcaf9b9971533cdecbab78d63b6e9315d8 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sun, 10 May 2026 10:54:27 +0100 Subject: [PATCH] pre-migrate commit --- env.sh | 3 +++ hypr/bindings.conf | 3 ++- hypr/hypridle.conf | 2 +- hypr/hyprland.conf | 3 +++ opencode.json | 10 ++-------- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/env.sh b/env.sh index 759413a..19a40a5 100644 --- a/env.sh +++ b/env.sh @@ -13,3 +13,6 @@ export COPILOT_PROVIDER_WIRE_MODEL="qwen3.5" # export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS="" Maximum output tokens # others +export EDITOR=nvim +export SYSTEMD_EDITOR=nvim +export VISUAL=nvim diff --git a/hypr/bindings.conf b/hypr/bindings.conf index 438994d..b5421eb 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -2,7 +2,8 @@ bindd = SUPER, RETURN, Terminal, exec, uwsm-app -- xdg-terminal-exec --dir="$(omarchy-cmd-terminal-cwd)" bindd = SUPER SHIFT, RETURN, Browser, exec, omarchy-launch-browser bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify -bindd = SUPER SHIFT, O, Obsidian, exec, omarchy-launch-or-focus ^obsidian$ "uwsm-app -- obsidian -disable-gpu --enable-wayland-ime" +bindd = SUPER SHIFT ALT, M, Music TUI, exec, omarchy-launch-or-focus-tui cliamp +bindd = SUPER SHIFT, O, Obsidian, exec, omarchy-launch-or-focus ^obsidian$ "uwsm-app -- obsidian" # Add extra bindings # bind = SUPER SHIFT, R, exec, alacritty -e ssh your-server diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index b739a98..122af7d 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,5 +1,5 @@ general { - lock_cmd = omarchy-lock-screen # lock screen and 1password + lock_cmd = omarchy-system-lock # lock screen and 1password before_sleep_cmd = loginctl lock-session # lock before suspend. after_sleep_cmd = sleep 1 && hyprctl dispatch dpms on # delay for PAM readiness, then turn on display. inhibit_sleep = 3 # wait until screen is locked diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6478d1b..f24a9e3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -21,3 +21,6 @@ source = ~/.config/hypr/autostart.conf # Add any other personal Hyprland configuration below # windowrule = workspace 5, match:class qemu + +# Toggle config flags dynamically +source = ~/.local/state/omarchy/toggles/hypr/*.conf diff --git a/opencode.json b/opencode.json index 206ffec..59234df 100644 --- a/opencode.json +++ b/opencode.json @@ -9,15 +9,9 @@ "baseURL": "http://framework:1234/v1" }, "models": { - "qwen/qwen3-coder-next": { - "name": "qwen coder next" + "latest_main": { + "name": "daily" }, - "qwen3.5": { - "name": "qwen 3.5" - }, - "gemma-4-31b-it@q8_0": { - "name": "gemma4" - } } } }