Parcourir la source

Fix wrong config

oz123 il y a 11 ans
Parent
commit
65dfffb0b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)