Hyprland: add emote configuration
This commit is contained in:
parent
845ed040a2
commit
083d30a79a
|
|
@ -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 = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||||
exec-once = ~/.local/bin/scripts/system/random-wallpaper 15 ~/.wallpapers &
|
exec-once = ~/.local/bin/scripts/system/random-wallpaper 15 ~/.wallpapers &
|
||||||
|
exec-once = emote &
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@ bind = $mmod, V, exec, clipman pick -t wofi
|
||||||
bind = $smod, P, exec, ~/.local/bin/scripts/colorpicker
|
bind = $smod, P, exec, ~/.local/bin/scripts/colorpicker
|
||||||
bind = $smod, K, exec, ~/.local/bin/scripts/system/kblayout-picker
|
bind = $smod, K, exec, ~/.local/bin/scripts/system/kblayout-picker
|
||||||
bind = $smod, Tab, exec, footclient -a sysmonitor btm -b
|
bind = $smod, Tab, exec, footclient -a sysmonitor btm -b
|
||||||
|
bind = $smod, E, exec, emote
|
||||||
|
|
||||||
# Change current workspace
|
# Change current workspace
|
||||||
bind = $mmod, 1, exec, hyprsome workspace 1
|
bind = $mmod, 1, exec, hyprsome workspace 1
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ windowrulev2 = float,class:^fsearch$
|
||||||
windowrulev2 = float,class:^nm-connection-editor$
|
windowrulev2 = float,class:^nm-connection-editor$
|
||||||
windowrulev2 = float,class:^yad$
|
windowrulev2 = float,class:^yad$
|
||||||
windowrulev2 = minsize 600 207,class:^polkit-gnome-authentication-agent-1$
|
windowrulev2 = minsize 600 207,class:^polkit-gnome-authentication-agent-1$
|
||||||
|
windowrulev2 = move cursor -50% -50%,class:^emote$
|
||||||
|
|
||||||
# MPV
|
# MPV
|
||||||
windowrulev2 = float,class:^mpv$
|
windowrulev2 = float,class:^mpv$
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue