diff --git a/home/vylpes/.config/alacritty/alacritty.toml b/home/vylpes/.config/alacritty/alacritty.toml index e14d358..6af17c1 100644 --- a/home/vylpes/.config/alacritty/alacritty.toml +++ b/home/vylpes/.config/alacritty/alacritty.toml @@ -4,6 +4,9 @@ draw_bold_text_with_bright_colors = true [env] TERM = "xterm-256color" +[terminal] +shell = "/bin/zsh" + [font] size = 11.0 diff --git a/home/vylpes/.config/i3/config b/home/vylpes/.config/i3/config index a0aa2d1..95aae92 100644 --- a/home/vylpes/.config/i3/config +++ b/home/vylpes/.config/i3/config @@ -194,7 +194,7 @@ bindsym $mod+Mod1+r reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "bash /home/vylpes/.cache/scripts/power.sh" +bindsym $mod+Shift+e exec "bash /home/vylpes/scripts/system/power.sh" # resize window (you can also use the mouse for that) mode "resize" {