diff options
Diffstat (limited to 'config/sway/bindsym-layout')
-rw-r--r-- | config/sway/bindsym-layout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sway/bindsym-layout b/config/sway/bindsym-layout index ef14ead..5b075ac 100644 --- a/config/sway/bindsym-layout +++ b/config/sway/bindsym-layout @@ -9,5 +9,5 @@ mode "$mode_layout" { bindsym --to-code $mod+slash mode "$mode_layout" # Type emoji -bindsym --to-code $mod+period exec rofimoji --skin-tone neutral -bindsym --to-code $mod+Shift+period exec rofimoji --skin-tone neutral --action copy +bindsym --to-code $mod+period exec rofimoji --selector wofi --skin-tone neutral +bindsym --to-code $mod+Shift+period exec rofimoji --selector wofi --skin-tone neutral --action copy |