Compare commits
4 commits
7027f82aa5
...
81996e5950
Author | SHA1 | Date | |
---|---|---|---|
|
81996e5950 | ||
|
c9baeae288 | ||
|
c177672a86 | ||
|
81429325ab |
5 changed files with 14 additions and 16 deletions
1
bin/deezer
Symbolic link
1
bin/deezer
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
waylectron
|
6
bin/waylectron
Executable file
6
bin/waylectron
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
PATH="$(echo "$PATH" | cut -d ':' -f 2-)"
|
||||||
|
exec "$(basename "$0")" \
|
||||||
|
"$@" \
|
||||||
|
--ozone-platform-hint=auto
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec /usr/bin/webcord \
|
|
||||||
"$@" \
|
|
||||||
--ozone-platform-hint=auto
|
|
||||||
|
|
1
bin/webcord
Symbolic link
1
bin/webcord
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
waylectron
|
|
@ -51,16 +51,17 @@ 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, 7, myBezier
|
animation = windows, 1, $animSpeed, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsOut, 1, $animSpeed, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, $animSpeed, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, $animSpeed, default
|
||||||
animation = workspaces, 1, 3, default
|
animation = workspaces, 1, $animSpeed, default
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dwindle
|
# Dwindle
|
||||||
|
|
|
@ -3,12 +3,6 @@
|
||||||
# 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