Some changes including nushell
This commit is contained in:
@@ -173,14 +173,14 @@ in {
|
||||
"${mod}+Control+i" = "exec --no-startup-id $HOME/bin/scripts/goup";
|
||||
"${mod}+Control+h" = "exec --no-startup-id i3utils workspace new -b";
|
||||
|
||||
"${hyper}+u" = "exec --no-startup-id $HOME/bin/scripts/godown";
|
||||
"${hyper}+i" = "exec --no-startup-id $HOME/bin/scripts/goup";
|
||||
"${hyper}+m" = "exec --no-startup-id $HOME/bin/scripts/godown";
|
||||
"${hyper}+comma" = "exec --no-startup-id $HOME/bin/scripts/goup";
|
||||
|
||||
"${mod}+Shift+k" = "exec --no-startup-id i3utils window move prev";
|
||||
"${mod}+Shift+j" = "exec --no-startup-id i3utils window move next";
|
||||
|
||||
"${hyper}+comma" = "exec --no-startup-id i3utils window move prev";
|
||||
"${hyper}+m" = "exec --no-startup-id i3utils window move next";
|
||||
"${hyper}+i" = "exec --no-startup-id i3utils window move prev";
|
||||
"${hyper}+u" = "exec --no-startup-id i3utils window move next";
|
||||
|
||||
"${mod}+p" = "scratchpad show, resize set 80 ppt 80ppt, move position center";
|
||||
"${hyper}+p" = "scratchpad show, resize set 80 ppt 80ppt, move position center";
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
elixir_ls
|
||||
entr
|
||||
erlang
|
||||
go_1_18
|
||||
go
|
||||
gopls
|
||||
oh-my-zsh
|
||||
(
|
||||
@@ -53,6 +53,7 @@
|
||||
feh
|
||||
iosevka
|
||||
idea
|
||||
jellyfin-mpv-shim
|
||||
mpv
|
||||
obsidian
|
||||
pamixer
|
||||
@@ -143,6 +144,10 @@ in {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nushell = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
starship.enable = true;
|
||||
|
||||
vscode.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user