Fix décodage matériel Firefox + divers
This commit is contained in:
parent
b7cfb58c00
commit
3649a90586
5 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ eval $(ssh-agent -s)
|
||||||
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export BROWSER="systemd-run --user --scope -p MemoryMax=2G -p MemorySwapMax=3G -E MOZ_ENABLE_WAYLAND=1 firefox"
|
export BROWSER="systemd-run --user --scope -p MemoryMax=2G -p MemorySwapMax=3G -E MOZ_DISABLE_RDD_SANDBOX=1 firefox"
|
||||||
export TERMINAL=urxvtc
|
export TERMINAL=urxvtc
|
||||||
export XDG_CURRENT_DESKTOP=i3
|
export XDG_CURRENT_DESKTOP=i3
|
||||||
# exec sway -d 2> $HOME/.sway.log
|
# exec sway -d 2> $HOME/.sway.log
|
||||||
|
|
|
@ -5,8 +5,8 @@ config_reader_min_version=2
|
||||||
fields=0 48 17 18 113 38 39 40 119 111 2 46 47 49 1
|
fields=0 48 17 18 113 38 39 40 119 111 2 46 47 49 1
|
||||||
sort_key=46
|
sort_key=46
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_key=46
|
tree_sort_key=0
|
||||||
tree_sort_direction=-1
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=1
|
hide_userland_threads=1
|
||||||
shadow_other_users=1
|
shadow_other_users=1
|
||||||
|
@ -21,7 +21,7 @@ highlight_changes_delay_secs=5
|
||||||
find_comm_in_cmdline=1
|
find_comm_in_cmdline=1
|
||||||
strip_exe_from_cmdline=1
|
strip_exe_from_cmdline=1
|
||||||
show_merged_command=1
|
show_merged_command=1
|
||||||
tree_view=0
|
tree_view=1
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=0
|
||||||
all_branches_collapsed=0
|
all_branches_collapsed=0
|
||||||
header_margin=1
|
header_margin=1
|
||||||
|
|
|
@ -172,7 +172,7 @@ interval=600
|
||||||
# The second parameter overrides the mixer selection
|
# The second parameter overrides the mixer selection
|
||||||
# See the script for details.
|
# See the script for details.
|
||||||
[toggle-sink]
|
[toggle-sink]
|
||||||
interval=once
|
interval=30
|
||||||
separator=false
|
separator=false
|
||||||
separator_block_width=0
|
separator_block_width=0
|
||||||
|
|
||||||
|
@ -180,14 +180,14 @@ separator_block_width=0
|
||||||
#instance=vol
|
#instance=vol
|
||||||
#instance=PCM
|
#instance=PCM
|
||||||
#label=vol
|
#label=vol
|
||||||
interval=once
|
interval=30
|
||||||
signal=10
|
signal=10
|
||||||
separator=false
|
separator=false
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
instance=mic
|
instance=mic
|
||||||
#instance=PCM
|
#instance=PCM
|
||||||
interval=once
|
interval=30
|
||||||
signal=10
|
signal=10
|
||||||
|
|
||||||
# Key indicators
|
# Key indicators
|
||||||
|
|
|
@ -114,7 +114,7 @@ set preview_images true
|
||||||
# Preview images in full color with the external command "ueberzug".
|
# Preview images in full color with the external command "ueberzug".
|
||||||
# Images are shown by using a child window.
|
# Images are shown by using a child window.
|
||||||
# Only for users who run X11 in GNU/Linux.
|
# Only for users who run X11 in GNU/Linux.
|
||||||
set preview_images_method sixel
|
set preview_images_method w3m
|
||||||
|
|
||||||
# Delay in seconds before displaying an image with the w3m method.
|
# Delay in seconds before displaying an image with the w3m method.
|
||||||
# Increase it in case of experiencing display corruption.
|
# Increase it in case of experiencing display corruption.
|
||||||
|
|
|
@ -214,7 +214,7 @@ SIMPLE_WMS=("bspwm" "dwm" "herbstluftwm" "i3" "i3-with-shmlog" "jwm" "openbox" "
|
||||||
if [[ " ${SIMPLE_WMS[*]} " = *" $XDG_CURRENT_DESKTOP "* || " ${SIMPLE_WMS[*]} " = *" $XDG_SESSION_DESKTOP "* ||
|
if [[ " ${SIMPLE_WMS[*]} " = *" $XDG_CURRENT_DESKTOP "* || " ${SIMPLE_WMS[*]} " = *" $XDG_SESSION_DESKTOP "* ||
|
||||||
" ${SIMPLE_WMS[*]} " = *" $DESKTOP_SESSION "* ]]; then
|
" ${SIMPLE_WMS[*]} " = *" $DESKTOP_SESSION "* ]]; then
|
||||||
if command -v "feh" >/dev/null 2>&1; then
|
if command -v "feh" >/dev/null 2>&1; then
|
||||||
feh --bg-fill "$WP" 2> /dev/null
|
feh --bg-max "$WP" 2> /dev/null
|
||||||
elif command -v "nitrogen" >/dev/null 2>&1; then
|
elif command -v "nitrogen" >/dev/null 2>&1; then
|
||||||
nitrogen --set-zoom-fill --save "$WP" 2> /dev/null
|
nitrogen --set-zoom-fill --save "$WP" 2> /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue