Skip to content

Commit

Permalink
Remove jqmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 27, 2023
1 parent 1c524e7 commit 4263b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
pass

# utils
jgmenu
peek
ripgrep
dconf
Expand Down
4 changes: 0 additions & 4 deletions home/qtile/src/core/mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@
lazy.window.set_size_floating(),
start=lazy.window.get_size(),
),
Click(
[mod], "Button3",
lazy.spawn("jgmenu_run"),
),
Click([mod], "Button2", lazy.window.bring_to_front()),
]

0 comments on commit 4263b39

Please sign in to comment.