ghostty new term
This commit is contained in:
parent
175c40edb7
commit
cf4e6a6dcb
4 changed files with 11 additions and 3 deletions
8
config/ghostty/config
Normal file
8
config/ghostty/config
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
font-size = 10
|
||||||
|
mouse-hide-while-typing = true
|
||||||
|
window-decoration = false
|
||||||
|
|
||||||
|
background-opacity = 0.5
|
||||||
|
background-blur = false
|
||||||
|
|
||||||
|
copy-on-select = clipboard
|
|
@ -21,7 +21,7 @@ for_window [all] title_window_icon padding 10px
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
## Run a terminal
|
## Run a terminal
|
||||||
set $term wezterm start --always-new-process
|
set $term ghostty
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@ configuration {
|
||||||
font: "mono 12";
|
font: "mono 12";
|
||||||
fixed-num-lines: true;
|
fixed-num-lines: true;
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
terminal: "st";
|
terminal: "ghostty";
|
||||||
}
|
}
|
||||||
@theme "nord"
|
@theme "nord"
|
||||||
|
|
|
@ -9,7 +9,7 @@ mkdir -p "${XDG_BIN_HOME}"
|
||||||
mkdir -p "${XDG_DATA_HOME}"
|
mkdir -p "${XDG_DATA_HOME}"
|
||||||
mkdir -p "${XDG_DATA_HOME}"/zsh
|
mkdir -p "${XDG_DATA_HOME}"/zsh
|
||||||
|
|
||||||
INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux wezterm x11 zsh)
|
INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux wezterm ghostty x11 zsh)
|
||||||
for f in $INSTALL_CONFIGS ; do
|
for f in $INSTALL_CONFIGS ; do
|
||||||
echo "Installing config for ${f}..."
|
echo "Installing config for ${f}..."
|
||||||
rm -rf ${XDG_CONFIG_HOME}/${f} > /dev/null 2>&1
|
rm -rf ${XDG_CONFIG_HOME}/${f} > /dev/null 2>&1
|
||||||
|
|
Loading…
Add table
Reference in a new issue