Compare commits
2 Commits
27dccc1d3d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
815211acfb | ||
|
|
43fb763905 |
@@ -275,6 +275,8 @@
|
|||||||
"Super+Ctrl+R".action = reset-window-height;
|
"Super+Ctrl+R".action = reset-window-height;
|
||||||
"Super+F".action = maximize-column;
|
"Super+F".action = maximize-column;
|
||||||
"Super+Shift+F".action = fullscreen-window;
|
"Super+Shift+F".action = fullscreen-window;
|
||||||
|
"Super+Shift+G".action = toggle-window-floating;
|
||||||
|
"Super+Shift+T".action = switch-focus-between-floating-and-tiling;
|
||||||
"Super+C".action = center-column;
|
"Super+C".action = center-column;
|
||||||
|
|
||||||
"Super+Minus".action = set-column-width "-10%";
|
"Super+Minus".action = set-column-width "-10%";
|
||||||
@@ -399,7 +401,7 @@
|
|||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
if [ -e /home/nathan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/nathan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
if [ -e /home/nathan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/nathan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||||
|
|||||||
Reference in New Issue
Block a user