commit d556b4f752c7434f33002678bb6d4ea4141936a6 parent 1431ede4668c1fcb84c60b77bb91b5fe1a29a339 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Fri, 22 Mar 2019 11:00:56 -0400 Let unicode picker directly type selection and swap keybindings. Diffstat:
M | .config/i3/config | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config @@ -134,8 +134,8 @@ for_window [class="^"] split toggle bindsym $mod+b exec --no-startup-id $BROWSER # emoji and unicode character picker - bindsym $mod+u exec --no-startup-id rofimoji - bindsym $mod+Shift+u exec --no-startup-id unipicker --command "rofi -dmenu" --copy + bindsym $mod+u exec --no-startup-id unipicker --command "rofi -dmenu" --copy-command "xargs xdotool type" + bindsym $mod+Shift+u exec --no-startup-id rofimoji # window switcher bindsym $mod+Tab exec --no-startup-id rofi -show window