diff options
-rwxr-xr-x | .local/bin/topa | 5 | ||||
-rw-r--r-- | .xinitrc | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.local/bin/topa b/.local/bin/topa index 5cbdc1fc..a0b502e4 100755 --- a/.local/bin/topa +++ b/.local/bin/topa @@ -2,5 +2,6 @@ alacritty -e radeontop & alacritty -e sudo nethogs & -alacritty -e htop & -sudo iotop +alacritty -e sudo iotop & +htop + @@ -36,8 +36,8 @@ export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS='@im=fcitx' -#shufwall & -display -window root "$XDG_PICTURES_DIR/wallpapers/galaxy_plus_fire.png" & +shufwall & +#display -window root "$XDG_PICTURES_DIR/wallpapers/galaxy_plus_fire.png" & #clipmenud & dunst & fcitx5 -d & |