From d98a57fbd27909667fa4b2ce569e4a852e7257aa Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 16 Dec 2020 17:07:24 +0200 Subject: [PATCH] Switch sway terminal emulator to foot --- config.yaml | 4 ++++ home/.config/foot/foot.ini | 30 +++++++++++++++++++++++++++ home/.config/sway/conf.d/01-vars.conf | 2 +- home/.config/sway/conf.d/08-exec.conf | 1 + 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 home/.config/foot/foot.ini diff --git a/config.yaml b/config.yaml index adbd232..22ea54d 100644 --- a/config.yaml +++ b/config.yaml @@ -159,6 +159,9 @@ dotfiles: f_msmtp_config: src: .config/msmtp/config dst: ~/.config/msmtp/config + f_foot.ini: + src: .config/foot/foot.ini + dst: ~/.config/foot/foot.ini profiles: base: dotfiles: @@ -229,6 +232,7 @@ profiles: - f_paru.conf - f_user-dirs.dirs - f_gitconfig + - f_foot.ini Moria: include: - terminal diff --git a/home/.config/foot/foot.ini b/home/.config/foot/foot.ini new file mode 100644 index 0000000..572268b --- /dev/null +++ b/home/.config/foot/foot.ini @@ -0,0 +1,30 @@ +pad=20x20 + +[scrollback] +lines=1000 + +[cursor] +blink=yes + +[mouse] +hide-when-typing=yes + +[colors] +background=282c34 +foreground=abb2bf +regular0=282c34 +regular1=e06c75 +regular2=98c379 +regular3=e5c07b +regular4=61afef +regular5=c678dd +regular6=56b6c2 +regular7=abb2bf +bright0=3e4452 +bright1=be5046 +bright2=98c379 +bright3=d19a66 +bright4=61afef +bright5=c678dd +bright6=56b6c2 +bright7=5c6370 diff --git a/home/.config/sway/conf.d/01-vars.conf b/home/.config/sway/conf.d/01-vars.conf index 5bc7c61..530dd5e 100644 --- a/home/.config/sway/conf.d/01-vars.conf +++ b/home/.config/sway/conf.d/01-vars.conf @@ -1,7 +1,7 @@ # vim:ft=i3config set $mod Mod4 -set $term alacritty +set $term footclient set $gnome-schema org.gnome.desktop.interface set $wallpaper ~/pictures/Wallpapers/random/$(ls ~/pictures/Wallpapers/random | sort -R | tail -n 1) set $scripts ~/.config/sway/scripts diff --git a/home/.config/sway/conf.d/08-exec.conf b/home/.config/sway/conf.d/08-exec.conf index f8d685a..e6ed537 100644 --- a/home/.config/sway/conf.d/08-exec.conf +++ b/home/.config/sway/conf.d/08-exec.conf @@ -15,6 +15,7 @@ exec { gnome-keyring-daemon --start --components=secrets mpDris2 swaymsg workspace 1 + foot -s } exec_always {