twaekies
This commit is contained in:
parent
07da04b1ed
commit
fa98c86f27
3 changed files with 33 additions and 21 deletions
|
|
@ -3,7 +3,11 @@
|
|||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
package = pkgs.vscodium.fhsWithPackages (
|
||||
ps: with ps; [
|
||||
git
|
||||
]
|
||||
);
|
||||
profiles = {
|
||||
"default" = {
|
||||
userSettings = {
|
||||
|
|
|
|||
|
|
@ -176,11 +176,19 @@
|
|||
"${key_mod}+Ctrl+9" = "move container to workspace number 9";
|
||||
"${key_mod}+Ctrl+0" = "move container to scratchpad";
|
||||
|
||||
# Layout
|
||||
"${key_mod}+b" = "splith";
|
||||
"${key_mod}+v" = "splitv";
|
||||
|
||||
"${key_mod}+r" = "layout stacking";
|
||||
"${key_mod}+w" = "layout tabbed";
|
||||
"${key_mod}+e" = "layout toggle split";
|
||||
|
||||
# Focus
|
||||
"${key_mod}+${key_left}" = "focus left";
|
||||
"${key_mod}+${key_right}" = "focus right";
|
||||
"${key_mod}+${key_down}" = "focus down";
|
||||
"${key_mod}+${key_up}" = "focus up";
|
||||
"${key_mod}+Ctrl+${key_left}" = "focus left";
|
||||
"${key_mod}+Ctrl+${key_right}" = "focus right";
|
||||
"${key_mod}+Ctrl+${key_down}" = "focus down";
|
||||
"${key_mod}+Ctrl+${key_up}" = "focus up";
|
||||
|
||||
# Move
|
||||
"${key_mod}+Shift+${key_left}" = "move left";
|
||||
|
|
@ -211,7 +219,7 @@
|
|||
# Apps
|
||||
"${key_mod}+Return" = ''exec "${uwsm} ${term}"'';
|
||||
"${key_mod}+d" = ''exec "${uwsm} ${dmenu} -show drun"'';
|
||||
"${key_mod}+e" = ''exec "${uwsm} ${espanso} search"'';
|
||||
"${key_mod}+s" = ''exec "${uwsm} ${espanso} search"'';
|
||||
"${key_mod}+Shift+e" = ''exec "${uwsm} ${espanso} toggle"'';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue