From 68620696fc170f5f7d232c0bb78d3663454b578b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 29 Aug 2023 16:23:51 -0400 Subject: [PATCH] Forgot to actually add some of my changes. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index d1cb0fb..a5b6e8b 100755 --- a/i38.sh +++ b/i38.sh @@ -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"