clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

move and add ente auth

sspaeti e9d1422e d3278732

+20 -16
-16
hypr/.config/hypr/input.conf
··· 54 54 windowrule = scrolltouchpad 1.5, tag:terminal 55 55 56 56 57 - # --------WINDOWS------------------- 58 - # 59 - # Just dash of opacity 60 - windowrule = opacity 0.99 0.97, class:.* 61 - windowrule = opacity 1 0.99, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 62 - 63 - #Clipboard -floating 64 - windowrulev2 = float,class:(clipse) # ensure you have a floating window class set if you want this behavior 65 - windowrulev2 = size 622 652,class:(clipse) # set the size of the window as necessary 66 - 67 - #Image browser -floating 68 - windowrulev2 = float,title:(Screenshot Browser) # ensure you have a floating window class set if you want this behavior 69 - windowrulev2 = size 1200 800,title:(Screenshot Browser) # set the size of the window as necessary 70 - 71 - # floating Screenshot: larger than default - override omarchy default 72 - windowrule = size 1200 800, class:^(com.gabm.satty)$
+20
hypr/.config/hypr/looknfeel.conf
··· 20 20 21 21 22 22 animations:enabled = yes, please :) 23 + 24 + # --------WINDOWS------------------- 25 + # 26 + # Just dash of opacity 27 + windowrule = opacity 0.99 0.97, class:.* 28 + windowrule = opacity 1 0.99, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 29 + 30 + #Clipboard -floating 31 + windowrulev2 = float,class:(clipse) # ensure you have a floating window class set if you want this behavior 32 + windowrulev2 = size 622 652,class:(clipse) # set the size of the window as necessary 33 + 34 + #Image browser -floating 35 + windowrulev2 = float,title:(Screenshot Browser) # ensure you have a floating window class set if you want this behavior 36 + windowrulev2 = size 1200 800,title:(Screenshot Browser) # set the size of the window as necessary 37 + 38 + # floating Screenshot: larger than default - override omarchy default 39 + windowrule = size 1200 800, class:^(com.gabm.satty)$ 40 + 41 + windowrule = noscreenshare, class:^(io.ente.auth)$ 42 + windowrule = tag +floating-window, class:^(io.ente.auth)$