diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index 3b00831..3e7686b 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -14,6 +14,12 @@ alias gt "go test -v" # Hyperfine alias bench "hyperfine --shell=none" +# Jump +alias jh "cd" +alias jb "cd ~/.local/bin" +alias jc "cd ~/.config" +alias jp "cd ~/projects" + # Kernel alias kerr "sudo dmesg --level=emerg,alert,crit,err" alias klog "sudo dmesg" @@ -66,15 +72,12 @@ alias slt "systemctl list-timers" # ... alias bios "systemctl reboot --firmware-setup" -alias cdp "cd ~/projects" alias cfg "config" alias cls "clear" +alias disasm "ndisasm -b 64 -e 128" alias ff "fastfetch" alias hex "hexdump -C" alias log "journalctl" alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'" alias dl "yt-dlp -x -f bestaudio" -alias mirror "wget -mpEk" - -# Close all windows -alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic" +alias mirror "wget -mpEk" \ No newline at end of file diff --git a/.config/hypr/typing.conf b/.config/hypr/typing.conf index ea7da2c..6d97e83 100644 --- a/.config/hypr/typing.conf +++ b/.config/hypr/typing.conf @@ -9,6 +9,7 @@ bindle = $mod, T, exec, wtype ™ bindle = $mod, C, exec, wtype © bindle = $mod, R, exec, wtype ® bindle = $mod, L, exec, wtype λ +bindle = $mod, M, exec, wtype μ # German language bindle = $mod, A, exec, wtype ä @@ -23,4 +24,4 @@ bindle = $mod, S, exec, wtype ß bindle = $mod, F, exec, wtype 🤣 bindle = $mod, H, exec, wtype ❤️ bindle = $mod, P, exec, wtype 🙏 -bindle = $mod, W, exec, wtype 👋 +bindle = $mod, W, exec, wtype 👋 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6fd8e82..6fcf2d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /* *.log !.gitignore +!.init !/.config /.config/* !/.config/alacritty @@ -17,4 +18,4 @@ !/.config/tmux !/.config/vscode !/.config/waybar -!/.config/wlogout +!/.config/wlogout \ No newline at end of file diff --git a/.init b/.init new file mode 100755 index 0000000..dd00309 --- /dev/null +++ b/.init @@ -0,0 +1,11 @@ +#!/bin/fish + +# Load systemd user environment +set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator + +if test -e $GENERATOR + export ($GENERATOR) +end + +# Start hyprland +Hyprland