From 517f58a6dd9ac1d02dfb2c4b69080f27d76e930d Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 7 May 2025 15:14:25 +0100 Subject: [PATCH] fix --- config/fish/config.fish | 3 +++ config/hypr/hyprland.conf | 3 +-- scripts/status | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 7ab36f58..714f3fac 100755 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -1,5 +1,8 @@ set fish_greeting +set -gx ANDROID_HOME $HOME/Android/Sdk +set -gx NDK_HOME $ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk) + alias add-pkg="bash ~/Code/dotfiles/scripts/add-package.bash" starship init fish | source diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index c040a0b6..867a8e8e 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -233,8 +233,7 @@ bind = $mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl- # Audio control bind = Control, M, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle -bind = Control, M, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle -bind = Control, T, exec, bash ~/Code/dotfiles/scripts/toggle-speakers.bash +bind = Control, K, exec, bash ~/Code/dotfiles/scripts/toggle-speakers.bash # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more diff --git a/scripts/status b/scripts/status index dc55dc91..dd6391a3 100644 --- a/scripts/status +++ b/scripts/status @@ -1 +1 @@ -headphones +speakers