let's try warp
This commit is contained in:
parent
3637aee724
commit
221ffed715
@ -132,7 +132,8 @@
|
|||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
"$mainMod, return, exec, kitty -e zellij-ps"
|
"$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 SHIFT, e, exec, kitty -e zellij_nvim"
|
||||||
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
|
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
|
||||||
"$mainMod, b, exec, thunar"
|
"$mainMod, b, exec, thunar"
|
||||||
@ -152,6 +153,7 @@
|
|||||||
"$mainMod, k, movefocus, u"
|
"$mainMod, k, movefocus, u"
|
||||||
"$mainMod, j, movefocus, d"
|
"$mainMod, j, movefocus, d"
|
||||||
"$mainMod, 1, workspace, 1"
|
"$mainMod, 1, workspace, 1"
|
||||||
|
|
||||||
"$mainMod, 2, workspace, 2"
|
"$mainMod, 2, workspace, 2"
|
||||||
"$mainMod, 3, workspace, 3"
|
"$mainMod, 3, workspace, 3"
|
||||||
"$mainMod, 4, workspace, 4"
|
"$mainMod, 4, workspace, 4"
|
||||||
|
@ -35,6 +35,11 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
networking.hostName = "m3-ares"; # Define your hostname.
|
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.
|
# Pick only one of the below networking options.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
networking.networkmanager.enable =
|
networking.networkmanager.enable =
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
networking.hostName = "m3-kratos"; # Define your hostname.
|
networking.hostName = "m3-kratos"; # Define your hostname.
|
||||||
networking.hostId = "458bd616";
|
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.
|
# Pick only one of the below networking options.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
networking.networkmanager.enable =
|
networking.networkmanager.enable =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user