diff --git a/README.md b/README.md index 0fb4327..087fffd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Older versions: | Shell | Bash | | Package managers | Pacman & Trizen | | OS | Arch Linux | -| Terminal | gnome-terminal | +| Terminal | xfce4-terminal | | Editor | nano | | Code editor | vscode | | Browser | Firefox | diff --git a/bash/.alias.sh b/bash/.alias.sh index fe12aa8..335d71d 100644 --- a/bash/.alias.sh +++ b/bash/.alias.sh @@ -74,6 +74,8 @@ alias npm-list-links='npm ls -g --depth=0 --link=true' alias suspend='sudo bash ~/.config/i3/scripts/suspend.sh' alias clean-all='sudo pacman -R $(pacman -Qtdq) && sudo paccache -rk 1 && sudo paccache -ruk0 && sudo journalctl --vacuum-time=2d && docker-clean-all && rm -rf ~/.local/share/Trash/' alias delete-empty='find . -type d -empty -delete' +alias addwireguard='sudo nmcli connection import type wireguard file ' + # might be useful in demos... alias oopsie='fuck' diff --git a/dependencies/pacman.txt b/dependencies/pacman.txt index 668784c..41d10f4 100644 --- a/dependencies/pacman.txt +++ b/dependencies/pacman.txt @@ -97,5 +97,5 @@ cups system-config-printer duf picom -gnome-terminal ttf-ubuntu-font-family +xorg-xkill diff --git a/i3/config b/i3/config index 10b6e64..6ea039c 100644 --- a/i3/config +++ b/i3/config @@ -119,7 +119,7 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh ############################################ # Application Keys # ############################################ -bindsym $mod+Return exec gnome-terminal # terminal +bindsym $mod+Return exec xfce4-terminal # terminal bindsym $mod+e exec nautilus # File manager bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot bindsym $mod+Print exec flameshot gui # Show screenshot window @@ -310,10 +310,11 @@ mode "$mode_gaps_outer" { # Autorun # ############################################ # exec_always --no-startup-id picom -b -exec --no-startup-id i3-msg 'workspace $workspace2; exec gnome-terminal' && i3-msg 'workspace $workspace1' +exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1' exec --no-startup-id i3-msg 'workspace $workspace12; exec enpass' exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id nm-applet +exec --no-startup-id blueman-applet exec_always feh --bg-scale $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1) exec /usr/bin/compton exec /bin/bash ~/.config/i3/scripts/startup.sh