From 3649a90586d31a34b1d31a4521d290187b8a3b7a Mon Sep 17 00:00:00 2001 From: Breizh Date: Sun, 20 Mar 2022 19:33:46 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20d=C3=A9codage=20mat=C3=A9riel=20Firefox?= =?UTF-8?q?=20+=20divers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 2 +- .config/htop/htoprc | 6 +++--- .config/i3blocks/config | 6 +++--- .config/ranger/rc.conf | 2 +- .config/variety/scripts/set_wallpaper | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bash_profile b/.bash_profile index 0cda742..937c782 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,7 +20,7 @@ eval $(ssh-agent -s) if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then export GTK2_RC_FILES="$HOME/.gtkrc-2.0" 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 XDG_CURRENT_DESKTOP=i3 # exec sway -d 2> $HOME/.sway.log diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 1058adb..90b52bf 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -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 sort_key=46 sort_direction=-1 -tree_sort_key=46 -tree_sort_direction=-1 +tree_sort_key=0 +tree_sort_direction=1 hide_kernel_threads=1 hide_userland_threads=1 shadow_other_users=1 @@ -21,7 +21,7 @@ highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=1 -tree_view=0 +tree_view=1 tree_view_always_by_pid=0 all_branches_collapsed=0 header_margin=1 diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 29f8436..ab0a3cb 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -172,7 +172,7 @@ interval=600 # The second parameter overrides the mixer selection # See the script for details. [toggle-sink] -interval=once +interval=30 separator=false separator_block_width=0 @@ -180,14 +180,14 @@ separator_block_width=0 #instance=vol #instance=PCM #label=vol -interval=once +interval=30 signal=10 separator=false [volume] instance=mic #instance=PCM -interval=once +interval=30 signal=10 # Key indicators diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 994c1a5..537f53d 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -114,7 +114,7 @@ set preview_images true # Preview images in full color with the external command "ueberzug". # Images are shown by using a child window. # 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. # Increase it in case of experiencing display corruption. diff --git a/.config/variety/scripts/set_wallpaper b/.config/variety/scripts/set_wallpaper index c1e0263..e59c22b 100755 --- a/.config/variety/scripts/set_wallpaper +++ b/.config/variety/scripts/set_wallpaper @@ -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 "* || " ${SIMPLE_WMS[*]} " = *" $DESKTOP_SESSION "* ]]; 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 nitrogen --set-zoom-fill --save "$WP" 2> /dev/null fi