hyprland: use foot, instead of footclient
footclient is faster indeed, but it does not change the colors of terminal when i use pywal
This commit is contained in:
parent
b7833e8e3a
commit
67a05259ca
|
|
@ -4,7 +4,7 @@ autogenerated = 0
|
|||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
$terminal = footclient
|
||||
$terminal = foot
|
||||
$menu = fuzzel
|
||||
$browser = librewolf
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ $browser = librewolf
|
|||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
exec-once = foot --server
|
||||
# exec-once = foot --server
|
||||
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
|
||||
exec-once = ~/.local/bin/setwall
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
|
|
@ -260,7 +260,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