diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-16 23:30:14 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-16 23:30:28 +0100 |
| commit | e106fc0cc2c604101ceb8c0385334c4a31575dd9 (patch) | |
| tree | a2a630309dfdb0b47880e339c87c75a41de6343a /sway | |
| parent | 727770628ebc8a23ce9674317edc99ecaf997040 (diff) | |
Replace rofi with wofi
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 020ac4c..eb80318 100644 --- a/sway/config +++ b/sway/config @@ -8,7 +8,7 @@ set $down j set $up k set $right l set $term alacritty -set $menu rofi -font "Iosevka Nerd Font 12" -show combi | xargs swaymsg exec +set $menu wofi | xargs swaymsg exec # Colours set $cl_high #434e59 |
