diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 9ab983f..04e6140 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -color_theme = "Default" +color_theme = "/usr/share/btop/themes/tokyo-night.theme" theme_background = False truecolor = True force_tty = False diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index c9d96cf..7941e4d 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -52,6 +52,7 @@ if command -q apk alias p "apk" alias pi "sudo apk add" alias pr "sudo apk del" + alias ps "sudo apk search" alias pu "sudo apk update && sudo apk upgrade" alias pl "apk info" alias po "apk info --who-owns" @@ -59,14 +60,15 @@ else if command -q pacman alias p "pacman" alias pi "sudo pacman -S" alias pr "sudo pacman -Rs" + alias ps "pacman -Ss" alias pu "sudo pacman -Syu" alias pl "pacman -Qq" - alias pe "pacman -Qe" - alias pc "sudo pacman -Sc" - alias paur "pacman -Qm" - alias pfiles "pacman -Ql" - alias porphan "pacman -Qtdq" alias po "pacman -Qo" + alias pe "pacman -Qe" + alias pf "pacman -Ql" + alias pc "yay -Scc" + alias pco "yay -Rs (pacman -Qtdq)" + alias paur "pacman -Qm" end # Sudo @@ -100,9 +102,10 @@ alias tl "tmux ls" alias tk "tmux kill-server" # ... +alias ai "sudo systemctl start ollama && sleep 1 && ollama run gemma3" alias align "column -t -o ' '" +alias c "rg --files | xargs fnl --remove" alias cfg "config" -alias clean "rg --files | xargs fnl --remove" alias cls "clear" alias debug "blinkenlights" alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d" diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 8369e25..34ac16b 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -27,6 +27,7 @@ SETUVAR fish_color_selection:\x2d\x2dbackground\x3dFFCC66 SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x1d +SETUVAR fish_features:test\x2drequire\x2darg SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:normal diff --git a/.config/fish/functions/ls.fish b/.config/fish/functions/ls.fish index 7b4b7c6..c6f3c3c 100644 --- a/.config/fish/functions/ls.fish +++ b/.config/fish/functions/ls.fish @@ -1,6 +1,10 @@ function ls --wraps eza if command -q eza - eza --group-directories-first --time-style relative -T -L0 $argv + if test -z "$argv" + set argv . + end + + eza --group-directories-first --time-style relative -T -L1 $argv else command ls $argv end diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf index 1395375..a2e56d7 100644 --- a/.config/hypr/autostart.conf +++ b/.config/hypr/autostart.conf @@ -1,13 +1,21 @@ -# Autostart -exec-once = swaybg -i ~/pictures/wallpapers/current -exec-once = wl-paste --watch cliphist store -exec-once = $statusbar -exec-once = ssh-agent -D -a $SSH_AUTH_SOCK -exec-once = openrc --user gui +# Audio effects exec-once = easyeffects --gapplication-service -# Disabled -#exec-once = /usr/libexec/pipewire-launcher -#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -#exec-once = waypaper --restore \ No newline at end of file +# Clipboard +exec-once = wl-paste --watch cliphist store + +# OpenRC user services like pipewire +exec-once = openrc --user gui + +# Polkit for authentication +exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 + +# SSH agent +exec-once = ssh-agent -D -a $SSH_AUTH_SOCK + +# Status bar +exec-once = $statusbar + +# Wallpaper +exec-once = waypaper --restore +#exec-once = swaybg -i ~/pictures/wallpapers/current \ No newline at end of file diff --git a/.config/hypr/general.conf b/.config/hypr/general.conf index d0bdf8e..a916402 100644 --- a/.config/hypr/general.conf +++ b/.config/hypr/general.conf @@ -1,6 +1,6 @@ general { - gaps_in = 5 - gaps_out = 10 + gaps_in = 4 + gaps_out = 8 border_size = 1 allow_tearing = true col.active_border = rgb(7f7f7f) diff --git a/.config/hypr/programs.conf b/.config/hypr/programs.conf index f39c23d..0aa8c91 100644 --- a/.config/hypr/programs.conf +++ b/.config/hypr/programs.conf @@ -3,7 +3,7 @@ $browser = firefox $logout = wlogout $lockscreen = swaylock $menu = fuzzel -$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG +$screenshot = grim -g "$(slurp -d)" ~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && wl-copy < $IMG $shell = fish $statusbar = waybar $terminal = foot diff --git a/.config/vscode/settings.json b/.config/vscode/settings.json index 7627bd4..82e9454 100644 --- a/.config/vscode/settings.json +++ b/.config/vscode/settings.json @@ -51,4 +51,5 @@ "workbench.startupEditor": "none", "workbench.statusBar.visible": false, "workbench.tree.enableStickyScroll": false, + "continue.telemetryEnabled": false, } \ No newline at end of file diff --git a/.config/wlogout/layout b/.config/wlogout/layout index db9add9..6813417 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -6,13 +6,13 @@ } { "label" : "shutdown", - "action" : "doas poweroff", + "action" : "poweroff", "text" : "Shutdown", "keybind" : "s" } { "label" : "reboot", - "action" : "doas reboot", + "action" : "reboot", "text" : "Reboot", "keybind" : "r" } \ No newline at end of file diff --git a/.config/zed/settings.json b/.config/zed/settings.json index c045eb2..53c2b28 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -36,6 +36,10 @@ "light": "KTRZ Monokai", "dark": "KTRZ Monokai" }, + "title_bar": { + "show_sign_in": false, + "show_user_picture": false + }, "toolbar": { "breadcrumbs": false, "quick_actions": false diff --git a/.env b/.env index 3c2e2d0..6574e12 100644 --- a/.env +++ b/.env @@ -16,7 +16,6 @@ RUSTUP_HOME=$XDG_DATA_HOME/rustup SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket W3M_DIR=$XDG_DATA_HOME/w3m WINEPREFIX=$XDG_DATA_HOME/wine -LD_PRELOAD=/usr/lib/libmimalloc.so.2 GOAMD64=v3 GOARM64=v8.2 LANG=en_US.UTF-8