From d3b5747f57c62662010bd19f516c174ce9940a87 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 20 Jul 2021 16:11:14 +0300 Subject: [PATCH] Some changes river: remove opacity option xonsh: add starship init --- home/.config/river/init | 3 --- home/.config/xonsh/rc.xsh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home/.config/river/init b/home/.config/river/init index db1cfb8..81ddc67 100755 --- a/home/.config/river/init +++ b/home/.config/river/init @@ -29,9 +29,6 @@ riverctl spawn 'gsettings set org.gnome.desktop.interface cursor-size 24' # Cursor theme riverctl xcursor-theme Breeze_Snow 24 -# Set opacity and fade effect -riverctl opacity 1.0 0.95 0.0 0.1 20 - # Borders riverctl border-width 2 riverctl border-color-focused '#eceff4' diff --git a/home/.config/xonsh/rc.xsh b/home/.config/xonsh/rc.xsh index afee088..1491fb0 100644 --- a/home/.config/xonsh/rc.xsh +++ b/home/.config/xonsh/rc.xsh @@ -1 +1,2 @@ execx($(zoxide init xonsh), 'exec', __xonsh__.ctx, filename='zoxide') +execx($(starship init xonsh))