foot: load pywal colors using "include" directive
This commit is contained in:
parent
f5a9bea7f6
commit
bf5f4bbc98
|
|
@ -1,4 +1,4 @@
|
|||
#include=~/.cache/wal/colors-foot.ini
|
||||
include=~/.cache/wal/colors-foot.ini
|
||||
|
||||
[main]
|
||||
font=Fira Code:size=11
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ autogenerated = 0
|
|||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
$terminal = footclient
|
||||
$terminal = foot
|
||||
$menu = fuzzel
|
||||
$browser = librewolf
|
||||
$passwordmanager = keepmenu
|
||||
|
|
@ -13,7 +13,7 @@ $passwordmanager = keepmenu
|
|||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
exec-once = foot --server
|
||||
exec-once = foot
|
||||
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
|
||||
exec-once = ~/.local/bin/setwall -n
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
|
|
@ -115,7 +115,7 @@ decoration {
|
|||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
enabled = false
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
animation = windows, 1, 2, myBezier
|
||||
animation = windowsOut, 1, 2, default, popin 80%
|
||||
|
|
@ -266,7 +266,7 @@ bind = $mainMod, S, togglespecialworkspace, magic
|
|||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Have scratchpad like DWM which opens alacritty in special workspace
|
||||
workspace = special:h, on-created-empty: footclient
|
||||
workspace = special:h, on-created-empty: foot
|
||||
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue