Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from nwg-piotr/pipemenus
Browse files Browse the repository at this point in the history
debugging line removed
nwg-piotr authored Jun 25, 2020
2 parents 702fc94 + aa63e50 commit ceb821a
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ def read(f_name):

setup(
name='sgtk-menu',
version='1.4.0',
version='1.4.1',
description='GTK menu for sway, i3 and some other WMs',
packages=find_packages(),
include_package_data=True,
1 change: 0 additions & 1 deletion sgtk_menu/dmenu.py
Original file line number Diff line number Diff line change
@@ -81,7 +81,6 @@ def main():
pipe_menu = []
for line in sys.stdin:
pipe_menu.append(line.rstrip())
print(pipe_menu)

parser = argparse.ArgumentParser(description="GTK dmenu for sway, i3 and some other WMs")
placement = parser.add_mutually_exclusive_group()

0 comments on commit ceb821a

Please sign in to comment.