From a1bb0d05a18dc9a5ec2e0b137eb49ba4d656cead Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Mon, 16 Feb 2026 20:27:08 -0600 Subject: [PATCH] sway: Add emoji picker --- .sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.sway/config b/.sway/config index 0e842ea..0565c68 100755 --- a/.sway/config +++ b/.sway/config @@ -44,9 +44,12 @@ bindsym $mod2+Shift+1 exec projectM-pulseaudio # kill focused window bindsym $mod+Shift+c kill -# start dmenu (a program launcher) +# start bemenu (a program launcher) bindsym $mod+p exec bemenu-run --border 3 --bdr "#0c0c0c" --fn "Monofur Nerd Font Propo 10" --tb "#9ece9e" --tf "#0c0c0c" --nb "#1f1f1f" --nf "#ffcfaf" --sb "#f0dfaf" --sf "#1f1f1f" --hf "#9ece9e" +# emojis +bindsym $mod+u exec rofimoji --action clipboard --selector bemenu --selector-args '--border 3 --bdr "#0c0c0c" --fn "Monofur Nerd Font Propo 10" --tb "#9ece9e" --tf "#0c0c0c" --nb "#1f1f1f" --nf "#ffcfaf" --sb "#f0dfaf" --sf "#1f1f1f" --hf "#9ece9e"' + # thigh gaps # gaps inner 10 # gaps outer 20