mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Switch sway terminal emulator to foot
This commit is contained in:
parent
960b57890d
commit
d98a57fbd2
@ -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
|
||||
|
30
home/.config/foot/foot.ini
Normal file
30
home/.config/foot/foot.ini
Normal file
@ -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
|
@ -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
|
||||
|
@ -15,6 +15,7 @@ exec {
|
||||
gnome-keyring-daemon --start --components=secrets
|
||||
mpDris2
|
||||
swaymsg workspace 1
|
||||
foot -s
|
||||
}
|
||||
|
||||
exec_always {
|
||||
|
Loading…
Reference in New Issue
Block a user