mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
switched back to xfce4-terminal
This commit is contained in:
parent
101b00c4fd
commit
af573cf273
@ -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 |
|
||||
|
@ -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'
|
||||
|
||||
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -97,5 +97,5 @@ cups
|
||||
system-config-printer
|
||||
duf
|
||||
picom
|
||||
gnome-terminal
|
||||
ttf-ubuntu-font-family
|
||||
xorg-xkill
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user