Many changes

This commit is contained in:
2025-12-29 21:44:37 -03:00
parent 96784445ae
commit c825acefc7
12 changed files with 3501 additions and 16 deletions

View File

@@ -10,7 +10,10 @@ procmem
procmem_shared
fps
fps_color_change
gamemode
proc_vram
frame_timing
frame_timing_detailed
toggle_logging=Shift_L+F2
toggle_hud_position=Shift_R+F11
fps_limit_method=late

View File

@@ -1,5 +1,9 @@
monitor=DP-3, 2560x1440@165, 0x0, 1, cm, srgb
# monitor=DP-3, 2560x1440@60, 0x0, 1, cm, srgb
# monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
# monitor=DP-3, 2560x1440@60, 0x0, 1, bitdepth, 10, cm, srgb
monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
# monitor=DP-3, 1920x1080@60, 0x0, 1, bitdepth, 10, cm, srgb
# monitor=DP-3, 1280x720@60, 0x0, 1, bitdepth, 10, cm, srgb
$terminal = kitty
$fileManager = thunar
@@ -10,6 +14,7 @@ $screenshotTool = hyprshot --mode region --output-folder /media/hd/clouds/nextcl
exec-once = waybar
exec-once = hyprpaper
exec-once = gammastep -O 4000
exec-once = copyq --start-server
exec-once = [workspace 1 silent] kitty
exec-once = [workspace 2 silent] spotify
@@ -18,7 +23,8 @@ exec-once = [workspace 4 silent] AyuGram
exec-once = [workspace 5 silent] obsidian
exec-once = [workspace 6 silent] keepassxc
exec-once = [workspace 7 silent] steam
exec-once = [workspace 8 silent] chromium --password-store=basic
exec-once = [workspace 9 silent] chromium --password-store=basic
exec-once = [workspace 10 silent] obs --startreplaybuffer --disable-missing-files-check
# windowrulev2 = workspace 1, class:(kitty)
# windowrulev2 = workspace 2, class:(chromium|spotify)
@@ -27,7 +33,9 @@ windowrulev2 = workspace 3 silent, class:(equibop)
# windowrulev2 = workspace 5, class:(obsidian)
# windowrulev2 = workspace 6, class:(org.keepassxc.KeePassXC)
windowrulev2 = workspace 7 silent, class:(steam)
# windowrulev2 = workspace 8, class:(.*chromium)
windowrulev2 = workspace 8 silent, class:(steam_app_.*)
# windowrulev2 = workspace 9, class:(.*chromium)
windowrulev2 = workspace 10, class:(com.obsproject.Studio)
# https://wiki.hypr.land/Configuring/Environment-variables/
env = XCURSOR_SIZE,24
@@ -140,7 +148,8 @@ misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
vrr = 1
vrr = 2
# vrr = 0
}
@@ -180,7 +189,6 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal
bind = $mainMod, W, killactive,
# bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, F, fullscreen
@@ -189,6 +197,7 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod ALT, L, exec, $lockingTool
bind = $mainMod, S, exec, $screenshotTool
bind = $mainMod, M, exec, wpctl set-mute -p $(hyprctl activewindow -j | jq '.pid') toggle
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/scripts/reload-waybar.sh
bind = $mainMod SHIFT, N, exec, hyprctl reload
@@ -252,6 +261,9 @@ bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, F1, exec, ~/.config/hypr/gamemode.sh
bind = ALT, F11, exec, equibop --toggle-mic
bind = ALT, F12, exec, equibop --toggle-deafen
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
@@ -281,3 +293,5 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
# windowrulev2 = immediate yes, class:^(steam_app_.*)$
# windowrulev2 = immediate yes, class:^(osu!|osu-lazer)$
# windowrulev2 = immediate yes, class:^(Minecraft|minecraft|java|org.lwjgl.glfw)$
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP

View File

@@ -1,6 +1,6 @@
include ./mocha.conf
font_family fira code font
font_size 15
font_size 12
bold_font auto
italic_font auto
bold_italic_font auto

3378
.config/retroarch.cfg Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,6 @@
# guilty gear strive
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync --force-grab-cursor"
SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync --force-grab-cursor"
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 60 --adaptive-sync --force-grab-cursor"
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync"
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync"
# SCB_GAMESCOPE_ARGS+="-r 60 "

View File

