Compare commits
3 Commits
6cadad7cf2
...
27e7169a65
| Author | SHA1 | Date |
|---|---|---|
|
|
27e7169a65 | |
|
|
083d30a79a | |
|
|
845ed040a2 |
|
|
@ -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,8 @@ 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$
|
||||||
|
windowrulev2 = noinitialfocus,class:^com\.nextcloud\.desktopclient\.nextcloud$
|
||||||
|
|
||||||
# MPV
|
# MPV
|
||||||
windowrulev2 = float,class:^mpv$
|
windowrulev2 = float,class:^mpv$
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ as-tree
|
||||||
checkupdates-with-aur
|
checkupdates-with-aur
|
||||||
delta
|
delta
|
||||||
downgrade
|
downgrade
|
||||||
|
emote
|
||||||
fsearch-git
|
fsearch-git
|
||||||
grimblast-git
|
grimblast-git
|
||||||
hyprland-nvidia-git
|
hyprland-nvidia-git
|
||||||
|
|
@ -17,8 +18,8 @@ sddm-git
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
swayosd-git
|
swayosd-git
|
||||||
swww
|
swww
|
||||||
ttf-ubraille
|
|
||||||
ttf-ms-win11-auto
|
ttf-ms-win11-auto
|
||||||
ttf-twemoji
|
ttf-twemoji
|
||||||
|
ttf-ubraille
|
||||||
waybar-hyprland-git
|
waybar-hyprland-git
|
||||||
xdg-desktop-portal-hyprland-git
|
xdg-desktop-portal-hyprland-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue