let's try warp

This commit is contained in:
m3tam3re 2025-03-05 09:23:39 +01:00
parent 3637aee724
commit 221ffed715
3 changed files with 13 additions and 1 deletions

View File

@ -132,7 +132,8 @@
bind = [
"$mainMod, return, exec, kitty -e zellij-ps"
"$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'"
"$mainMod, t, exec, warp-terminal"
# "$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'"
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim"
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
"$mainMod, b, exec, thunar"
@ -152,6 +153,7 @@
"$mainMod, k, movefocus, u"
"$mainMod, j, movefocus, d"
"$mainMod, 1, workspace, 1"
"$mainMod, 2, workspace, 2"
"$mainMod, 3, workspace, 3"
"$mainMod, 4, workspace, 4"

View File

@ -35,6 +35,11 @@
'';
networking.hostName = "m3-ares"; # Define your hostname.
# warp-terminal update fix
networking.extraHosts = ''
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
'';
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable =

View File

@ -19,6 +19,11 @@
security.polkit.enable = true;
networking.hostName = "m3-kratos"; # Define your hostname.
networking.hostId = "458bd616";
# warp-terminal update fix
networking.extraHosts = ''
127.0.0.1 releases.warp.dev
127.0.0.1 app.warp.dev
'';
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable =