Compare commits

...

4 commits

Author SHA1 Message Date
Hippolyte Chauvin
81996e5950 Nettoyage 2023-04-20 21:53:49 +02:00
Hippolyte Chauvin
c9baeae288 Liens pour deezer et webcord sur waylectron 2023-04-19 22:10:35 +02:00
Hippolyte Chauvin
c177672a86 Le wrapper waylectron permet d'exécuter les applications electron qui ignorent la configuration avec les bonnes options 2023-04-19 22:09:30 +02:00
Hippolyte Chauvin
81429325ab Vitesse des animations d'Hyprland 2023-04-19 18:48:39 +02:00
5 changed files with 14 additions and 16 deletions

1
bin/deezer Symbolic link
View file

@ -0,0 +1 @@
waylectron

6
bin/waylectron Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
PATH="$(echo "$PATH" | cut -d ':' -f 2-)"
exec "$(basename "$0")" \
"$@" \
--ozone-platform-hint=auto

View file

@ -1,5 +0,0 @@
#!/bin/sh
exec /usr/bin/webcord \
"$@" \
--ozone-platform-hint=auto

1
bin/webcord Symbolic link
View file

@ -0,0 +1 @@
waylectron

View file

@ -51,16 +51,17 @@ decoration {
}
# Animations
$animSpeed = 4
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = fade, 1, 7, default
animation = workspaces, 1, 3, default
animation = windows, 1, $animSpeed, myBezier
animation = windowsOut, 1, $animSpeed, default, popin 80%
animation = border, 1, $animSpeed, default
animation = fade, 1, $animSpeed, default
animation = workspaces, 1, $animSpeed, default
}
# Dwindle

View file

@ -3,12 +3,6 @@
# cd to home
cd
# Add the Wayland version of Wine to the path
export PATH="/opt/wine-wl/usr/bin:$PATH"
# Set librewolf as default browser
export BROWSER=librewolf
# Execution
exec \
dbus-launch --exit-with-session \