hyprland: start using footclient, instead of foot
This commit is contained in:
parent
5f51f189cd
commit
f6a9abc652
|
|
@ -4,7 +4,7 @@ autogenerated = 0
|
|||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
$terminal = foot
|
||||
$terminal = footclient
|
||||
$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: foot
|
||||
workspace = special:h, on-created-empty: footclient
|
||||
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue