sway: Add emoji picker
This commit is contained in:
parent
8c66fb2520
commit
a1bb0d05a1
1 changed files with 4 additions and 1 deletions
|
|
@ -44,9 +44,12 @@ bindsym $mod2+Shift+1 exec projectM-pulseaudio
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+c kill
|
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"
|
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
|
# thigh gaps
|
||||||
# gaps inner 10
|
# gaps inner 10
|
||||||
# gaps outer 20
|
# gaps outer 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue