fix themes
This commit is contained in:
parent
929fa949b2
commit
dd79f25336
|
@ -72,9 +72,10 @@
|
|||
rsync # Syncer $ rsync -r dir1/ dir2/
|
||||
unzip # Zip files
|
||||
unrar # Rar files
|
||||
papirus-icon-theme
|
||||
epapirus-icon-theme
|
||||
arc-theme
|
||||
|
||||
# Genel configuration
|
||||
# General configuration
|
||||
keepassxc
|
||||
libreoffice
|
||||
gimp
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
clinfo
|
||||
waybar
|
||||
rot8
|
||||
glib
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -52,7 +53,7 @@
|
|||
export MOZ_WEBRENDER="1";
|
||||
export MOZ_USE_XINPUT2="2";
|
||||
export MOZ_DBUS_REMOTE="1";
|
||||
#export GDK_BACKEND="wayland";
|
||||
export WLR_RENDERER="vulkan";
|
||||
export LIBVA_DRIVER_NAME="iHD";
|
||||
export VDPAU_DRIVER="iHD";
|
||||
export XDG_SESSION_TYPE="wayland";
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
export MOZ_WEBRENDER="1";
|
||||
export MOZ_USE_XINPUT2="2";
|
||||
export MOZ_DBUS_REMOTE="1";
|
||||
#export GDK_BACKEND="wayland";
|
||||
export WLR_RENDERER="vulkan";
|
||||
export LIBVA_DRIVER_NAME="iHD";
|
||||
export VDPAU_DRIVER="iHD";
|
||||
export XDG_SESSION_TYPE="wayland";
|
||||
|
|
Loading…
Reference in New Issue