diff --git a/gui/dot-config/hypr/hyprland.conf b/gui/dot-config/hypr/hyprland.conf index 65ba01a..2a81b93 100644 --- a/gui/dot-config/hypr/hyprland.conf +++ b/gui/dot-config/hypr/hyprland.conf @@ -30,6 +30,7 @@ exec-once = sleep 5 && wpctl set-volume @DEFAULT_AUDIO_SINK@ 42% #exec-once = ~/projects/scripts/shell/rnote_mapper.sh exec-once = ~/projects/scripts/shell/toggle_grayscale.sh +exec-once = ~/projects/scripts/shell/computer.sh # Mount the webdav folder configured by rclone #exec-once = mkdir -p ~/Notecloud diff --git a/home/dot-common_shell b/home/dot-common_shell index fd9fca1..a395e35 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -57,7 +57,7 @@ alias t="todo.sh" alias tl="todo.sh list" alias td="todo.sh do" alias de="sudo loadkeys de" -alias us="~/projects/scripts/shell/uni_setup.sh" +alias us="~/projects/scripts/shell/uni_setup.sh > /dev/zero 2>&1" alias b="btop" alias c="cat" alias chch="~/projects/scripts/check_git.sh" @@ -89,3 +89,6 @@ alias typ="~/projects/scripts/shell/traverse_typst.sh ~/projects/university" alias mt="mkdir -p ~/Notecloud && rclone mount Strato: ~/Notecloud" alias tp="~/projects/scripts/shell/open_sess.sh" + +# From gpt +alias nv='tmux new-session -d -s university -n uni "cd ~/projects/university && nvim -c '\''lua require(\"custom.uni\").select_course_directory()'\''" && tmux new-window -t university:2 -n typstar "cd ~/projects/typstar; exec $SHELL" && tmux select-window -t university:1 && tmux attach -t university'