@@ -4,8 +4,7 @@
# export ENABLE_GAMESCOPE_WSI=0
# export GAMESCOPE_DISABLE_ASYNC_FLIPS=0
# export XDG_DEFAULT_LAYOUT=no
export SCB_GAMEMODE=1
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -F fsr --fsr-sharpness 5 -r 165 "
# SCB_GAMESCOPE_ARGS="-f -w 2560 -h 1440 -r 165 --mangoapp "
# SCB_GAMESCOPE_ARGS="-w 1920 -h 1080 -W 2560 -H 1440 "
export SCB_NOSCOPE=1
SCB_GAMESCOPE_ARGS="-w 1920 -h 1080 -W 2560 -H 1440 "

View File

@@ -9,7 +9,8 @@
"AyuGram": " Telegram",
"Steam": " Steam",
"WhatsDesk": " WhatsDesk",
"class<equibop>": " $1"
"class<equibop>": " Discord",
"class<com.obsproject.Studio>": "󰕧 Open Broadcast Software"
},
"icon": false,
"separate-output": true
@@ -44,7 +45,10 @@
"title<.*YouTube Music>": " ",
"title<.*YouTube>": " ",
"title<Installed packages>": " ",
"title<Updates>": " "
"title<Updates>": " ",
"class<com.obsproject.Studio>": "󰕧 ",
"class<org.prismlauncher.PrismLauncher>": "󰊗 ",
"class<.*>": " "
},
"persistent-workspaces": {
"*": 10,

View File

@@ -98,8 +98,6 @@ tooltip {
border: none;
}
/* LEFT MODULES */
#window {
@@ -146,10 +144,11 @@ window#waybar.empty #window {
}
#tray {
border-radius: 18px 0 0 18px;
/* border-radius: 18px 0 0 18px; */
border-radius: 18px;
}
#custom-swaync {
border-radius: 18px;
margin-right: 5px;
margin-left: 5px;
}

27
.zsh_aliases Normal file
View File

@@ -0,0 +1,27 @@
alias cd="z"
alias ll="exa --icons --long --all --ignore-glob desktop.ini"
alias ls="ll"
alias cat="bat --style=auto"
alias tn="tn.sh"
alias tm="tmuxinator"
alias tms="tmuxinator start"
alias ydl="yt-dlp"
alias ydl36="yt-dlp -o \"%(id)s.%(ext)s\""
alias ffmpegwin="/mnt/e/programs/ffmpeg-2024-08-15-git-1f801dfdb5-full_build/bin/ffmpeg.exe"
alias grep="grep --color"
alias less="less -iRX"
alias zshrc="nvim ${HOME}/.zshrc"
alias rld="source ${HOME}/.zshrc"
alias d="docker"
alias dc="docker compose"
alias k="kubectl"
alias mk="minikube"
alias gits="git status"
alias gpr="git pull --rebase"
alias gc="git checkout"
alias gitp="git push"
alias gitd="git diff --color=always | less -r"

7
.zsh_bindkeys Normal file
View File

@@ -0,0 +1,7 @@
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey "^H" backward-kill-word
bindkey "5~" kill-word
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char

1
.zshenv Normal file
View File

@@ -0,0 +1 @@
. "$HOME/.cargo/env"

52
.zshrc Normal file
View File

@@ -0,0 +1,52 @@
. "$HOME/.cargo/env"
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory rmstarsilent
bindkey -v
bindkey '^R' history-incremental-search-backward
export EDITOR=nvim
plugins=(ssh-agent)
zstyle :omz:plugins:ssh-agent identities ~/.ssh/id_github_cloudalb ~/.ssh/id_gitea_dragonfruit_cloud
zstyle :omz:plugins:ssh-agent quiet yes
source ~/.zsh_aliases
source ~/.zsh_bindkeys
source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
export PATH="$PATH:$HOME/git/personal-devboot/scripts/shell"
SSD_PATH="/media/ssh"
HD_PATH="/media/hd"
export CLOUDS="/media/hd/clouds"
export DOCUMENTS="/media/hd/clouds/nextcloud-pudim/home/documents"
export DOWNLOADS="/media/hd/home/downloads"
export FURRY_DOWNLOADS="/media/hd/clouds/nextcloud-strawberry/data-hoarding/furry-downloads"
export MEMES="/media/hd/clouds/nextcloud-pudim/home/pictures/memes"
export VIDEOS="/media/hd/home/videos"
autoload -U select-word-style
select-word-style bash
fpath+=~/.zfunc
autoload -Uz compinit && compinit
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
export LESS="--RAW-CONTROL-CHARS"
[[ -f ~/.LESS_TERMCAP ]] && . ~/.LESS_TERMCAP
export COLORTERM=truecolor
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ripgreprc"
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
eval "$(zoxide init zsh)"
eval "$(~/.local/bin/mise activate --shims zsh)"
eval "$(starship init zsh)"