]> git.lizzy.rs Git - bspwm.git/commitdiff
Use appropriate shell function name
authorBastien Dejean <nihilhill@gmail.com>
Fri, 9 May 2014 13:12:03 +0000 (15:12 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Fri, 9 May 2014 13:12:03 +0000 (15:12 +0200)
examples/bspwmrc

index 67529a08f8dceeb45ff797d626a1a63b7938d227..2827eae602e8fe39248be4e5ab77c3c044c1f8d2 100755 (executable)
@@ -2,15 +2,15 @@
 
 bspc monitor -d I II III IV V VI VII VIII IX X
 
-desktop_config() {
+config_default() {
        bspc config $1 $2
        for M in $(bspc query -M); do
                bspc config -m $M $1 $2
        done
 }
 
-desktop_config border_width     2
-desktop_config window_gap      12
+config_default border_width     2
+config_default window_gap      12
 
 bspc config split_ratio         0.52
 bspc config borderless_monocle  true