diff --git a/home/modules/hyprland/config/bind.nix b/home/modules/hyprland/config/bind.nix index 13b5bbd..230567f 100755 --- a/home/modules/hyprland/config/bind.nix +++ b/home/modules/hyprland/config/bind.nix @@ -3,14 +3,17 @@ let # Apps "Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun" "C, exec, code" - "D, exec, obsidian" - "T, exec, ghostty -e zellij a dotfiles" - "E, exec, ghostty -e y" + "A, exec, obsidian" + "D, exec, ghostty -e zellij a dotfiles" + "E, exec, ghostty -e nu -e y" + "T, exec, ghostty" + "G, exec, firefox https://cronometer.com/#diary" "B, exec, firefox" "V, exec, vesktop" "W, exec, bitwarden" "H, exec, feishin" - "R, exec, ghostty -e btm" + "Y, exec, scrcpy" + "R, exec, ghostty -e nu -e btm" "N, exec, signal-desktop" "M, exec, element-desktop" "End, exec, hyprctl dispatch exit" diff --git a/profiles/user0/files/justfile b/profiles/user0/files/justfile index f478737..32f4dcc 100755 --- a/profiles/user0/files/justfile +++ b/profiles/user0/files/justfile @@ -1,5 +1,8 @@ -safety: +vpn: sudo protonvpn c --c CA rebuild: - nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace \ No newline at end of file + nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace + +elm: + cd ~/Files/Projects/website/frontend; elm-land server \ No newline at end of file