]> oss.titaniummirror.com Git - dispcfg.git/blobdiff - dispcfg
Remove setctrl
[dispcfg.git] / dispcfg
diff --git a/dispcfg b/dispcfg
index f0cc4a275d1f22c87be69af65992ce530ad19369..9c996112f2260c5a36e96aa89a509ece5b621bbb 100755 (executable)
--- a/dispcfg
+++ b/dispcfg
@@ -231,10 +231,6 @@ if __name__ == '__main__':
                 enabled_count -= disable_an_entry(outputs)
             enabled_count += enable_an_entry(outputs, enabled_count < 2)
 
-        # A hack to set Control/Win key mapping
-        if not dry_run:
-            subprocess.call('/usr/local/bin/setctrl')
-
         out.outTime('completed')
         out.fout('')