Skip to content

Commit

Permalink
update through script - 2024-09-21 15:12:13
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Sep 21, 2024
1 parent a684122 commit 2e8cf58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ super + Return
Pause
~/.local/bin/scripts/toggle_mic

# Restore audio setup
alt + equal
~/.local/bin/scripts/audio-setup

# Lock & Screen off
# super + Escape
# loginctl lock-session && sleep 5 && ~/.local/bin/scripts/idle_monitor &
1 change: 1 addition & 0 deletions .local/bin/scripts/audio-setup
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
notify-send --icon=gtk-info "audio-setup"
pw-jack carla -n ~/Sync/audio-setup.carxp
3 changes: 3 additions & 0 deletions .pulse/default.pa
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@
# Reverse audio channels
load-module module-remap-sink sink_name=reverse-stereo master=0 channels=2 master_channel_map=front-right,front-left channel_map=front-left,front-right
set-default-sink reverse-stereo

# Monitor microphone
# load-module module-loopback

0 comments on commit 2e8cf58

Please sign in to comment.