update dotfiles

This commit is contained in:
piccihud 2023-09-07 21:31:30 +02:00
parent bf853ccfa5
commit 61de474d46
4 changed files with 6 additions and 4 deletions

View File

@ -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"

View File

@ -44,3 +44,4 @@ export XDG_SESSION_DESKTOP=sway
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
. "$HOME/.cargo/env"

View File

@ -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

0
wofi/windows.py Normal file → Executable file
View File