fix: Tofi and Flameshow not working properly

This commit is contained in:
ziro 2023-04-06 14:10:46 +07:00
parent 3fbd6337a3
commit 973fbd32be
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -4,6 +4,7 @@ exec-once = unclutter
exec-once = dunst exec-once = dunst
exec-once = numlockx exec-once = numlockx
exec-once = lxpolkit exec-once = lxpolkit
exec-once = mpvpaper -vs -o "no-audio loop" VGA-1 /home/ziro/my\ Files/Wallpaper/HoloLive/Torii\ Gate/Torii\ Gate.webm &
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
@ -50,16 +51,14 @@ decoration {
animations { animations {
enabled = yes enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 1, 0.1, 1
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 5, myBezier
animation = windowsOut, 1, 6, default, popin 80%
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default animation = border, 1, 10, default
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 7, default animation = fade, 1, 7, default
animation = workspaces, 1, 6, default animation = workspaces, 1, 5, default
} }
dwindle { dwindle {
@ -87,8 +86,8 @@ $spaceMod = SUPER SHIFT # Super + Shift = MOD key(s) that control/modify the Wo
bind = $mainMod, T, exec, kitty bind = $mainMod, T, exec, kitty
bind = $mainMod, Q, killactive, bind = $mainMod, Q, killactive,
bind = $mainMod, B, exec, $BROWSER bind = $mainMod, B, exec, $BROWSER
bind = , Print, exec, flameshot gui bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
bind = $mainMod, Space, exec, tofi-run bind = $mainMod, Space, exec, exec `tofi-run` 2>/dev/null
bind = $metaMod, Q, exit, bind = $metaMod, Q, exit,
bind = $metaMod, F, togglefloating, bind = $metaMod, F, togglefloating,
bind = $metaMod, P, pseudo, # for dwindle only bind = $metaMod, P, pseudo, # for dwindle only