non important commit
This commit is contained in:
parent
84a31e4b26
commit
c2851df231
1 changed files with 10 additions and 10 deletions
|
|
@ -23,16 +23,16 @@
|
|||
"super + iacute" = "bspc desktop --focus focused:^9";
|
||||
"super + eacute" = "bspc desktop --focus focused:^10";
|
||||
|
||||
"super + shift + plus" = "bspc node -d ^1";
|
||||
"super + shift + ecaron" = "bspc node -d ^2";
|
||||
"super + shift + scaron" = "bspc node -d ^3";
|
||||
"super + shift + ccaron" = "bspc node -d ^4";
|
||||
"super + shift + rcaron" = "bspc node -d ^5";
|
||||
"super + shift + zcaron" = "bspc node -d ^6";
|
||||
"super + shift + yacute" = "bspc node -d ^7";
|
||||
"super + shift + aacute" = "bspc node -d ^8";
|
||||
"super + shift + iacute" = "bspc node -d ^9";
|
||||
"super + shift + eacute" = "bspc node -d ^10";
|
||||
"super + shift + plus" = "bspc node -d focused:^1";
|
||||
"super + shift + ecaron" = "bspc node -d focused:^2";
|
||||
"super + shift + scaron" = "bspc node -d focused:^3";
|
||||
"super + shift + ccaron" = "bspc node -d focused:^4";
|
||||
"super + shift + rcaron" = "bspc node -d focused:^5";
|
||||
"super + shift + zcaron" = "bspc node -d focused:^6";
|
||||
"super + shift + yacute" = "bspc node -d focused:^7";
|
||||
"super + shift + aacute" = "bspc node -d focused:^8";
|
||||
"super + shift + iacute" = "bspc node -d focused:^9";
|
||||
"super + shift + eacute" = "bspc node -d focused:^10";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue