OSDN Git Service

[update] : remove $TERMINAL and change terminal boot method
authorwatasuke102 <watasuke102@gmail.com>
Fri, 26 Jun 2020 06:49:43 +0000 (15:49 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Fri, 26 Jun 2020 06:49:43 +0000 (15:49 +0900)
channels/i3/airootfs.any/etc/skel/.config/i3/config
channels/i3/airootfs.any/etc/skel/.zshrc

index a5c27cb..99930c7 100644 (file)
@@ -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
index 5902a8b..869a91a 100644 (file)
@@ -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