Updated config

This commit is contained in:
Eduard Urbach 2025-06-25 16:55:29 +02:00
parent 910bb4a930
commit dea8315917
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
11 changed files with 45 additions and 25 deletions

View file

@ -1,4 +1,4 @@
color_theme = "Default" color_theme = "/usr/share/btop/themes/tokyo-night.theme"
theme_background = False theme_background = False
truecolor = True truecolor = True
force_tty = False force_tty = False

View file

@ -52,6 +52,7 @@ if command -q apk
alias p "apk" alias p "apk"
alias pi "sudo apk add" alias pi "sudo apk add"
alias pr "sudo apk del" alias pr "sudo apk del"
alias ps "sudo apk search"
alias pu "sudo apk update && sudo apk upgrade" alias pu "sudo apk update && sudo apk upgrade"
alias pl "apk info" alias pl "apk info"
alias po "apk info --who-owns" alias po "apk info --who-owns"
@ -59,14 +60,15 @@ else if command -q pacman
alias p "pacman" alias p "pacman"
alias pi "sudo pacman -S" alias pi "sudo pacman -S"
alias pr "sudo pacman -Rs" alias pr "sudo pacman -Rs"
alias ps "pacman -Ss"
alias pu "sudo pacman -Syu" alias pu "sudo pacman -Syu"
alias pl "pacman -Qq" 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 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 end
# Sudo # Sudo
@ -100,9 +102,10 @@ alias tl "tmux ls"
alias tk "tmux kill-server" alias tk "tmux kill-server"
# ... # ...
alias ai "sudo systemctl start ollama && sleep 1 && ollama run gemma3"
alias align "column -t -o ' '" alias align "column -t -o ' '"
alias c "rg --files | xargs fnl --remove"
alias cfg "config" alias cfg "config"
alias clean "rg --files | xargs fnl --remove"
alias cls "clear" alias cls "clear"
alias debug "blinkenlights" alias debug "blinkenlights"
alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d" alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d"

View file

@ -27,6 +27,7 @@ SETUVAR fish_color_selection:\x2d\x2dbackground\x3dFFCC66
SETUVAR fish_color_status:red SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x1d SETUVAR fish_color_valid_path:\x1d
SETUVAR fish_features:test\x2drequire\x2darg
SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_background:\x1d
SETUVAR fish_pager_color_completion:normal SETUVAR fish_pager_color_completion:normal

View file

@ -1,6 +1,10 @@
function ls --wraps eza function ls --wraps eza
if command -q 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 else
command ls $argv command ls $argv
end end

View file

@ -1,13 +1,21 @@
# Autostart # Audio effects
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
exec-once = easyeffects --gapplication-service exec-once = easyeffects --gapplication-service
# Disabled # Clipboard
#exec-once = /usr/libexec/pipewire-launcher exec-once = wl-paste --watch cliphist store
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # OpenRC user services like pipewire
#exec-once = waypaper --restore 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

View file

@ -1,6 +1,6 @@
general { general {
gaps_in = 5 gaps_in = 4
gaps_out = 10 gaps_out = 8
border_size = 1 border_size = 1
allow_tearing = true allow_tearing = true
col.active_border = rgb(7f7f7f) col.active_border = rgb(7f7f7f)

View file

@ -3,7 +3,7 @@ $browser = firefox
$logout = wlogout $logout = wlogout
$lockscreen = swaylock $lockscreen = swaylock
$menu = fuzzel $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 $shell = fish
$statusbar = waybar $statusbar = waybar
$terminal = foot $terminal = foot

View file

@ -51,4 +51,5 @@
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"workbench.tree.enableStickyScroll": false, "workbench.tree.enableStickyScroll": false,
"continue.telemetryEnabled": false,
} }

View file

@ -6,13 +6,13 @@
} }
{ {
"label" : "shutdown", "label" : "shutdown",
"action" : "doas poweroff", "action" : "poweroff",
"text" : "Shutdown", "text" : "Shutdown",
"keybind" : "s" "keybind" : "s"
} }
{ {
"label" : "reboot", "label" : "reboot",
"action" : "doas reboot", "action" : "reboot",
"text" : "Reboot", "text" : "Reboot",
"keybind" : "r" "keybind" : "r"
} }

View file

@ -36,6 +36,10 @@
"light": "KTRZ Monokai", "light": "KTRZ Monokai",
"dark": "KTRZ Monokai" "dark": "KTRZ Monokai"
}, },
"title_bar": {
"show_sign_in": false,
"show_user_picture": false
},
"toolbar": { "toolbar": {
"breadcrumbs": false, "breadcrumbs": false,
"quick_actions": false "quick_actions": false

1
.env
View file

@ -16,7 +16,6 @@ RUSTUP_HOME=$XDG_DATA_HOME/rustup
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
W3M_DIR=$XDG_DATA_HOME/w3m W3M_DIR=$XDG_DATA_HOME/w3m
WINEPREFIX=$XDG_DATA_HOME/wine WINEPREFIX=$XDG_DATA_HOME/wine
LD_PRELOAD=/usr/lib/libmimalloc.so.2
GOAMD64=v3 GOAMD64=v3
GOARM64=v8.2 GOARM64=v8.2
LANG=en_US.UTF-8 LANG=en_US.UTF-8