updae
This commit is contained in:
parent
fa41492604
commit
bd7f5d78af
@ -53,6 +53,7 @@ exec-once = uwsm app -sb -t service -- waybar
|
|||||||
exec-once = uwsm app -sb -t service -- hyprsunset
|
exec-once = uwsm app -sb -t service -- hyprsunset
|
||||||
exec-once = uwsm app -sb -t service -- polkit-kde-authentication-agent-1.desktop
|
exec-once = uwsm app -sb -t service -- polkit-kde-authentication-agent-1.desktop
|
||||||
exec-once = uwsm app -sb -t service -- variety
|
exec-once = uwsm app -sb -t service -- variety
|
||||||
|
exec-once = uwsm app -sb -t service -- fcitx5
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
@ -137,7 +138,7 @@ animations {
|
|||||||
# animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
# animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
||||||
# animation = windowsOut, 1, 1.49, linear, popin 87%
|
# animation = windowsOut, 1, 1.49, linear, popin 87%
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, slide
|
animation = windowsIn, 1, 4.1, easeOutQuint, slide
|
||||||
animation = windowsOut, 1, 1.49, linear, slide
|
animation = windowsOut, 1, 1.49, easeOutQuint, slide
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
animation = fadeIn, 1, 1.73, almostLinear
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
animation = fadeOut, 1, 1.46, almostLinear
|
||||||
animation = fade, 1, 3.03, quick
|
animation = fade, 1, 3.03, quick
|
||||||
@ -249,9 +250,10 @@ workspace = w[1-10],monitor:eDP-1,persistent:false
|
|||||||
windowrulev2 = float, class:discord
|
windowrulev2 = float, class:discord
|
||||||
windowrulev2 = float, class:mpv
|
windowrulev2 = float, class:mpv
|
||||||
windowrulev2 = workspace 10 silent, class:discord
|
windowrulev2 = workspace 10 silent, class:discord
|
||||||
# windowrulev2 = opacity 0.88, class:.* fullscreen:0
|
windowrulev2 = opacity 0.88, class:.* fullscreen:0
|
||||||
windowrulev2 = opacity 1, class:.* fullscreen:0
|
# windowrulev2 = opacity 1, class:.* fullscreen:0
|
||||||
windowrulev2 = opacity 1, class:mpv fullscreen:0
|
windowrulev2 = opacity 1, class:mpv fullscreen:0
|
||||||
|
windowrulev2 = opacity 1, class:anki fullscreen:0
|
||||||
windowrulev2 = opacity 1, class:remote-viewer
|
windowrulev2 = opacity 1, class:remote-viewer
|
||||||
|
|
||||||
# Example windowrule v2
|
# Example windowrule v2
|
||||||
|
@ -93,9 +93,13 @@ bind = $mainMod, n, exec, uwsm app -sb -- ghostty --command=/usr/bin/ncmpcpp
|
|||||||
|
|
||||||
bind = $mainMod SHIFT, n, exec, swaync-client -t
|
bind = $mainMod SHIFT, n, exec, swaync-client -t
|
||||||
bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh
|
bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh
|
||||||
# flameshot
|
|
||||||
bind = SUPER SHIFT, s, exec, uwsm app -sb -- flameshot gui
|
bind = SUPER SHIFT, s, exec, slurp | grim -g - - | wl-copy
|
||||||
bind = ,code:107, exec, uwsm app -- flameshot full
|
bind = ,code:107, exec, grim -g "$(slurp)" "$HOME/Pictures/$(date +'%s_grim.png')"
|
||||||
|
|
||||||
# change wallpaper
|
# change wallpaper
|
||||||
bind = $mainMod CTRL, n, exec, ~/.local/bin/change-wallpaper.sh
|
bind = $mainMod CTRL, n, exec, ~/.local/bin/change-wallpaper.sh
|
||||||
|
|
||||||
|
# toggle focus between current and last focused window
|
||||||
|
bind = ALT, Tab, focuscurrentorlast
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user