diff options
author | sils <sils@sils.li> | 2023-10-01 14:53:07 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-01 14:53:07 +0200 |
commit | 7e556b0d201226d77d5da2bde38993d675eeaf29 (patch) | |
tree | cb325b26a4b5850fa82002b338a58ae392cbbb25 | |
parent | fix(files/nwg-panel): change layer to 'overlay' (diff) | |
download | nix-config-7e556b0d201226d77d5da2bde38993d675eeaf29.tar.gz nix-config-7e556b0d201226d77d5da2bde38993d675eeaf29.zip |
feat(u/sils/hyprland): change terminal to foot
-rw-r--r-- | users/sils/hyprland/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 5c91e34..0ace14e 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -114,7 +114,7 @@ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = [ - "$mainMod, T, exec, alacritty" + "$mainMod, T, exec, foot" "$mainMod, C, killactive, " "$mainMod, M, exit, " "$mainMod, E, exec, dolphin " |