From 096894cb135e9612ab9f7203ac2f2bed8ac4ab72 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 8 Apr 2022 21:37:13 -0600 Subject: home: switch from alacritty to st --- home/i3-config.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'home/i3-config.nix') diff --git a/home/i3-config.nix b/home/i3-config.nix index 5dca33d..dfc0024 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -1,6 +1,5 @@ -{ alacritty, i3lock-color, i3status-rust -, rofi, setxkbmap, tmux-lift, xautolock -}: '' +{ i3lock-color, i3status-rust, rofi, setxkbmap, st, tmux-lift, xautolock }: +'' # This file has been auto-generated by i3-config-wizard(1).# It will not be overwritten, so edit it as you like. # # Should you change your keyboard layout some time, delete @@ -32,7 +31,7 @@ floating_modifier $mod # start a terminal - bindsym $mod+Return exec ${alacritty}/bin/alacritty -e ${tmux-lift}/bin/lift + bindsym $mod+Return exec ${st}/bin/st -e ${tmux-lift}/bin/lift # kill focused window bindsym $mod+Shift+q kill -- cgit v1.2.3