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