fix: Tofi and Flameshow not working properly
This commit is contained in:
parent
3fbd6337a3
commit
973fbd32be
1 changed files with 7 additions and 8 deletions
|
@ -4,6 +4,7 @@ exec-once = unclutter
|
|||
exec-once = dunst
|
||||
exec-once = numlockx
|
||||
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
|
||||
|
||||
|
@ -50,16 +51,14 @@ decoration {
|
|||
animations {
|
||||
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, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = windows, 1, 5, myBezier
|
||||
animation = windowsOut, 1, 6, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
animation = workspaces, 1, 5, default
|
||||
}
|
||||
|
||||
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, Q, killactive,
|
||||
bind = $mainMod, B, exec, $BROWSER
|
||||
bind = , Print, exec, flameshot gui
|
||||
bind = $mainMod, Space, exec, tofi-run
|
||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod, Space, exec, exec `tofi-run` 2>/dev/null
|
||||
bind = $metaMod, Q, exit,
|
||||
bind = $metaMod, F, togglefloating,
|
||||
bind = $metaMod, P, pseudo, # for dwindle only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue