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