Forgot to actually add some of my changes.

This commit is contained in:
Storm Dragon 2023-08-29 16:23:51 -04:00
parent 43067c0efe
commit 68620696fc
1 changed files with 1 additions and 1 deletions

2
i38.sh
View File

@ -417,7 +417,7 @@ $(if command -v pidgin &> /dev/null ; then
fi)
$(if command -v xrandr &> /dev/null ; then
echo "# alt+s bound to brightness control"
echo "bindsym \$mod+s exec --no-startup-id ${i3Path}/scripts/screen_controller.sh"
echo "bindsym \$mod+s exec --no-startup-id ${i3Path}/scripts/screen_controller.sh, mode \"default\""
fi)
$(if command -v transfersh &> /dev/null ; then
echo "# t bound to share file with transfer.sh"