tweaks
This commit is contained in:
@@ -12,15 +12,10 @@ source ~/.local/share/omarchy/default/bash/rc
|
|||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
. "$HOME/.local/share/../bin/env"
|
. "$HOME/.local/share/../bin/env"
|
||||||
|
|
||||||
alias zed='zeditor'
|
alias zed='zeditor'
|
||||||
alias la='ls -la'
|
alias la='ls -la'
|
||||||
|
|
||||||
|
source ~/.config/env.sh 2>/dev/null || true
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
|
|
||||||
export PATH="$PATH:/home/jake/.lmstudio/bin"
|
|
||||||
|
|
||||||
# Allow Zed to render jupyter notebooks
|
|
||||||
export LOCAL_NOTEBOOK_DEV=1
|
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# LM Studio
|
||||||
|
export PATH="$PATH:/home/jake/.lmstudio/bin"
|
||||||
|
|
||||||
|
# Github Copilot CLI
|
||||||
|
export COPILOT_PROVIDER_BASE_URL="http://framework.tawny-bellatrix.ts.net:1234/v1"
|
||||||
|
export COPILOT_PROVIDER_TYPE="openai" #default
|
||||||
|
export COPILOT_PROVIDER_API_KEY="local"
|
||||||
|
export COPILOT_PROVIDER_WIRE_API="completions" #default
|
||||||
|
export COPILOT_MODEL="qwen3.5"
|
||||||
|
export COPILOT_PROVIDER_MODEL_ID="qwen3.5"
|
||||||
|
export COPILOT_PROVIDER_WIRE_MODEL="qwen3.5"
|
||||||
|
# export COPILOT_PROVIDER_MAX_PROMPT_TOKENS="" Maximum prompt tokens
|
||||||
|
# export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS="" Maximum output tokens
|
||||||
|
|
||||||
|
# others
|
||||||
@@ -18,3 +18,6 @@ bind = , XF86PowerOff, exec, hyprctl dispatch dpms toggle
|
|||||||
# Super L to Lock
|
# Super L to Lock
|
||||||
unbind = SUPER , L
|
unbind = SUPER , L
|
||||||
bindd = SUPER, L, Lock system, exec, omarchy-lock-screen
|
bindd = SUPER, L, Lock system, exec, omarchy-lock-screen
|
||||||
|
|
||||||
|
unbind = , Caps_Lock
|
||||||
|
kb_options = compose:caps
|
||||||
|
|||||||
+2
-2
@@ -11,7 +11,7 @@ listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 151 # 5min
|
timeout = 300 # 5min
|
||||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 330 # 5.5min
|
timeout = 600 # 10min
|
||||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||||
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
|
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,12 @@
|
|||||||
"models": {
|
"models": {
|
||||||
"qwen/qwen3-coder-next": {
|
"qwen/qwen3-coder-next": {
|
||||||
"name": "qwen coder next"
|
"name": "qwen coder next"
|
||||||
|
},
|
||||||
|
"qwen3.5": {
|
||||||
|
"name": "qwen 3.5"
|
||||||
|
},
|
||||||
|
"gemma-4-31b-it@q8_0": {
|
||||||
|
"name": "gemma4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ link_to_config=(
|
|||||||
"starship.toml"
|
"starship.toml"
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
"hypr"
|
"hypr"
|
||||||
|
"env.sh"
|
||||||
)
|
)
|
||||||
link_to_home=(
|
link_to_home=(
|
||||||
".bashrc"
|
".bashrc"
|
||||||
|
|||||||
+2
-1
@@ -23,6 +23,7 @@ $line_break\
|
|||||||
$character"""
|
$character"""
|
||||||
|
|
||||||
palette = 'catppuccin_mocha'
|
palette = 'catppuccin_mocha'
|
||||||
|
scan_timeout = 300
|
||||||
|
|
||||||
[os]
|
[os]
|
||||||
disabled = false
|
disabled = false
|
||||||
@@ -61,7 +62,7 @@ disabled = false
|
|||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R"
|
time_format = "%R"
|
||||||
utc_time_offset = '+0'
|
utc_time_offset = '+1'
|
||||||
style = "bg:lavender"
|
style = "bg:lavender"
|
||||||
format = '[[ 🕙 $time ](fg:crust bg:lavender)]($style)'
|
format = '[[ 🕙 $time ](fg:crust bg:lavender)]($style)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user