diff --git a/.config/i3/config b/.config/i3/config index 8ec53ca..e2a462a 120000 --- a/.config/i3/config +++ b/.config/i3/config @@ -1 +1 @@ -config##hostname.yoga3 \ No newline at end of file +config##hostname.pc \ No newline at end of file diff --git a/.config/i3/config##hostname.pc b/.config/i3/config##hostname.pc index 56acda5..cc1216a 100644 --- a/.config/i3/config##hostname.pc +++ b/.config/i3/config##hostname.pc @@ -10,7 +10,8 @@ exec_always --no-startup-id "xmodmap ~/.Xmodmap" # display exec --no-startup-id "nvidia-settings --load-config-only" -exec --no-startup-id "picom" +#exec --no-startup-id "picom" +exec --no-startup-id "picom --experimental-backends" #exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh exec --no-startup-id "nitrogen --restore" @@ -65,6 +66,7 @@ bindsym $mod+Shift+q kill # Terminal bindsym $mod+Return exec --no-startup-id alacritty +bindsym $mod+Shift+Return exec --no-startup-id st # System Monitor bindsym Control+Shift+Escape exec --no-startup-id "alacritty -e sh -c 'htop'" diff --git a/.config/rofi/h45_theme.rasi b/.config/rofi/h45_theme.rasi index 168ae1b..c9e6a0d 120000 --- a/.config/rofi/h45_theme.rasi +++ b/.config/rofi/h45_theme.rasi @@ -1 +1 @@ -h45_theme.rasi##class.red \ No newline at end of file +h45_theme.rasi##class.blue \ No newline at end of file diff --git a/.zshrc b/.zshrc index a09a130..112b5ec 100644 --- a/.zshrc +++ b/.zshrc @@ -114,4 +114,24 @@ source $ZSH/oh-my-zsh.sh #bindkey "^[[A" history-beginning-search-backward #bindkey "^[[B" history-beginning-search-forward + +#################################### +# Modules + +# Packages: +# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md +# https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md + + +# Autojump +# https://github.com/wting/autojump +[[ -s /home/sim/.autojump/etc/profile.d/autojump.sh ]] && source /home/sim/.autojump/etc/profile.d/autojump.sh +autoload -U compinit && compinit -u + + + +#################################### +# ExtraRC + . ~/.extrarc +