clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

add edge light

sspaeti 81b8f1c0 e92aed91

+19
+4
hypr/.config/hypr/bindings.conf
··· 25 25 bindd = SUPER, comma, Volume down, exec, $osdclient --output-volume lower 26 26 bindd = SUPER, period, Volume up, exec, $osdclient --output-volume raise 27 27 28 + 28 29 #wifi shortcut 29 30 bind = SUPER ALT, W, exec, rfkill unblock wifi && kitty --class=Impala -e impala 30 31 ··· 145 146 # env = MY_GLOBAL_ENV,setting 146 147 147 148 149 + #Cyrcle light for videocall 150 + bind = SUPER SHIFT, Z, exec, ~/Documents/sandbox/light-for-videocall/launch-edgelight.sh 151 + bind = SUPER SHIFT ALT, Z, exec, ~/Documents/sandbox/light-for-videocall/position-window-in-border.sh
+6
hypr/.config/hypr/input.conf
··· 70 70 71 71 # floating Screenshot: larger than default - override omarchy default 72 72 windowrule = size 1200 800, class:^(com.gabm.satty)$ 73 + 74 + 75 + # # Auto-position Google Meet inside edge light 76 + # windowrulev2 = float, title:^(Meet) 77 + # windowrulev2 = size 2720 1640, title:^(Meet) 78 + # windowrulev2 = move 80 80, title:^(Meet)
+9
linux_applications/.local/share/applications/Meet Video Google.desktop
··· 1 + [Desktop Entry] 2 + Version=1.0 3 + Name=Meet Video Google 4 + Comment=Meet Video Google 5 + Exec=omarchy-launch-webapp https://meet.google.com/ 6 + Terminal=false 7 + Type=Application 8 + Icon=/home/sspaeti/.local/share/applications/icons/Meet Video Google.png 9 + StartupNotify=true
linux_applications/.local/share/applications/icons/Meet Video Google.png

This is a binary file and will not be displayed.