Add Emote as emoji picker
This commit is contained in:
parent
9f52b4ed3b
commit
c065ee7465
|
@ -19,4 +19,5 @@
|
|||
state: present
|
||||
method: user
|
||||
loop:
|
||||
- org.wezfurlong.wezterm
|
||||
- org.wezfurlong.wezterm
|
||||
- com.tomjwatson.Emote
|
|
@ -108,6 +108,7 @@ workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{
|
|||
# Execute apps at launch
|
||||
exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec-once = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
|
||||
exec-once = flatpak run com.tomjwatson.Emote
|
||||
{% if 'nextcloud' in role_names %}
|
||||
exec-once = nextcloud --background
|
||||
{% endif %}
|
||||
|
@ -127,6 +128,7 @@ bind = $mainMod, F, fullscreen, 0
|
|||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, L, exec, ~/.local/bin/hyprhelpr lock
|
||||
bind = $mainMod, P, exec, ~/.local/bin/hyprhelpr powermenu
|
||||
bind = $mainMod, period, exec, flatpak run com.tomjwatson.Emote
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
Loading…
Reference in a new issue