Skip to content

Commit 9dfd342

Browse files
author
mizzunet
committed
changesf
1 parent e629a36 commit 9dfd342

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+700
-163
lines changed

.bash_logout

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
clear
2+
reset
3+

.bashrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[[ $- == *i* ]] && . /usr/share/blesh/ble.sh
2+
source /usr/share/doc/pkgfile/command-not-found.bash
3+
shopt -s autocd
4+
set -o noclobber
5+
eval "$(zoxide init bash)"
6+
shopt -s checkwinsize
7+
8+

config/electron-flags.conf

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
--disable-features=UseChromeOSDirectVideoDecoder
2+
--disable-gpu-memory-buffer-compositor-resources
3+
--disable-gpu-memory-buffer-video-frames
4+
--enable-hardware-overlays
5+
6+
--enable-features=UseOzonePlatform
7+
--ozone-platform=wayland
8+
9+
--ignore-gpu-blocklist
10+
--enable-gpu-rasterization
11+
--enable-zero-copy
12+
13+
--disable-gpu-driver-bug-workarounds
14+
15+
--enable-accelerated-video-decode
16+
--enable-features=VaapiVideoDecoder
17+
18+
--disable-sync-preferences
19+
--process-per-site
20+
21+
--force-dark-mode
22+
--enable-features=WebUIDarkMode
23+
24+
--extension-mime-request-handling
25+
--enable-system-notifications
26+
--enable-parallel-downloading
27+
28+
--set-ipv6-probe-false
29+
--disable-beforeunload
30+
31+
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export VISUAL="nv"
77
## LibVA
88
export LIBVA_DRIVER_NAME=i965
99
export LIBVA_DRIVERS_PATH=/usr/lib/dri
10-
export MESA_LOADER_DRIVER_OVERRIDE=i965
1110
export KOOHA_VAAPI=1
1211
export GTK_THEME=Materia-dark-compact
1312
export GST_VAAPI_ALL_DRIVERS=1

config/fish/fish_variables

Lines changed: 470 additions & 5 deletions
Large diffs are not rendered by default.

config/fish/fishd.tmp.3qAj85

Whitespace-only changes.

config/fish/fishd.tmp.7FKU83

Whitespace-only changes.

config/fish/fishd.tmp.80WlOz

Whitespace-only changes.

config/fish/fishd.tmp.Bm43gH

Whitespace-only changes.

config/fish/fishd.tmp.FbQCk9

Whitespace-only changes.

0 commit comments

Comments
 (0)