Browse Source

Fix wrong config

oz123 11 năm trước cách đây
mục cha
commit
65dfffb0b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/pwman3

+ 1 - 1
scripts/pwman3

@@ -126,7 +126,7 @@ def set_algorithm(args, config):
 def get_conf_options(args, OSX):
 
     config = get_conf()
-    xselpath = config.get_value("Global", "xselpath")
+    xselpath = config.get_value("Global", "xsel")
     if not xselpath:
         set_xsel(config, OSX)