From 083d30a79a4a4deadd728e5c06873dd6aa125f97 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 7 Jul 2023 13:46:15 +0200 Subject: [PATCH] Hyprland: add emote configuration --- .config/hypr/conf.d/autostart.conf | 1 + .config/hypr/conf.d/keybinds.conf | 1 + .config/hypr/conf.d/rules.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/.config/hypr/conf.d/autostart.conf b/.config/hypr/conf.d/autostart.conf index 5b7fddb..45e8041 100644 --- a/.config/hypr/conf.d/autostart.conf +++ b/.config/hypr/conf.d/autostart.conf @@ -9,3 +9,4 @@ exec-once = wl-paste -t text --watch clipman store --no-persist & exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & exec-once = ~/.local/bin/scripts/system/random-wallpaper 15 ~/.wallpapers & +exec-once = emote & diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index 510f027..85f8d39 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -37,6 +37,7 @@ bind = $mmod, V, exec, clipman pick -t wofi bind = $smod, P, exec, ~/.local/bin/scripts/colorpicker bind = $smod, K, exec, ~/.local/bin/scripts/system/kblayout-picker bind = $smod, Tab, exec, footclient -a sysmonitor btm -b +bind = $smod, E, exec, emote # Change current workspace bind = $mmod, 1, exec, hyprsome workspace 1 diff --git a/.config/hypr/conf.d/rules.conf b/.config/hypr/conf.d/rules.conf index ce6e0f4..77b3a2d 100644 --- a/.config/hypr/conf.d/rules.conf +++ b/.config/hypr/conf.d/rules.conf @@ -5,6 +5,7 @@ windowrulev2 = float,class:^fsearch$ windowrulev2 = float,class:^nm-connection-editor$ windowrulev2 = float,class:^yad$ windowrulev2 = minsize 600 207,class:^polkit-gnome-authentication-agent-1$ +windowrulev2 = move cursor -50% -50%,class:^emote$ # MPV windowrulev2 = float,class:^mpv$