Adding machine specific configuration

This commit is contained in:
2024-02-28 15:33:52 +01:00
parent de3e0699bb
commit 637fe2d99a
3 changed files with 5 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty
bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm
bind = $mainMod, C, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, nemo

View File

@@ -2,3 +2,6 @@
# Exaples:
# export NAME="VALUE"
# export PATH="$PATH:/newPath"
export PATH="$PATH:/opt/flutter/bin/"
export CAPACITOR_ANDROID_STUDIO_PATH="/home/daniele/.local/share/JetBrains/Toolbox/apps/android-studio/bin/studio.sh"

View File

@@ -0,0 +1 @@
. "$HOME/.cargo/env"