Fix sound

This commit is contained in:
2025-06-09 14:45:32 +02:00
parent 5b3d5208a3
commit 0de057523d
3 changed files with 13 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
- polybar
- keychain
- rofi
- nitrogen
- playerctl
- blueman
- pavucontrol
- name: Development Environment
become: true

View File

@@ -43,6 +43,11 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
# Media player controls
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioPause exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
@@ -193,4 +198,6 @@ default_border normal 5px
# Turn off my screen after 10 min of in-activity
exec --no-startup-id xset dpms 600
exec --no-startup-id /usr/bin/blueman-applet
exec --no-startup-id nitrogen --restore
bindcode $win+. exec flatpak run it.mijorus.smile

View File

@@ -31,9 +31,9 @@ fi
#fi
# Load my SSH Agent and Key
if [ -n "$PS1" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
if [ -n "$PS1" ]; then
keychain ~/.ssh/bgrolleman_2024.ed25519
source ~/.keychain/laura-sh
source ~/.keychain/Laura-sh
fi
alias notes="tmux attach-session -t notes || tmux new-session -s notes 'nvim ~/Notes/Personal'"