Skip to content

Commit

Permalink
fix device config
Browse files Browse the repository at this point in the history
  • Loading branch information
naibaf0 committed Apr 12, 2024
1 parent 71a3385 commit e9c3252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/wofi/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
width=33%
/* height=300 */
height=300
lines=6
mode=drun
filter_rate=100
Expand Down
2 changes: 1 addition & 1 deletion scripts/wofi/wofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

timeout=30
monitor="$(swaymsg -t get_outputs | jq '[.[].focused] | index(true)')"
monitor="$(hyprctl monitors -j | jq '[.[].focused] | index(true)')"
alias mywofi="wofi --dmenu --matching contains -i -k /dev/null"

select_command() {
Expand Down

0 comments on commit e9c3252

Please sign in to comment.