Compare commits
No commits in common. "81996e59502274bdc8bef816f526542456034966" and "7027f82aa5fd5a9d13420776ed43a41af1811ba7" have entirely different histories.
81996e5950
...
7027f82aa5
5 changed files with 16 additions and 14 deletions
|
@ -1 +0,0 @@
|
||||||
waylectron
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
PATH="$(echo "$PATH" | cut -d ':' -f 2-)"
|
|
||||||
exec "$(basename "$0")" \
|
|
||||||
"$@" \
|
|
||||||
--ozone-platform-hint=auto
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
waylectron
|
|
5
bin/webcord
Executable file
5
bin/webcord
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec /usr/bin/webcord \
|
||||||
|
"$@" \
|
||||||
|
--ozone-platform-hint=auto
|
||||||
|
|
|
@ -51,17 +51,16 @@ decoration {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Animations
|
# Animations
|
||||||
$animSpeed = 4
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
animation = windows, 1, $animSpeed, myBezier
|
animation = windows, 1, 7, myBezier
|
||||||
animation = windowsOut, 1, $animSpeed, default, popin 80%
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
animation = border, 1, $animSpeed, default
|
animation = border, 1, 10, default
|
||||||
animation = fade, 1, $animSpeed, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, $animSpeed, default
|
animation = workspaces, 1, 3, default
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dwindle
|
# Dwindle
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
# cd to home
|
# cd to home
|
||||||
cd
|
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
|
# Execution
|
||||||
exec \
|
exec \
|
||||||
dbus-launch --exit-with-session \
|
dbus-launch --exit-with-session \
|
||||||
|
|
Loading…
Reference in a new issue