diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-04-08 21:37:13 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-04-08 21:44:58 -0600 |
| commit | 096894cb135e9612ab9f7203ac2f2bed8ac4ab72 (patch) | |
| tree | a93e7bf48d95bf7efd46f03e36e7a1bcfe726a91 /home/i3-config.nix | |
| parent | bdb9209d4a85f087efd5919c80f01b121f94778a (diff) | |
home: switch from alacritty to st
Diffstat (limited to 'home/i3-config.nix')
| -rw-r--r-- | home/i3-config.nix | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
