pre-migrate commit
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user