Hyprland: add emote configuration

This commit is contained in:
Harzo 2023-07-07 13:46:15 +02:00
parent 845ed040a2
commit 083d30a79a
3 changed files with 3 additions and 0 deletions

View File

@ -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 &

View File

@ -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

View File

@ -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$