switched back to xfce4-terminal

This commit is contained in:
Rick van Lieshout 2022-12-28 22:48:06 +01:00
parent 101b00c4fd
commit af573cf273
4 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

@ -97,5 +97,5 @@ cups
system-config-printer
duf
picom
gnome-terminal
ttf-ubuntu-font-family
xorg-xkill

View File

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