diff --git a/.bashrc b/.bashrc index e507c0f..78b95ce 100644 --- a/.bashrc +++ b/.bashrc @@ -124,8 +124,8 @@ export PATH="$PATH:HOME/.local/bin:$HOME/bin:$HOME/.local/share/flatpak/exports/ # alias -alias update="anytype.update.sh && sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y ; pipx upgrade-all" -alias ll='exa -lh --icons' +alias update="sudo apt update && sudo apt upgrade ; sudo apt autoremove ; flatpak upgrade -y ; flatpak uninstall --unused -y ; pipx upgrade-all" +alias ll='eza -lh --icons' alias install="sudo apt install --no-install-recommends" alias purge="sudo apt purge -y" alias autoremove="sudo apt autoremove -y" @@ -147,6 +147,7 @@ alias nn="ncdu --color dark" alias pd="pandoc -f markdown -t pdf --pdf-engine=xelatex -V lang=it -V colorlinks=true -V linkcolor=teal -V urlcolor=teal -V toccolor=gray --template eisvogel --listings -V table-use-row-colors=true" alias fh="feh" alias fhm="feh -m" +alias yy="/home/dado/git/yazi/target/release/yazi" # PS1 diff --git a/.vimrc b/.vimrc index 6c81c5c..7db4fbd 100755 --- a/.vimrc +++ b/.vimrc @@ -5,6 +5,7 @@ colorscheme dracula set completeopt=longest,menuone setlocal complete+=k set dictionary+=/home/dado/.vim/dict/dict_it.txt +set clipboard=unnamedplus set wrap set linebreak set expandtab diff --git a/rnr/bookmarks b/rnr/bookmarks index 44abb9a..46f5835 100644 --- a/rnr/bookmarks +++ b/rnr/bookmarks @@ -1,4 +1,5 @@ d:/home/dado/Downloads +f:/home/dado/Downloads/Film g:/home/dado/git h:/home/dado m:/media/dado diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index b4bf7bc..3bbff8d 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -24,5 +24,5 @@ exec 'syncthing &' exec 'seahorse' exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10' exec 'appimagelauncherd' -exec './Applications/Cozy-Drive-3.39.0-x86_64_65db4bb2a940d689bae3b29002043a09.AppImage &' +exec '~/Applications/filen_x86_64.AppImage &' # exec 'nextcloud' \ No newline at end of file diff --git a/sway/config.d/default b/sway/config.d/default index d7e5955..211e5a1 100644 --- a/sway/config.d/default +++ b/sway/config.d/default @@ -16,7 +16,7 @@ set $volume_mute $(pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl get-sink-m set $mic_mute $(pactl set-source-mute @DEFAULT_SOURCE@ toggle && pactl get-source-mute @DEFAULT_SOURCE@ | sed -En "/no/ s/.*/$($source_volume)/p; /yes/ s/.*/0/p") # Your preferred terminal emulators -set $term-float kitty +set $term-float alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened @@ -237,4 +237,4 @@ bindsym $mod+r mode "resize" # # Keybindings List # - bindsym $mod+t exec kitty -e vim ~/.config/sway/cheatsheet + bindsym $mod+t exec alacritty -e vim ~/.config/sway/cheatsheet