Compare commits

...

9 Commits

Author SHA1 Message Date
273c4d090c Revert env 2026-04-17 15:01:12 +01:00
a88a419669 Update tmux binding 2026-04-11 14:16:05 +01:00
b5471c5f25 Remove env 2026-04-06 19:42:00 +01:00
422466e483 Improve hypr 2026-04-06 17:52:40 +01:00
ee49471228 Update neovim 2026-04-06 15:04:22 +01:00
802f0dd84e Update gradle 2026-04-06 14:13:24 +01:00
5570e58efc Update android home 2026-04-06 13:55:37 +01:00
5d687eb837 Scaling 2026-04-05 19:59:28 +01:00
e46820b5f7 Update workspaces 2026-04-04 20:36:10 +01:00
6 changed files with 13 additions and 42 deletions

View File

@@ -102,11 +102,17 @@ windowrule = tag -default-opacity, match:class com.libretro.RetroArch
windowrule = opacity 1 1, match:class com.libretro.RetroArch windowrule = opacity 1 1, match:class com.libretro.RetroArch
windowrule = idle_inhibit fullscreen, match:class com.libretro.RetroArch windowrule = idle_inhibit fullscreen, match:class com.libretro.RetroArch
# Scratchpad apps
windowrule = workspace special:scratchpad, match:class Spotify
windowrule = workspace special:scratchpad, match:class signal
windowrule = workspace special:scratchpad, match:class ^(chrome-discord.com__channels_@me-Default)$
windowrule = workspace special:scratchpad, match:class ^(chrome-web.whatsapp.com__-Default)$
# Float Nextcloud # Float Nextcloud
windowrule = float on, match:class com.nextcloud.desktopclient.nextcloud windowrule = float on, match:class com.nextcloud.desktopclient.nextcloud
# Position drawing # Position drawing
windowrule = workspace 4, match:class (krita) windowrule = workspace 5, match:class (krita)
windowrule = tag -default-opacity, match:class (krita) windowrule = tag -default-opacity, match:class (krita)
windowrule = opacity 1 1, match:class (krita) windowrule = opacity 1 1, match:class (krita)
@@ -116,7 +122,7 @@ windowrule = workspace 7, match:class ^(chrome-netflix.com__-Default)$
# Float Steam # Float Steam
windowrule = float on, match:class steam windowrule = float on, match:class steam
windowrule = workspace 5, match:class steam windowrule = workspace 7, match:class steam
windowrule = center on, match:class steam, match:title Steam windowrule = center on, match:class steam, match:title Steam
windowrule = tag -default-opacity, match:class steam.* windowrule = tag -default-opacity, match:class steam.*
windowrule = opacity 1 1, match:class steam.* windowrule = opacity 1 1, match:class steam.*
@@ -126,7 +132,7 @@ windowrule = idle_inhibit fullscreen, match:class steam
# Float Lunar Client # Float Lunar Client
windowrule = float on, match:class lunarclient windowrule = float on, match:class lunarclient
windowrule = workspace 5, match:class lunarclient windowrule = workspace 7, match:class lunarclient
windowrule = center on, match:class lunarclient windowrule = center on, match:class lunarclient
windowrule = tag -default-opacity, match:class lunarclient windowrule = tag -default-opacity, match:class lunarclient
windowrule = opacity 1 1, match:class lunarclient windowrule = opacity 1 1, match:class lunarclient

View File

@@ -1,6 +1,6 @@
exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- hypridle
exec-once = uwsm-app -- mako exec-once = uwsm-app -- mako
exec-once = Enpass # exec-once = Enpass
# exec-once = uwsm-app -- waybar # exec-once = uwsm-app -- waybar
exec-once = uwsm-app -- fcitx5 --disable notificationitem exec-once = uwsm-app -- fcitx5 --disable notificationitem
exec-once = station-bg-random exec-once = station-bg-random

View File

@@ -1,35 +0,0 @@
OPENROUTER_API_KEY=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
OPENROUTER_API_BASE=https://openrouter.ai/api
AIHUBMIX_API_KEY=sk-0ArIwI5NaUF1U1Z6F9D9CeF8C155436bA7E8A8107cFf7f7b
AIHUBMIX_API_BASE=https://aihubmix.com/api
#COPILOT_API_KEY=ghu_XOB0IcwvOBthQxxZea0EBhZHjn0aBW17UHml
#COPILOT_API_BASE=https://api.githubcopilot.com
COPILOT_API_KEY=
COPILOT_API_BASE=
DEFAULT_OPENAI_API_KEY=${OPENROUTER_API_KEY}
DEFAULT_OPENAI_API_BASE=${OPENROUTER_API_BASE}
# DEFAULT_AI_MODEL=openai/gpt-5.2-codex
DEFAULT_AI_MODEL=auto
REASONING_OPENAI_API_KEY=${OPENROUTER_API_KEY}
REASONING_OPENAI_API_BASE=${OPENROUTER_API_BASE}
#REASONING_MODEL=openai/gpt-5.1-codex
# REASONING_MODEL=moonshotai/kimi-k2-thinking
REASONING_MODEL=anthropic/claude-opus-4.6
FAST_OPENAI_API_KEY=${OPENROUTER_API_KEY}
FAST_OPENAI_API_BASE=${OPENROUTER_API_BASE}
FAST_MODEL=qwen/qwen3-max
COMPLETION_OPENAI_API_KEY=${OPENROUTER_API_KEY}
COMPLETION_OPENAI_API_BASE=${OPENROUTER_API_BASE}
COMPLETION_MODEL=google/gemini-3-flash-preview
# COMPLETION_MODEL=anthropic/claude-3-haiku
OPENAI_API_KEY=${DEFAULT_OPENAI_API_KEY}
OPENAI_API_BASE=${DEFAULT_OPENAI_API_BASE}
AIDER_OPENAI_API_KEY=${DEFAULT_OPENAI_API_KEY}
AIDER_OPENAI_API_BASE=${DEFAULT_OPENAI_API_BASE}

View File

@@ -77,8 +77,9 @@ export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
# Development variables # Development variables
export ANDROID_SDK_ROOT="$HOME/Android/Sdk" export ANDROID_SDK_ROOT="$HOME/.local/share/android/Sdk"
export ANDROID_HOME="$ANDROID_SDK_ROOT" export ANDROID_HOME="$ANDROID_SDK_ROOT"
export GRADLE_USER_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/gradle"
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$ANDROID_HOME/emulator:$XDG_DATA_HOME/cargo/bin" export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$ANDROID_HOME/emulator:$XDG_DATA_HOME/cargo/bin"
export PATH="$HOME/development/flutter/bin:$PATH" export PATH="$HOME/development/flutter/bin:$PATH"

View File

@@ -105,7 +105,6 @@ bind -n C-M-S-Right resize-pane -R 5
# Window navigation # Window navigation
bind r command-prompt -I "#W" "rename-window -- '%%'" bind r command-prompt -I "#W" "rename-window -- '%%'"
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
bind x kill-window
bind -n M-1 select-window -t 1 bind -n M-1 select-window -t 1
bind -n M-2 select-window -t 2 bind -n M-2 select-window -t 2