diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-18 17:33:41 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-18 17:33:41 +0000 |
commit | a7688261bb384cc93836052f1dba14a178580465 (patch) | |
tree | 1a57b3b971590914a0b3eeb4802d09acfccc06e0 | |
parent | 59dbaf52cc440395c5cd25dab9b55b39c89ef0ed (diff) | |
download | dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar.gz dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar.bz2 dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar.lz dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar.xz dotfiles-a7688261bb384cc93836052f1dba14a178580465.tar.zst dotfiles-a7688261bb384cc93836052f1dba14a178580465.zip |
Remove action button from the wofi command
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index b745380..bf807cb 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -64,7 +64,7 @@ xwayland enable set $term $(which foot || which alacritty) # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu wofi --show drun -Ii -w 3 +set $menu wofi --show drun -Iai -w 3 set $screenshot grim /dev/stdout | wl-copy set $toggle_layout input "2821:6228:Asus_Keyboard" xkb_switch_layout next set $lock swaylock |