Garuda i3 Live Missing Alacritty

There is no alacritty installed on Live image of i3wm. So, mod+enter doesn't work.

[garuda@garuda-i3 ~]$ garuda-inxi
System:
  Kernel: 6.0.2-zen1-1-zen arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=tr
    tz=Europe/Istanbul misobasedir=garuda misolabel=GARUDA_I3_TALON quiet
    systemd.show_status=1 ibt=off systemd.unified_cgroup_hierarchy=1
    driver=nonfree nouveau.modeset=0 i915.modeset=1 radeon.modeset=1
  Desktop: i3 v: 4.21 info: i3bar vt: 7 dm: LightDM v: 1.32.0
    Distro: Garuda Linux base: Arch Linux
Machine:
  Type: Laptop System: TOSHIBA product: SATELLITE C55-A-1K4
    v: PSCGAE-05T01GTE serial: <superuser required>
  Mobo: Intel model: PT10F v: Type2 - Board Version
    serial: <superuser required> UEFI-[Legacy]: Insyde v: 1.30 date: 11/08/2013
Illegal division by zero at /usr/bin/inxi line 7792.
System:
  Kernel: 6.0.2-zen1-1-zen arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=tr
    tz=Europe/Istanbul misobasedir=garuda misolabel=GARUDA_I3_TALON quiet
    systemd.show_status=1 ibt=off systemd.unified_cgroup_hierarchy=1
    driver=nonfree nouveau.modeset=0 i915.modeset=1 radeon.modeset=1
  Desktop: i3 v: 4.21 info: i3bar vt: 7 dm: LightDM v: 1.32.0
    Distro: Garuda Linux base: Arch Linux
Machine:
  Type: Laptop System: TOSHIBA product: SATELLITE C55-A-1K4
    v: PSCGAE-05T01GTE serial: <superuser required>
  Mobo: Intel model: PT10F v: Type2 - Board Version
    serial: <superuser required> UEFI-[Legacy]: Insyde v: 1.30 date: 11/08/2013
Illegal division by zero at /usr/bin/inxi line 7792.
Garuda (2.6.8-1):
  System install date:     2023-03-05
  Last full system update: 2023-03-05 ↻
  Is partially upgraded:   No
  Relevant software:       NetworkManager
  Windows dual boot:       <superuser required>
  Snapshots:               Snapper
  Failed units:            snapper-cleanup.service

For playing on live ISO install it.

sudo pacman -Syu alacritty

or

update -- alacritty

ISO from today?

BTW, do not install on metal, there was a calamares upstream bug, its just fix now, but not on live ISO.

1 Like

@ssakgul Is kitty available in Live ISO 230305?

Check in .config/i3/config

### Applications: ###

set $preferredTerminalEmulator /usr/bin/kitty

### Start a Terminal Emulator: ###
# - You can change the preferredTerminalEmulator variable
# - Terminal can also be started using their individual keybindings

bindsym $super+Return exec $preferredTerminalEmulator
bindsym $super+t exec kitty

IDK why it is not used by live ISO? :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.