forked from ahurac/dotfiles
Ajout du winitrc de Hyprland
This commit is contained in:
parent
0c66ecad1e
commit
1502165618
1 changed files with 16 additions and 0 deletions
16
winitrc-1
Executable file
16
winitrc-1
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/sh -xe
|
||||||
|
|
||||||
|
# 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
|
||||||
|
dbus-launch --exit-with-session \
|
||||||
|
ssh-agent \
|
||||||
|
/usr/bin/Hyprland
|
||||||
|
|
Loading…
Reference in a new issue