fix
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
set fish_greeting
|
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"
|
alias add-pkg="bash ~/Code/dotfiles/scripts/add-package.bash"
|
||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
@ -233,8 +233,7 @@ bind = $mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-
|
|||||||
|
|
||||||
# Audio control
|
# 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, M, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bind = Control, K, exec, bash ~/Code/dotfiles/scripts/toggle-speakers.bash
|
||||||
bind = Control, T, exec, bash ~/Code/dotfiles/scripts/toggle-speakers.bash
|
|
||||||
|
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
|
@ -1 +1 @@
|
|||||||
headphones
|
speakers
|
||||||
|
Reference in New Issue
Block a user