Compare commits

..

No commits in common. "81996e59502274bdc8bef816f526542456034966" and "7027f82aa5fd5a9d13420776ed43a41af1811ba7" have entirely different histories.

5 changed files with 16 additions and 14 deletions

View file

@ -1 +0,0 @@
waylectron

View file

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

View file

@ -1 +0,0 @@
waylectron

5
bin/webcord Executable file
View file

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

View file

@ -51,17 +51,16 @@ decoration {
}
# Animations
$animSpeed = 4
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
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
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
}
# Dwindle

View file

@ -3,6 +3,12 @@
# 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 \