From f0e1d84578241bf73669d36f2b3fb9523f25ce83 Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Fri, 26 Jun 2020 15:49:43 +0900 Subject: [PATCH] [update] : remove $TERMINAL and change terminal boot method --- channels/i3/airootfs.any/etc/skel/.config/i3/config | 2 +- channels/i3/airootfs.any/etc/skel/.zshrc | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/channels/i3/airootfs.any/etc/skel/.config/i3/config b/channels/i3/airootfs.any/etc/skel/.config/i3/config index a5c27cb0..99930c79 100644 --- a/channels/i3/airootfs.any/etc/skel/.config/i3/config +++ b/channels/i3/airootfs.any/etc/skel/.config/i3/config @@ -44,7 +44,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec kitty # kill focused window bindsym $mod+Shift+q kill diff --git a/channels/i3/airootfs.any/etc/skel/.zshrc b/channels/i3/airootfs.any/etc/skel/.zshrc index 5902a8be..869a91ab 100644 --- a/channels/i3/airootfs.any/etc/skel/.zshrc +++ b/channels/i3/airootfs.any/etc/skel/.zshrc @@ -111,7 +111,3 @@ fi # Like fish prompt source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - - -# Set Default Terminal -export TERMINAL=kitty \ No newline at end of file -- 2.11.0