diff --git a/.bashrc b/.bashrc index 637caa3..9c56e4b 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -# ~/.bashrc: executed by bash(1) for non-login shells. +# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples @@ -120,7 +120,7 @@ fi bind 'set show-all-if-ambiguous on' bind 'TAB:menu-complete' -export PATH="$PATH:HOME/.local/bin:$HOME/bin:$HOME/.local/share/flatpak/exports/share:$HOME/.local/pipx/venvs" +export PATH="$PATH:HOME/.local/bin:$HOME/bin:$HOME/.local/share/flatpak/exports/share:$HOME/.local/pipx/venvs:$HOME/.cargo/bin" # alias @@ -171,3 +171,4 @@ export EDITOR='vim' export VISUAL='vim' LANG="it_IT.UTF-8" export LANG +. "$HOME/.cargo/env" diff --git a/.profile b/.profile index 221d379..977f5fa 100644 --- a/.profile +++ b/.profile @@ -44,3 +44,4 @@ export XDG_SESSION_DESKTOP=sway if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then exec sway fi +. "$HOME/.cargo/env" diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index c8d56cf..8bb53e7 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -1,5 +1,5 @@ -# Auth with polkit-gnome: -exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +# Auth with polkit-gnome +exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 # Desktop notifications exec mako diff --git a/wofi/windows.py b/wofi/windows.py old mode 100644 new mode 100755